hi all, might be a basic question: how can we upda...
# integration-dbt
y
hi all, might be a basic question: how can we update the asset group names for different dbt assets? right now all my assets are grouped under default. assets are loaded using
load_assets_from_dbt_project
should we be transiting to use
@dbt_assets
instead?
j
They will deprecated the
load_assets_from_dbt_project
in favor of the
dbt_asset
decorator from what I’ve been told. https://dagster.slack.com/archives/C04CW71AGBW/p1692218090564949
y
i see, guess we will be adding a new ticket to migrate. thanks @Jacob Marcil 🙇
r
You can use this for
load_assets_from_dbt_project
or
@dbt_assets