We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a72a86 commit b36b3ffCopy full SHA for b36b3ff
requirements.txt
@@ -1,2 +1,2 @@
1
databricks-sql-connector>=2.0.5
2
-dbt-spark~=1.2.0
+dbt-spark~=1.2.1
setup.py
@@ -40,7 +40,7 @@ def _get_plugin_version():
40
41
package_name = "dbt-databricks"
42
package_version = _get_plugin_version()
43
-dbt_spark_version = "1.2.0"
+dbt_spark_version = "1.2.1"
44
description = """The Databricks adapter plugin for dbt"""
45
46
setup(
0 commit comments