dbt-oracle
dbt-oracle copied to clipboard
dbt (data build tool) adapter for Oracle Autonomous Database
### Describe the Feature I would like to see a feature that shows affected row count, similar to sql%rowcount from PL/SQL. I'm aware of the variable "rows_affected" in run_results.json but...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior multi schema materializations not supported without administrative privileges ### Expected Behavior...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior dbt run is not refreshing or creating tables and views, if...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I did not find any documentation on how to establish connection...
[Bug] Error macro 'dbt_macro__create_schema' takes not more than 1 argument(s) while doing snapshots
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I got this error when running dbt snapshot 03:36:00 Running with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I have some experience with dbt but None with dbt-oracle and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior snapshot is implemented with the ora_hash() function. This gives a lot...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Hello, With dbt-oracle 1.7.x I was using this flag in my...
### Describe the Feature I am trying to use this adapter to connect to my Oracle database which only supports kerberos for authentication and username/password is not supported. Can we...