Skip to content

Why doesn’t @dbt_assets have group_name? #17830

Answered by tacastillo
dagsir[bot] bot asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! If you'd like to organize your dbt models in groups, you can either:

  • use dbt's official group property to organize your models
  • define the groups in the meta for a dbt model
  • or you can override them and have Dagster manage them by overriding DagsterDbtTranslator's get_group_name method.

Both ways are covered in this section of our docs. https://docs.dagster.io/integrations/dbt/reference#customizing-group-names

Cheers!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@magidandrew
Comment options

Answer selected by rexledesma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
integration: dbt Related to dagster-dbt
2 participants