Skip to content

v1.7.0

Compare
Choose a tag to compare
@aosingh aosingh released this 14 Dec 01:28
· 75 commits to main since this release
5c6816b

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 hardcoded ORA_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