Skip to content

Commit

Permalink
update dbt spark to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Furlan <andre.furlan@databricks.com>
  • Loading branch information
andrefurlan-db committed May 2, 2023
1 parent 1419f24 commit ef9855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_plugin_version():

package_name = "dbt-databricks"
package_version = _get_plugin_version()
dbt_spark_version = "v1.5.0b4"
dbt_spark_version = "v1.5.0"
description = """The Databricks adapter plugin for dbt"""

setup(
Expand Down

0 comments on commit ef9855d

Please sign in to comment.