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