Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
No response
Expected Behavior
Backport the following bugfixes to dbt-oracle version 1.4 and raise a PR to merge with branch main-1.4
- [Bug] Seed fails, if a column has no values #100
- [Bug] Null values in column_id causes error in documentation generation #86
- [Feature] Relax version constraint for dbt-core #99
- Set connection id prefix to track dbt connections in cman logs
Same bugfixes have been back-ported to dbt-oracle version 1.5. Please review the PR here - #105
Tasks:
- clone the repo
- Switch to branch main-1.4 ->
git checkout main-1.4
- Branch off from main-1.4 ->
git checkout -b 1.4-backports
- make changes -> refer dbt-oracle 1.5 bugfixes backports #105
- commit the changes, push and raise a PR
Steps To Reproduce
No response
Relevant log output using --debug
flag enabled
No response
Environment
- OS:
- Python:
- dbt:
What Oracle database version are you using dbt with?
No response
Additional Context
No response