dbt-oracle
                                
                                 dbt-oracle copied to clipboard
                                
                                    dbt-oracle copied to clipboard
                            
                            
                            
                        dbt (data build tool) adapter for Oracle Autonomous Database
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior For some models I create primary keys with the following macro:...
### Describe the Feature Hello, I work in enterprise environment without privileged access. I can install "oracledb" package without privileged account `python -m pip install oracledb` However, when installing dbt-oracle,...
## Background Minor version `v1.8` is targeted for final release within dbt Core on May 9, 2024. ~~As a maintainer of a dbt adapter, we strongly encourage you to release...
### Describe the Feature implementation of delete+insert incremental strategy ### Describe alternatives you've considered using a pre hook on the model to delete the data or trying to implement the...
### Describe the Feature Currently, running table amterializations causes the recycle bin to fill up on every dbt run. If the table was dropped with purge, it will skip the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior run_results.json has rows_affected = 0 always even when there are data...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Null values are rendered as proprietary "None" string fields in manifest.json....
### Describe the Feature Hi, Not really a feature, but suggestion for improving the documentation or readme. I had big trouble with the error message _table already exists_. In the...
Hi, It would be nice to be able to controll the incremental merge strategy by adding a WHERE clause to the `WHEN MATCHED THEN` part of the merge statement. As...