Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CASCADE dropping relations #369

Open
damian3031 opened this issue Oct 25, 2023 · 0 comments
Open

Support CASCADE dropping relations #369

damian3031 opened this issue Oct 25, 2023 · 0 comments

Comments

@damian3031
Copy link
Member

damian3031 commented Oct 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant