We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If execute dbt run --models mv1 --full-refresh, dbt try to drop mv with drop materialized view if exists "database"."schema"."mv1"; command
dbt run --models mv1 --full-refresh
drop materialized view if exists "database"."schema"."mv1";
If execute dbt run --models mv1 --full-refresh, dbt try to drop mv with drop materialized view if exists "database"."schema"."mv1" cascade; command
drop materialized view if exists "database"."schema"."mv1" cascade;
No response
- OS: ubuntu - Python: 3.10 - dbt-core: 1.7.1 - dbt-redshift: 1.7.1
The text was updated successfully, but these errors were encountered:
Closing as I believe this is a dupe of #642. Please correct me if I'm wrong!
Sorry, something went wrong.
No branches or pull requests
Is this a new bug in dbt-redshift?
Current Behavior
If execute
dbt run --models mv1 --full-refresh
, dbt try to drop mv withdrop materialized view if exists "database"."schema"."mv1";
commandExpected Behavior
If execute
dbt run --models mv1 --full-refresh
, dbt try to drop mv withdrop materialized view if exists "database"."schema"."mv1" cascade;
commandSteps To Reproduce
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: