Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sequence insert support to OracleHook #42947

Merged
merged 8 commits into from
Oct 26, 2024
Merged

Conversation

Lee2532
Copy link
Contributor

@Lee2532 Lee2532 commented Oct 11, 2024

If Oracle had a sequence column, it could not be entered with existing logic. We received an additional sequence column and sequence name in the existing function so that you could enter it

Closes: #42494

@Lee2532
Copy link
Contributor Author

Lee2532 commented Oct 23, 2024

@potiuk

Hello
This is the PR I wrote again because I sent the wrong PR last time. Can you check it? Thank you (related PR : #42778)

@potiuk potiuk merged commit 33c7238 into apache:main Oct 26, 2024
56 checks passed
Copy link

boring-cyborg bot commented Oct 26, 2024

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Oct 26, 2024
* FEAT : oracle sequence column insert

* FEAT : Exception case if you enter only part of it

* FIX : pythonic  code
@Lee2532 Lee2532 deleted the issue/42494 branch October 27, 2024 05:38
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
* FEAT : oracle sequence column insert

* FEAT : Exception case if you enter only part of it

* FIX : pythonic  code
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.

Enter sequence values when using Oracle hooks
2 participants