Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2024-01-05 Thread via GitHub
jscheffl merged PR #36518: URL: https://github.com/apache/airflow/pull/36518 -- 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 comment. To unsubscribe, e-mail: commits-unsubscr...@airflow

Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2024-01-05 Thread via GitHub
eladkal commented on code in PR #36518: URL: https://github.com/apache/airflow/pull/36518#discussion_r1442784491 ## airflow/www/views.py: ## @@ -5727,15 +5726,6 @@ def set_task_instance_state( except Exception: flash("Failed to set state", "error") -@

Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2024-01-01 Thread via GitHub
pankajastro commented on code in PR #36518: URL: https://github.com/apache/airflow/pull/36518#discussion_r1439017914 ## airflow/www/views.py: ## @@ -5727,15 +5726,6 @@ def set_task_instance_state( except Exception: flash("Failed to set state", "error") -

Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2024-01-01 Thread via GitHub
pankajkoti commented on code in PR #36518: URL: https://github.com/apache/airflow/pull/36518#discussion_r1439012653 ## airflow/www/views.py: ## @@ -5727,15 +5726,6 @@ def set_task_instance_state( except Exception: flash("Failed to set state", "error") -

Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2024-01-01 Thread via GitHub
pankajkoti commented on code in PR #36518: URL: https://github.com/apache/airflow/pull/36518#discussion_r1439012653 ## airflow/www/views.py: ## @@ -5727,15 +5726,6 @@ def set_task_instance_state( except Exception: flash("Failed to set state", "error") -

Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2024-01-01 Thread via GitHub
jscheffl commented on code in PR #36518: URL: https://github.com/apache/airflow/pull/36518#discussion_r1439004671 ## airflow/www/views.py: ## @@ -5727,15 +5726,6 @@ def set_task_instance_state( except Exception: flash("Failed to set state", "error") -

Re: [PR] Remove option ot set a task instance to running state in UI [airflow]

2023-12-31 Thread via GitHub
dirrao commented on code in PR #36518: URL: https://github.com/apache/airflow/pull/36518#discussion_r1438966843 ## airflow/www/views.py: ## @@ -5727,15 +5726,6 @@ def set_task_instance_state( except Exception: flash("Failed to set state", "error") -@a

[PR] Remove option ot set a task instance to running state in UI [airflow]

2023-12-31 Thread via GitHub
jscheffl opened a new pull request, #36518: URL: https://github.com/apache/airflow/pull/36518 Removes the "Set to state 'running'" option from UI for Task instances. If users are using this, immediately an "Zombie task" error like the following is produced in the task logs: ``` [2023-