feat: restore os provider on core library#64764
Merged
potiuk merged 3 commits intoapache:mainfrom Apr 10, 2026
Merged
Conversation
fe76853 to
8632a35
Compare
Contributor
|
Probably need also to set min version 1.9.0 in Line 300 in c5e7d7b |
8632a35 to
39ad380
Compare
4775249 to
06e47ee
Compare
Contributor
|
We need also to add it to airflow/scripts/ci/prek/update_airflow_pyproject_toml.py Lines 83 to 92 in cacc2eb |
Contributor
Author
Thanks! I've made the changes |
2919d25 to
b1b39ac
Compare
eladkal
reviewed
Apr 10, 2026
potiuk
approved these changes
Apr 10, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 10, 2026
* add changes for os provider * bump pyproject.toml provider lib version * Fix failing CI (cherry picked from commit 9465591) Co-authored-by: Owen Leung <owen.leung2@gmail.com>
Backport successfully created: v3-2-testNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
|
github-actions bot
pushed a commit
to aws-mwaa/upstream-to-airflow
that referenced
this pull request
Apr 10, 2026
* add changes for os provider * bump pyproject.toml provider lib version * Fix failing CI (cherry picked from commit 9465591) Co-authored-by: Owen Leung <owen.leung2@gmail.com>
eladkal
pushed a commit
that referenced
this pull request
Apr 13, 2026
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a follow-up on #64364.
It introduces the changes required for bringing opensearch provider back for remote task log for Airflow 3. Also it enables the feature to automatically ship task log to opensearch.