Hi,
I’m new to dbt and there’s a requirement to drop a snowflake schema if it is already orphaned in dbt. Do you have any suggestions on how to do it?
Hi,
I’m new to dbt and there’s a requirement to drop a snowflake schema if it is already orphaned in dbt. Do you have any suggestions on how to do it?
Have a look at Clean your warehouse of old and deprecated models for some examples!
thanks for that joellabes. do you know if dtb has custom_schema instead of custom_models?
Do you mean https://docs.getdbt.com/docs/build/custom-schemas?