Skip to content

Commit

Permalink
Add DbtProject in relevant APIs (reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed May 13, 2024
1 parent 73def5b commit 4f31332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/integrations/dbt/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For a step-by-step implementation walkthrough, refer to the [Using dbt with Dags
| <PyObject module="dagster_dbt" object="dbt_assets" decorator /> | A decorator used to define Dagster assets for dbt models defined in a dbt manifest. |
| <PyObject module="dagster_dbt" object="DbtCliResource" /> | A class that defines a Dagster resource used to execute dbt CLI commands. |
| <PyObject module="dagster_dbt" object="DbtCliInvocation" /> | A class that defines the representation of an invoked dbt command. |
| <PyObject module="dagster_dbt" object="DbtProject" /> | A class that defines the representation of a dbt project and related settings that assist with managing manifest.json preparation. |
| <PyObject module="dagster_dbt" object="DagsterDbtTranslator" /> | A class that can be overridden to customize how Dagster asset metadata is derived from a dbt manifest. |
| <PyObject module="dagster_dbt" object="DagsterDbtTranslatorSettings" /> | A class with settings to enable Dagster features for a dbt project. |
| <PyObject module="dagster_dbt" object="DbtManifestAssetSelection" /> | A class that defines a selection of assets from a dbt manifest and a dbt selection string. |
Expand Down

0 comments on commit 4f31332

Please sign in to comment.