You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dbt core, get_drop_sql drops relations with CASCADE - all downstream models are dropped.
For example, if if you rundbt seed --full-refresh, seed is first dropped together with downstream models (source).
Currently we do not support it, so user need to manually drop downstream models.
Best solution would be to add it in Trino, I created issue for that trinodb/trino#19498
The text was updated successfully, but these errors were encountered:
In dbt core, get_drop_sql drops relations with CASCADE - all downstream models are dropped.
For example, if if you run
dbt seed --full-refresh
, seed is first dropped together with downstream models (source).Currently we do not support it, so user need to manually drop downstream models.
Best solution would be to add it in Trino, I created issue for that trinodb/trino#19498
The text was updated successfully, but these errors were encountered: