Skip to content

v1.5.1

Compare
Choose a tag to compare
@aosingh aosingh released this 12 Jul 19:23
· 116 commits to main since this release
45c7a27

This release includes the following features and updates:

  • Implemented support for Python models using Oracle's Autonomous Database Serverless (ADB-S)
    • User Defined Python function is run in an ADB-S spawned Python 3.10 runtime
      Import 3rd party Python packages installed in the default Python runtime
    • Access to Database session in the Python function
    • DataFrame read API to read TABLES, VIEWS and ad-hoc SELECT queries as DataFrames
    • DataFrame write API to write DataFrames as TABLES
    • Supports both table and incremental materialization
  • dbt-core upgraded to 1.5.2
  • oracledb upgraded to 1.3.2