Hi all,
We are using snowflake and dbt in datahub and I wanted to know how can I bring the column level descriptions of dbt to snowflake datasets (tables).
I see the table description from dbt but not the column level.
Is it configurable?
Thanks
a
astonishing-answer-96712
03/20/2023, 6:40 PM
Hi, are you ingesting data from snowflake AND dbt, or just snowflake? If the column level descriptions exist in snowflake you may be able to use a transformer or action to surface them in the UI. CC: @dazzling-judge-80093
f
fierce-restaurant-41034
03/20/2023, 7:14 PM
Hi Paul,
Thanks for your answer,
I do see the column level description in snowflake assets when it exists.
Now I will work on DBT to get this data in snowflake too.