From eb69ddf2160a40fb51951f34fdc7a062b8d70ed7 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Wed, 1 May 2024 15:05:59 -0400 Subject: [PATCH 1/2] Add DbtProject note in quickstart From bc2cad51074575a3c21d6897aed8e6c8d6aaca9b Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Wed, 1 May 2024 16:11:59 -0400 Subject: [PATCH 2/2] 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 d38606cddc69c..8bf1b9d269f11 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. |