Skip to content

Migrate oracle provider to oracle-oracledb - #71325

Open
eladkal wants to merge 2 commits into
apache:mainfrom
eladkal:oracle
Open

Migrate oracle provider to oracle-oracledb#71325
eladkal wants to merge 2 commits into
apache:mainfrom
eladkal:oracle

Conversation

@eladkal

@eladkal eladkal commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This is the first step needed to support oracle-oci provider #70160

The migration plan is:
Screenshot 2026-08-08 at 12 03 41

This PR is the first step: Current -> Intermediate.

Notes the new oracle-oracledb provider will start from version 4.6.3 which is the exact version of oracle provider being deprecated. I think this simply things for users.

Comment thread providers/oracle/README.rst Outdated
=========================================== ==================
PIP package Version required
=========================================== ==================
``apache-airflow`` ``>=2.11.0``

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we may want to limit the apache-airflow version here also to <3.4.0
That way we are making sure that users of new Airflow versions will not still use the old provider.

@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

uv.lock on main just moved via #67532 ("Add IBM Db2 provider with Hook "), commit 8162cd3 and this PR currently conflicts.

Quickest fix:

git fetch upstream main && git rebase upstream/main
rm uv.lock && uv lock
git add uv.lock && git rebase --continue
git push --force-with-lease

Automated nudge — ignore if you're not ready to rebase. This comment is updated in place on future uv.lock bumps.

@eladkal

eladkal commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

@potiuk can use your advise here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant