Uh oh!
There was an error while loading. Please reload this page.
Add HdfsRemoteLogIO.from_config and register hdfs remote logging scheme - #71278
Merged
jason810496 merged 1 commit intoAug 10, 2026
Merged
Conversation
Signed-off-by: baha-bouali <baha.bouali2020@gmail.com>
jason810496
approved these changes
Aug 10, 2026
jason810496
left a comment
Member
There was a problem hiding this comment.
Thanks, LGTM for the migration.
Uh oh!
There was an error while loading. Please reload this page.
4 tasks
dabla pushed a commit
to dabla/airflow
that referenced
this pull request
Aug 14, 2026
…me (apache#71278) Signed-off-by: baha-bouali <baha.bouali2020@gmail.com>
91 tasks
11 tasks
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 freeto 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.
Part of #70265 (related: #67056). Migrates #70270.
Why
#67056 decoupled remote logging from the hardcoded branches in
airflow_local_settings.py:core and the Task SDK now resolve the handler via ProvidersManager dispatch on the
[logging] remote_base_log_folderURL scheme, instantiating the provider class through ano-arg
from_config()classmethod. This migrates thehdfsscheme.What
HdfsRemoteLogIO.from_config(), mirroring the legacyairflow_local_settings.pybranch — including stripping to
urlsplit(...).pathforremote_base(the legacy branchdrops the
hdfs://hostpart and keeps only the path), the[logging] remote_task_handler_kwargsIO-kwargs merge, andexpanduseronbase_log_folder, so behavior is unchanged for existing configs.hdfsscheme underremote-logging:inproviders/apache/hdfs/provider.yamland mirror it in
get_provider_info.py.TestS3RemoteLogIOFromConfigfromproviders/amazon/tests/unit/amazon/aws/log/test_s3_task_handler.py.Was generative AI tooling used to co-author this PR?
Assisted by Claude Sonnet 5, Reviewed by the submitter