dbt_artifacts icon indicating copy to clipboard operation
dbt_artifacts copied to clipboard

Add meta and tags to models

Open ahmedrad opened this issue 2 years ago • 3 comments

Hey team,

I'm trying to build a visualization for dbt models and tests performance for our dbt project and need to breakdown the visualisation by tags and some metadata that we set on the models. I was pretty excited to see the release of V1 but now that the models table is populated separately and the extraction of model data is happening on the run end hook side of things there's no raw data for me to extract the information I need.

I can whip up a PR pretty quick to add tags and meta columns to the models table (tags seem to already exists on the tests table). If that's a good direction happy to take it on

Cheers, Ahmed

ahmedrad avatar Aug 16 '22 00:08 ahmedrad

Hi @ahmedrad - PR would be greatly appreciated!

NiallRees avatar Aug 16 '22 07:08 NiallRees

there you go: https://github.com/brooklyn-data/dbt_artifacts/pull/175

ahmedrad avatar Aug 16 '22 18:08 ahmedrad

@NiallRees would love a review on the PR when you get a chance

ahmedrad avatar Aug 18 '22 18:08 ahmedrad

Resolved: https://github.com/brooklyn-data/dbt_artifacts/pull/212

ahmedrad avatar Oct 13 '22 23:10 ahmedrad