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

py files doesn't have to be checked is_zipfiles in refresh_dag #21926

Merged

Conversation

sungpeo
Copy link
Contributor

@sungpeo sungpeo commented Mar 2, 2022

Skip to check is_zipfile for py files in DAGs folder during refresh_dags.

As refresh_dags try to access all files in DAGs folder, this helps use much less IO in the repetitive process.

This concept was approved in prior PR. Actually this should have been part of it.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@boring-cyborg boring-cyborg bot added the area:Scheduler Scheduler or dag parsing Issues label Mar 2, 2022
@potiuk potiuk merged commit b2fa135 into apache:main Mar 2, 2022
@sungpeo sungpeo deleted the py_skip_check_is_zipfile_in_refresh_dag branch March 2, 2022 11:19
@jedcunningham jedcunningham added the type:improvement Changelog: Improvements label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Scheduler Scheduler or dag parsing Issues type:improvement Changelog: Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants