Skip to content

Commit

Permalink
Upgrade dependencies: dbt-core 1.9.0 and dbt-spark 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moomindani committed Dec 12, 2024
1 parent 3e10847 commit b896bfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## New version
## v1.9.0
- Allow to load big seed files
- Migrates the PySpark code for the Iceberg file format at a macro level, making the impl.py file more readable.
- Fixes the get_columns_in_relation function to work for both Iceberg and non-Iceberg tables without hard-coding the catalog name.
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/glue/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.6"
version = "1.9.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def get_version(rel_path):

package_name = "dbt-glue"
package_version = get_version("dbt/adapters/glue/__version__.py")
dbt_version = "1.8.6"
dbt_spark_version = "1.8.0"
dbt_version = "1.9.0"
dbt_spark_version = "1.9.0"
description = """dbt (data build tool) adapter for Aws Glue"""
long_description = read('README.md')
setup(
Expand Down

0 comments on commit b896bfc

Please sign in to comment.