Skip to content

Commit

Permalink
Test dbt-core 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zli06160 committed Oct 5, 2023
1 parent 80cba25 commit bd0c749
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 @@ -25,7 +25,7 @@ def _dbt_clickhouse_version():
package_version = _dbt_clickhouse_version()
description = '''The Clickhouse plugin for dbt (data build tool)'''

dbt_version = '1.4.0'
dbt_version = '1.6.0'
dbt_minor = '.'.join(dbt_version.split('.')[0:2])

if not package_version.startswith(dbt_minor):
Expand Down

0 comments on commit bd0c749

Please sign in to comment.