How do I create an AssetSelection
of my dbt assets using dbt tags?
#18282
-
Hello! I am strking out on resources for this. I am looking to convert a dbt_asset definition to a job. The trick is, I want the job to match the dbt tag definition in the dbt_asset construction. I can't seem to find the AssetSelection call that will translate that properly. I have more dbt assets in my The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can build an References: |
Beta Was this translation helpful? Give feedback.
You can build an
AssetSelection
of dbt assets usingbuild_dbt_asset_selection
. This creates aDbtManifestAssetSelection
that defines a selection of assets from a dbt manifest and a dbt selection string.References: