Skip to content

Commit

Permalink
Update quickstart post review
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed May 14, 2024
1 parent 290471e commit 6e2bb9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/integrations/dbt/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ The `dagster-dbt` library installs both `dbt-core` and `dagster` as dependencies

---

## Wrap your dbt project with Dagster
## Load your dbt project in Dagster

<TabGroup>
<TabItem name="Option 1: Create a brand new Dagster project">
<TabItem name="Option 1: Create a new Dagster project">

### Option 1: Create a brand new Dagster project
### Option 1: Create a new Dagster project

You can create a Dagster project that wraps your dbt project by using the `dagster-dbt` command line interface.

Expand All @@ -56,7 +56,7 @@ To use the command, you'll need to provide 2 options - `--project-name`, the nam
dagster-dbt project scaffold --project-name my-dagster-project --dbt-project-dir ./my-dbt-project --use-experimental-dbt-project
```

This creates a directory called `my-dagster-project/` inside the current directory. The `my-dagster-project/` directory contains a set of files that define a Dagster project.
This command creates a new directory called `my-dagster-project/` inside the current directory. The new `my-dagster-project/` directory will contain a set of files that define a Dagster project to load the dbt project provided in `./my-dbt-project`.

</TabItem>
</TabGroup>
Expand Down

0 comments on commit 6e2bb9f

Please sign in to comment.