v1.7.0
This is a minor version upgrade with the following features and fixes
- dbt-core upgraded to ~1.7.x
- oracledb driver requirement upgraded to 1.4.2
- Default driver mode is thin i.e.
ORA_PYTHON_DRIVER_TYPE=thin
. If you have hardcodedORA_PYTHON_DRIVER_TYPE=cx
, please remove it - Use dbt-oracle version in connection prefix
- Fix regressions in test suites due to dbt-core 1.7 API changes
- Materialized View refactoring
- Pass session information from dbt job profile to OML client
- Error handling in while executing Python UDF in ADB-S
- Removed print statement in case of an exception in Python UDF
- Close Database session after Python UDF completion
- Added support to check source freshness
- Added support for 2 new utils date_spline(datepart, start, end) and generate_series(upperbound)
- Added support for dbt show --limit command
- New test cases