-
Notifications
You must be signed in to change notification settings - Fork 59
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
[ADAP-923] [Bug] Materialized view config change identification not working #621
Comments
thanks for both surfacing as well as the clean, reproducible example. we know that the implementation shipped for 1.6.0 had some gaps, and you've discovered one. Our goal is to first ship a working implementation for the upcoming minor release, |
Thanks for the quick response! I recreated my venv and the error also occurs for the pre-release version.
|
I ran into another 2nd
|
I think this might actually be resolved by this PR: #643 |
Thanks for reviewing this issue @mikealfare. I recreated my venv with the latest version, but the error is still occurring.
|
Thanks for the response. Confirming that you're correct, you're on the latest version of |
Thank you for your example, I was able to produce a test case using that example to demonstrate the issue. |
Is this a new bug in dbt-redshift?
Current Behavior
Materialized view config changes are identified when no config changes were made.
Expected Behavior
Config change identification works when no config changes were made.
Steps To Reproduce
source
macro.dbt run
succeeds.dbt run
fails, but no config changes were made.Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: