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

added a new condition before launching the self._scan_stale_dags() fu… #39159

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2024

  1. added a new condition before launching the self._scan_stale_dags() fu…

    …nction
    
    this condition will allow us to have the choice of purging expired dags or keeping them
    tchakib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    598667a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    tchakib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d361f9a View commit details
    Browse the repository at this point in the history
  3. Update unit_tests.cfg

    tchakib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    08ad4d9 View commit details
    Browse the repository at this point in the history
  4. Update config.yml

    tchakib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1b6d59b View commit details
    Browse the repository at this point in the history
  5. Update dags.rst

    add doc for  disable deletion of stale dags
    tchakib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    32ef994 View commit details
    Browse the repository at this point in the history
  6. Update dags.rst

    tchakib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b8df88e View commit details
    Browse the repository at this point in the history
  7. Update airflow/config_templates/config.yml

    Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
    tchakib and Taragolis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    deee1de View commit details
    Browse the repository at this point in the history
  8. Update airflow/dag_processing/manager.py

    Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
    tchakib and Taragolis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0a0af37 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update airflow/config_templates/config.yml

    Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
    tchakib and amoghrajesh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c4d49a3 View commit details
    Browse the repository at this point in the history
  2. Update config.yml

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8bb60da View commit details
    Browse the repository at this point in the history
  3. Update unit_tests.cfg

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    511252b View commit details
    Browse the repository at this point in the history
  4. Update manager.py

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ff816a0 View commit details
    Browse the repository at this point in the history
  5. Update dags.rst

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ea5113f View commit details
    Browse the repository at this point in the history
  6. Update config.yml

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f6fa572 View commit details
    Browse the repository at this point in the history
  7. Update config.yml

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    24327ab View commit details
    Browse the repository at this point in the history
  8. Update unit_tests.cfg

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e0b338b View commit details
    Browse the repository at this point in the history
  9. Update manager.py

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    78d6a58 View commit details
    Browse the repository at this point in the history
  10. Update dags.rst

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dc33dcd View commit details
    Browse the repository at this point in the history
  11. Update dags.rst

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    727f452 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into main

    tchakib committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    db2b496 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'main' into main

    tchakib committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e5c86ed View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    tchakib committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2ce0c3a View commit details
    Browse the repository at this point in the history
  3. Update config.yml

    tchakib committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    493fba5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update docs/apache-airflow/core-concepts/dags.rst

    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    tchakib and uranusjr committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2b76552 View commit details
    Browse the repository at this point in the history
  2. Update manager.py

    tchakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8a1ab56 View commit details
    Browse the repository at this point in the history
  3. Update unit_tests.cfg

    tchakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7ae8830 View commit details
    Browse the repository at this point in the history
  4. rename scan_stale_dags

    Tarik Chakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cf3cacd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from tchakib/scan_stale_dags

    rename scan_stale_dags
    tchakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    31dd4a5 View commit details
    Browse the repository at this point in the history
  6. add unitest for enable_purging_stale_dags condition

    Tarik Chakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    61d09d2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from tchakib/scan_stale_dags

    add unitest for enable_purging_stale_dags condition
    tchakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6573bf1 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into main

    tchakib committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4d79865 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update airflow/config_templates/config.yml

    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    tchakib and uranusjr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fcf86c9 View commit details
    Browse the repository at this point in the history
  2. fix doc and variables

    Tarik Chakib committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b6e5640 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from tchakib/scan_stale_dags

    fix doc and variables
    tchakib committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c70da66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce411fb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into main

    tchakib committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3e4fdcc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'main' into main

    tchakib committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    122577a View commit details
    Browse the repository at this point in the history
  2. Update dags.rst

    typo
    tchakib committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    60f9b2f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'main' into main

    tchakib committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dfd9707 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    tchakib committed May 30, 2024
    Configuration menu
    Copy the full SHA
    866a7d2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into main

    tchakib committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f34b42e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. fix pep8 test_job_runner.py

    tchakib committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a8994fa View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    793381c View commit details
    Browse the repository at this point in the history
  2. Update dags.rst

    tchakib committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    969ab81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6484f55 View commit details
    Browse the repository at this point in the history
  4. Update test_job_runner.py

    tchakib committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    520e660 View commit details
    Browse the repository at this point in the history