You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this while testing on_schema_change with different incremental strategies to chase down an unrelated bug. If we have remove_columns but no add_columns, we're going to add a comma where we don't need one:
Noticed this while testing
on_schema_change
with different incremental strategies to chase down an unrelated bug. If we haveremove_columns
but noadd_columns
, we're going to add a comma where we don't need one:dbt-core/core/dbt/include/global_project/macros/adapters/common.sql
Line 334 in ff109e1
This should be a super quick fix.
The text was updated successfully, but these errors were encountered: