Anyone else notice that dbt asset metadata plots s...
# integration-dbt
n
Anyone else notice that dbt asset metadata plots stopped having lines connect the data points? (dagster-core v1.2.7, dagster-dbt 0.18.7) Is this a feature?
plus1 1
đź’Ż 1
b
hi @Nicolas May thanks for reporting this - could you try clicking on the “Events” tab in the asset details view for this asset and seeing whether the list of events includes duplicates? Typically the dots disconnect if there are materializations in between that don’t have a “compilation duration” metadata value (eg: the graph is plotting
[0.01, null, 0.02, null, 0.0.3…]
) Maybe something like that is happening here.
n
Thanks for following up @Ben Gotow! I see now... ya there are asset duplicates because some of the events are model runs and others are model tests... I forgot we switched from
dbt run
to
dbt build
around May 11/12... Nbd, but any way around this?