[Bug] Add test for 9682 in core against 1.8 and fix replace MV macros #912
Labels
backport 1.7.latest
Tag for PR to be backported to the 1.7.latest branch
bug
Something isn't working
Is this a new bug in dbt-redshift?
Current Behavior
No test for this core fix.
Replace macros for materialized view generate SQL. Currently the create statement is missing from what is sent to Redshift which leads to
query empy
error.Sample logs of test failure here
Expected Behavior
Have a test for the internal variables!
Proper materialized view SQL generates and passes the tests.
Steps To Reproduce
To trigger the test failure, integrate the fix here into your branch, then watch integration tests fail. Open logger and you'll find the malformed query that jumps straight to
backup
without acreate
predicate.Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: