dagster icon indicating copy to clipboard operation
dagster copied to clipboard

Dbt assets display nonsense metadata

Open schrockn opened this issue 1 year ago • 1 comments

Dagster version

latest

What's the issue?

Dagster dbt display nonsense metadata. These metadata entires are used for internal implementation details.

Screenshot 2023-09-27 at 3 23 20 PM

What did you expect to happen?

Should not see it.

How to reproduce?

Click on asset in dbt project

Deployment type

None

Deployment details

No response

Additional information

No response

Message from the maintainers

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

schrockn avatar Sep 27 '23 19:09 schrockn

Important to note that Nick's screenshot shows the definition metadata, of which we probably want to keep partition_expr which is user defined but discard the rest.

We also show non-sensical run metadata if you click 'View metadata' and should instead give preference to the asset materialization metadata, eg

Screen Shot 2023-10-24 at 1 16 55 PM Screen Shot 2023-10-24 at 1 16 36 PM

slopp avatar Oct 24 '23 19:10 slopp