Skip to content

Commit b36b3ff

Browse files
committed
Upgrade the base dbt-spark to 1.2.1.
1 parent 1a72a86 commit b36b3ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
databricks-sql-connector>=2.0.5
2-
dbt-spark~=1.2.0
2+
dbt-spark~=1.2.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _get_plugin_version():
4040

4141
package_name = "dbt-databricks"
4242
package_version = _get_plugin_version()
43-
dbt_spark_version = "1.2.0"
43+
dbt_spark_version = "1.2.1"
4444
description = """The Databricks adapter plugin for dbt"""
4545

4646
setup(

0 commit comments

Comments
 (0)