Hello everyone, I am trying to ingest dbt into dat...
# troubleshoot
e
Hello everyone, I am trying to ingest dbt into datahub hub and It is successful but if there is a dbt model that points to a schema in snowflake but it doesn't exist no longer in snowflake, dbt seems to create that table manually, is there a way to prevent this?
m
Hi Sagar, what options are you using in your dbt config? Specifically
disable_dbt_node_creation
e
I would like the lineage to show up like this but disable_dbt_node_creation if set to true will show only snowflake to snowflake. I have it set to false at the moment