Built in the image of exellent example -> tsql-utils
This dbt package contains macros that extend use of dbt-utils to Oracle databases
This package provides "shims" for:
- dbt-utils (partial)
{{dbt_utils.<ported-macro>(<arg>)}}
- Install dbt-utils
Add following to your packages.yaml file.
packages: - package: dbt-labs/dbt-utils version: check [dbt hub](https://hub.getdbt.com/) for latest version
Check dbt-utils for latest installation instructions
- Install
dbt-utils-oracle
packages: - package: algol68/dbt_utils_oracle version: {SEE PROJECT HUB FOR NEWEST VERSION}
- add dbt-utils-oracle as macro provider for dbt-utils
dispatch: - macro_namespace: dbt_utils search_order: ['dbt_oracle_utils', 'dbt_utils']