From 4f3133255adb2396c7185dc04902c99df6c15a6c Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Wed, 1 May 2024 16:11:59 -0400 Subject: [PATCH] Add DbtProject in relevant APIs (reference) --- docs/content/integrations/dbt/reference.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/integrations/dbt/reference.mdx b/docs/content/integrations/dbt/reference.mdx index 080eeb03739f2..c5b964ec0bd3a 100644 --- a/docs/content/integrations/dbt/reference.mdx +++ b/docs/content/integrations/dbt/reference.mdx @@ -24,6 +24,7 @@ For a step-by-step implementation walkthrough, refer to the [Using dbt with Dags | | A decorator used to define Dagster assets for dbt models defined in a dbt manifest. | | | A class that defines a Dagster resource used to execute dbt CLI commands. | | | A class that defines the representation of an invoked dbt command. | +| | A class that defines the representation of a dbt project and related settings that assist with managing manifest.json preparation. | | | A class that can be overridden to customize how Dagster asset metadata is derived from a dbt manifest. | | | A class with settings to enable Dagster features for a dbt project. | | | A class that defines a selection of assets from a dbt manifest and a dbt selection string. |