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

Fix: DAGs are not marked as stale if the dags folder change (#41433) #41829

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. Fix: DAGs are not marked as stale if the dags folder change (apache#4…

    …1433)
    
    * Fix: DAGs are not marked as stale if the AIRFLOW__CORE__DAGS_FOLDER changes
    
    * Update airflow/dag_processing/manager.py
    
    * Add testcase
    
    * Add code comment
    
    * Update code comment
    
    * Update the logic for checking the current dag_directory
    
    * Update testcases
    
    * Remove unwanted code
    
    * Uncomment code
    
    * Add processor_subdir when creating processor_subdir
    
    * Fix test_retry_still_in_executor test
    
    * Remove config from test
    
    * Update airflow/dag_processing/manager.py
    
    Co-authored-by: Jed Cunningham <[email protected]>
    
    * Update if condition for readability
    
    ---------
    
    Co-authored-by: Jed Cunningham <[email protected]>
    (cherry picked from commit 9f30a41)
    utkarsharma2 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    888aff4 View commit details
    Browse the repository at this point in the history