databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

`dbt clone` fails on Redshift due to not being able to add comments to columns #834

Closed jan-benisek closed 1 month ago

jan-benisek commented 1 month ago

Describe the bug

dbt clone fails on Redshift because it creates a view with with no schema binding and tries to add comments on column, which is not supported.

Steps To Reproduce

Expected behavior

Screenshots and log output

System information

The output of dbt --version:

Core:
  - installed: 1.8.6
  - latest:    1.8.7 - Update available!

  Your version of dbt-core is out of date!
  You can find instructions for upgrading here:
  https://docs.getdbt.com/docs/installation

Plugins:
  - redshift: 1.8.1 - Up to date!
  - postgres: 1.8.2 - Up to date!

The operating system you're using: Mac

The output of python --version: Python 3.12.4

Additional context

jan-benisek commented 1 month ago

Wrong Github, sorry!