dagster
dagster copied to clipboard
dbt groups do not update in the UI
Dagster version
1.6.3
What's the issue?
I want to change dbt assets group.
I updated my dbt_project.yml
file to create a subgroup in analytics called 'PowerBI'
from :
DATAMART:
+schema: datamart
+materialized: table
+meta:
dagster:
group: "DBT_PUBLISHING"
analytics:
+meta:
dagster:
group: "BI"
to:
DATAMART:
+schema: datamart
+materialized: table
+meta:
dagster:
group: "DBT_PUBLISHING"
analytics:
+meta:
dagster:
group: "BI"
PowerBI:
+meta:
dagster:
group: "PowerBI"
The new group appear in the left side panel but not in the asset graph :
To see the PowerBi group in the graph, I have to select on of it's asset in the left sidebar :
Edit : also tried to clear cache
What did you expect to happen?
Show PowerBi group in the graph all the time
How to reproduce?
/
Deployment type
Docker Compose
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
Is this a general UI bug in the global asset lineage? I have similar issues with shared source assets in dbt/faked out assets in dagster not properly showing in the correct asset groups after updating.