dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

Remove unused `invalid_insert_overwrite_delta_msg` variable #963

Closed dbeatty10 closed 9 months ago

dbeatty10 commented 9 months ago

resolves #962

Problem

While researching https://github.com/dbt-labs/docs.getdbt.com/issues/4639, it looks like this code is unused since https://github.com/dbt-labs/dbt-spark/pull/700.

Solution

Searching both dbt-spark and dbt-databricks didn't yield any other references to invalid_insert_overwrite_delta_msg:

So it appears safe to remove it altogether.

Checklist