dbt-oracle icon indicating copy to clipboard operation
dbt-oracle copied to clipboard

dbt (data build tool) adapter for Oracle Autonomous Database

Results 19 dbt-oracle issues
Sort by recently updated
recently updated
newest added

### 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:...

bug

### 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,...

enhancement

## 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...

work-in-progress

### 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...

enhancement

### 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...

enhancement

### 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...

bug

### 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....

bug

### 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...

enhancement

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...

enhancement