[Bug] Materialized view config change identification not working with multiple sort keys #838
Closed
2 tasks done
Labels
bug
Something isn't working
Is this a new bug in dbt-redshift?
Current Behavior
I think this is a continuation of #621 as it's almost the same really but there was a note that says that that issue is 7 months old and to consider opening up another issue.
Expected Behavior
A config unchanged mv should not be identified as "config changed".
Steps To Reproduce
Relevant log output
No response
Environment
Additional Context
on_configuration_change = 'fail'
- the outcome would simply be that we would to a drop and create of the mv - as opposed torefresh
which is what is expected here.Then there is no issue and the subsequent run refreshes our mv as expected:
The text was updated successfully, but these errors were encountered: