For `sync_all_columns`, removing columns is not supported by Apache Spark or Delta Lake ([#198](https://github.com/dbt-labs/dbt-spark/issues/198), [#226](https://github.com/dbt-labs/dbt-spark/issues/226), [#229](https://github.com/dbt-labs/dbt-spark/pull/229)) ## dbt-spark...
results = run_dbt(["run", "--models", select], expect_pass = False) assert "Compilation Error" in results[1].message def run_incremental_sync_remove_only(self, project): select = "model_a incremental_sync_remove_only incremental_sync_remove_only_target" compare_source = "incremental_sync...
Requesting a newon_schema_changestrategy for incremental models, "full_refresh". In this instance, if a schema change is detected, the model will run as if the--full-refresharg had been appended to the dbt run command. Describe alternatives you've considered Overloading theshould_full_refresh...