Hi all, We are using snowflake and dbt in datahub ...
# troubleshoot
f
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
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
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.