We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on_schema_change
See dbt-labs/dbt-core#3387
This one will be interesting on Spark/Databricks, since we've got two Delta-only features that get us part of the way there:
alter table add column
drop column
merge
The text was updated successfully, but these errors were encountered:
jtcohen6
Successfully merging a pull request may close this issue.
See dbt-labs/dbt-core#3387
This one will be interesting on Spark/Databricks, since we've got two Delta-only features that get us part of the way there:
alter table add column
, but notdrop column
! (docs, REPLACE COLUMNS unsupported? delta-io/delta#702 (comment))merge
(docs)The text was updated successfully, but these errors were encountered: