Skip to content

Commit

Permalink
Update DbtProject note
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed May 13, 2024
1 parent b6d658c commit 88b03c6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/content/integrations/dbt/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ description: Get started swiftly with this simple dbt + Dagster example.

# Quickstart: Run your dbt project with Dagster

<Note>
<strong>Note</strong>: This guide uses the <code>DbtProject</code> class, which
is an experimental feature. Visit the{" "}
<a href="/\_apidocs/libraries/dagster-dbt">
dagster-dbt library API reference
</a>{" "}
for more info.
</Note>

If you just want to see the code of the example, skip to the end on this guide.

<div className="w-full inline-flex flex-col space-y-2 md:space-y-0 md:flex-row md:space-x-4">
Expand Down Expand Up @@ -79,15 +88,6 @@ With your text editor of choice, create a Python file in the same directory as y

The following code assumes that your Python file and dbt project directory are adjacent in the same directory. If that's not the case, make sure to update the `RELATIVE_PATH_TO_YOUR_DBT_PROJECT` constant so that it points to your dbt project.

<Note>
<strong>Note</strong>: This code uses the <code>DbtProject</code> class, which
is an experimental feature. Visit the{" "}
<a href="/\_apidocs/libraries/dagster-dbt">
dagster-dbt library API reference
</a>{" "}
for more info.
</Note>

```python file=/integrations/dbt/quickstart.py startafter=start_example endbefore=end_example
from pathlib import Path

Expand Down

0 comments on commit 88b03c6

Please sign in to comment.