Releases: oracle/dbt-oracle
Releases · oracle/dbt-oracle
v1.10.0
09 Dec 16:43
Compare
Sorry, something went wrong.
No results found
This release includes the following updates:
Fixes #195
Added support for Python 3.13
driver upgraded to oracledb==3.4.1
v1.9.4
07 Oct 16:37
Compare
Sorry, something went wrong.
No results found
This release includes the following updates and fixes
dbt-core requirement upgraded to 1.10 - Fixes #186
Python driver requirement upgraded to v3.3.0
Oracle Column Metadata for VARCHAR datatype now includes size and unit e.g. VARCHAR32(5, char). Fixes #190
v1.9.3
28 Jul 17:42
Compare
Sorry, something went wrong.
No results found
This release includes the following updates:
v1.9.2
16 May 23:02
Compare
Sorry, something went wrong.
No results found
This release includes the following updates:
Support for direct path inserts in incremental materialization fixing #174
Fix bug for snapshot config snapshot_meta_column_names
Python driver upgraded to 3.1.1
v1.9.1
11 Apr 19:48
Compare
Sorry, something went wrong.
No results found
This release includes the following updates:
Python driver version upgraded to 3.1.0
New snapshot improvements introduced in 1.9 . This fixes bug #165
Macro oracle__snapshot_hash_arguments uses a much stronger hash function (SHA-256) to avoid hash collisions in snapshots. Fixes #154
HTTP proxy environment variables are ignored. To connect to the database via https proxy, please include the proxy attributes in dbt profile. Fixes #168
outputs :
dev :
type : oracle
user : " {{ env_var('DBT_ORACLE_USER') }}"
pass : " {{ env_var('DBT_ORACLE_PASSWORD') }}"
..
https_proxy : " www-proxy.com"
https_proxy_port : 80
v1.9.0
17 Jan 21:32
Compare
Sorry, something went wrong.
No results found
This release has the following fixes and updates
dbt-core upgraded to 1.9.0
Support for external auth. Fixes #157
v1.8.4
20 Dec 22:49
Compare
Sorry, something went wrong.
No results found
This release has the following bug fixes and updates
Fixes #158
Upgrades driver to 2.5.1
Dropped support for Python 3.8
Use timestamp(9) in dbt snapshots for dbt_valid_to column
v1.8.3
30 Sep 18:55
Compare
Sorry, something went wrong.
No results found
This release has the bug fixes and updates
Fix #153
Fix #136
Upgrade Python driver to 2.4.1
v1.8.1
21 Aug 17:49
Compare
Sorry, something went wrong.
No results found
This is a minor release upgrade with the following updates:
Added BLOB column type support in dbt contracts
dbt show command's macro name is changed to oracle__get_limit_sql. This regressed 3 unit tests
Fix signature of method create_schema
Python driver upgraded to 2.3.0
v1.7.7
02 Jul 23:18
Compare
Sorry, something went wrong.
No results found
This release version has the following updates
Fixes oracle adapter: Oracle error: ORA-12098: cannot comment on the materialized view