Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
No response
Expected Behavior
Support dbt-oracle 1.9
- Clone the repo
- Create a new branch
dev/v1.9.0
frommain
->git checkout -b "dev/v1.9.0"
- Change
setup.py
to uptake dbt-core ->dbt-core~=1.9,<1.10
- Change
setup.py
to uptake dbt-tests-adapter ->dbt-tests-adapter~=1.10
- Change
setup.py
to increment version todbt-oracle==1.9.0
- Make the same changes in
setup.cfg
andrequirements.txt
- Modify the file
.github/workflows/oracle-xe-adapter-tests.yml
- Build locally and install dbt-oracle
- Run pytest
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