We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5089a commit be5f38cCopy full SHA for be5f38c
requirements.txt
@@ -1,2 +1,2 @@
1
databricks-sql-connector>=2.0.5
2
-dbt-spark~=1.1.0
+dbt-spark~=1.1.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.1.0"
+dbt_spark_version = "1.1.1"
44
description = """The Databricks adapter plugin for dbt"""
45
46
setup(
0 commit comments