Skip to content

v1.8.0

Compare
Choose a tag to compare
@aosingh aosingh released this 03 Jul 00:22
· 46 commits to main since this release
9ca25a4

This is a minor release upgrade with the following updates

  • Decouple dbt-core and the base adapter and use a stable adapter interface i.e. dbt-adapters
  • Addresses #138 and #149
  • Fixes oracle adapter: Oracle error: ORA-12098: cannot comment on the materialized view
  • database key in profile.yml is still optional for all but one of the dbt-oracle workflows. Without database name in profile.yml the generated catalog used for project documentation will be empty. For now, to circumvent the problem, dbt-oracle detects that database key is missing from profile.yml and issues a warning message to the user to add an entry in profile.yml for catalog generation. The warning message also shows the database name that dbt-oracle expects. That way users don't have to worry about "what" the database name is and "how" to get it.