Re: [PR] Add config to avoid one DAG run when unpausing a DAG with catchup=False [airflow]

2024-08-01 Thread via GitHub
github-actions[bot] closed pull request #38168: Add config to avoid one DAG run when unpausing a DAG with catchup=False URL: https://github.com/apache/airflow/pull/38168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Add config to avoid one DAG run when unpausing a DAG with catchup=False [airflow]

2024-07-26 Thread via GitHub
github-actions[bot] commented on PR #38168: URL: https://github.com/apache/airflow/pull/38168#issuecomment-2253667323 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for

Re: [PR] Add config to avoid one DAG run when unpausing a DAG with catchup=False [airflow]

2024-04-16 Thread via GitHub
eladkal commented on PR #38168: URL: https://github.com/apache/airflow/pull/38168#issuecomment-2058465270 This PR adds setting while https://github.com/apache/airflow/pull/35392 changes the catchup parameters values. Each of these is stand alone and patch by itself. my point is

Re: [PR] Add config to avoid one DAG run when unpausing a DAG with catchup=False [airflow]

2024-03-16 Thread via GitHub
BasPH commented on PR #38168: URL: https://github.com/apache/airflow/pull/38168#issuecomment-2002220378 @eladkal please elaborate on "holistic approach"? I see this PR as a temporary solution until Airflow 3. What I expect `catchup` to do when unpausing a DAG: - `catchup=True`

Re: [PR] Add config to avoid one DAG run when unpausing a DAG with catchup=False [airflow]

2024-03-16 Thread via GitHub
eladkal commented on PR #38168: URL: https://github.com/apache/airflow/pull/38168#issuecomment-2001998839 I think we need to have holistic approach for this use case as well as https://github.com/apache/airflow/pull/35392 I think we should make catchup a bit smarter than just boolean