dbt clone
fails on Redshift due to not being able to add comments to columns
#622
Labels
pkg:dbt-redshift
Issue affects dbt-redshift
triage:product
In Product's queue
type:bug
Something isn't working as documented
Is this a new bug in dbt-core?
Current Behavior
dbt clone
fails on Redshift because it creates a view withwith no schema binding
and tries to add comments on column, which is not supported.Expected Behavior
This should work automatically, disregarding
with no schema binding
in project settings:Steps To Reproduce
dbt clone --select "unsorted_data_history" --state latest_artefact/
with no schema binding
with no schema binding
view is not supported by Redshift (docs).with no schema binding
, everything works.Relevant log output
No response
Environment
Which database adapter are you using with dbt?
redshift
Additional Context
No response
The text was updated successfully, but these errors were encountered: