[PR] Allow changing the unfinished ti state [airflow]

2023-12-05 Thread via GitHub
kimyen opened a new pull request, #36078: URL: https://github.com/apache/airflow/pull/36078 ### Use case We use Airflow to build our data pipelines. Our Airflow DAG graph includes 600+ DAGs, highly dependent on one another. A DAG may include ingestion for multiple tables

Re: [PR] Allow changing the unfinished ti state [airflow]

2023-12-10 Thread via GitHub
eladkal commented on code in PR #36078: URL: https://github.com/apache/airflow/pull/36078#discussion_r1421994420 ## tests/integration/executors/test_celery_executor.py: ## @@ -146,6 +147,9 @@ def fake_execute_command(command): executor._process_tasks(task_tupl

Re: [PR] Allow changing the unfinished ti state [airflow]

2023-12-11 Thread via GitHub
kimyen commented on code in PR #36078: URL: https://github.com/apache/airflow/pull/36078#discussion_r1422701491 ## tests/integration/executors/test_celery_executor.py: ## @@ -146,6 +147,9 @@ def fake_execute_command(command): executor._process_tasks(task_tuple

Re: [PR] Allow changing the unfinished ti state [airflow]

2023-12-13 Thread via GitHub
kimyen commented on PR #36078: URL: https://github.com/apache/airflow/pull/36078#issuecomment-1854449078 The current CI failure is another unrelated error, since I merged the `main` branch into this branch: ``` Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home

Re: [PR] Allow changing the unfinished ti state [airflow]

2024-01-27 Thread via GitHub
github-actions[bot] commented on PR #36078: URL: https://github.com/apache/airflow/pull/36078#issuecomment-1913380129 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 you

Re: [PR] Allow changing the unfinished ti state [airflow]

2024-02-02 Thread via GitHub
github-actions[bot] closed pull request #36078: Allow changing the unfinished ti state URL: https://github.com/apache/airflow/pull/36078 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific