Skip to content

Commit

Permalink
fix: use correct dtype accessor, bump minor version, update dep ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jun 12, 2024
1 parent 5ac8245 commit 589be91
Show file tree
Hide file tree
Showing 6 changed files with 845 additions and 1,173 deletions.
10 changes: 10 additions & 0 deletions .changes/0.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.13.0 - 2024-06-12
### Added
* Test with multiple version of dbt core
* Compatibility with dbt core 1.6+
* Test on multiple python versions
### Changed
* Pre-commit hooks updates
* Imports refactored for dbt 1.8
### Fixed
* Extend cache ttl for long running processes to ensure we dont recycle db connection
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.13.0 - 2024-06-12
### Added
* Test with multiple version of dbt core
* Compatibility with dbt core 1.6+
* Test on multiple python versions
### Changed
* Pre-commit hooks updates
* Imports refactored for dbt 1.8
### Fixed
* Extend cache ttl for long running processes to ensure we dont recycle db connection

## 0.12.10 - 2024-05-05
### Added
* New --add-inheritance-for-specified-keys flag to allow inheriting arbitrary keys from model node
Expand Down
Binary file modified demo_duckdb/jaffle_shop.duckdb
Binary file not shown.
Loading

0 comments on commit 589be91

Please sign in to comment.