Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dagster DBT doesn't load list of tags from dbt into dagster #22770

Open
SeppBerkner opened this issue Jun 28, 2024 · 0 comments
Open

Dagster DBT doesn't load list of tags from dbt into dagster #22770

SeppBerkner opened this issue Jun 28, 2024 · 0 comments
Labels
integration: dbt Related to dagster-dbt type: bug Something isn't working

Comments

@SeppBerkner
Copy link

Dagster version

dagster, version 1.7.0

What's the issue?

Using the tags in dbt as list within the config setting in dbt only loads the last item to dagster.

dbt yaml file:

version: 2

models:
  - name: my_model
    config:
        tags: ['category=category 1','category=category 2']
        meta:
          dagster:
            group: "my_group"

In Dagit only category: category 2 appears in the asset catalog and additionally it is only possible to filter by this tag in the lineage graph.

What did you expect to happen?

All items of the list in the tags setting in dbt are read into dagster.

How to reproduce?

No response

Deployment type

Local

Deployment details

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@SeppBerkner SeppBerkner added the type: bug Something isn't working label Jun 28, 2024
@garethbrickman garethbrickman added the integration: dbt Related to dagster-dbt label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: dbt Related to dagster-dbt type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants