We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5f38c commit 0e342aaCopy full SHA for 0e342aa
requirements.txt
@@ -1,2 +1,2 @@
1
-databricks-sql-connector>=2.0.5
+databricks-sql-connector>=2.2.2
2
dbt-spark~=1.1.1
setup.py
@@ -56,7 +56,7 @@ def _get_plugin_version():
56
include_package_data=True,
57
install_requires=[
58
"dbt-spark~={}".format(dbt_spark_version),
59
- "databricks-sql-connector>=2.0.5",
+ "databricks-sql-connector>=2.2.2",
60
],
61
zip_safe=False,
62
classifiers=[
0 commit comments