- Added incremental strategy merge - Going back to Python 3.9 in workflows (temporarily to handle import error in 3.10)
0.3.1
- Added support for granting - Minor bugfix - Minor refactoring
0.3.0
- Support for quoting to make it possible to use lowercase names on schemas and tables/views - Disabled autocommit to make execution more reliable - Implemented DB2-specific column types to minimize need for custom code - Removed some custom code in tests
0.2.0
- Support for Python 3.7 to 3.10 - Bumped dbt-core to 1.2.1 - Migrated to new pytest framework - Moved cross-db-utils to this repo + implemented tests - New tests for generating docs and references - Implemented connection retry logic - Add profile parameter for extra config options (to support SSL)
0.1.4
Change version naming from vX.X.X to X.X.X. This pattern is required by dbt when installing packages from git. This change was done to harmonize between ibmdb2-utils and this adapter package.