Skip to content

Commit

Permalink
[dbt] Add DbtManifestPreparer and DagsterDbtManifestPreparer apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 14, 2024
1 parent 9429439 commit 86b50b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/sphinx/sections/api/apidocs/libraries/dagster-dbt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Assets (dbt Core)

.. autoclass:: DbtProject

.. autoclass:: DbtManifestPreparer

.. autoclass:: DagsterDbtManifestPreparer

Asset Checks (dbt Core)
=======================

Expand Down
6 changes: 5 additions & 1 deletion python_modules/libraries/dagster-dbt/dagster_dbt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
KeyPrefixDagsterDbtTranslator as KeyPrefixDagsterDbtTranslator,
)
from .dbt_manifest_asset_selection import DbtManifestAssetSelection as DbtManifestAssetSelection
from .dbt_project import DbtProject as DbtProject
from .dbt_project import (
DagsterDbtManifestPreparer as DagsterDbtManifestPreparer,
DbtManifestPreparer as DbtManifestPreparer,
DbtProject as DbtProject
)
from .errors import (
DagsterDbtCliRuntimeError as DagsterDbtCliRuntimeError,
DagsterDbtCliUnexpectedOutputError as DagsterDbtCliUnexpectedOutputError,
Expand Down

0 comments on commit 86b50b6

Please sign in to comment.