[GitHub] [airflow] uranusjr commented on a diff in pull request #31852: [Webserver] Use custom_operator_name instead of task_type in UI for taskinstance object

2023-07-04 Thread via GitHub
uranusjr commented on code in PR #31852: URL: https://github.com/apache/airflow/pull/31852#discussion_r1251617378 ## airflow/models/taskinstance.py: ## @@ -617,6 +619,11 @@ def prev_attempted_tries(self) -> int: def next_try_number(self) -> int: return self._try_nu

[GitHub] [airflow] uranusjr commented on a diff in pull request #31852: [Webserver] Use custom_operator_name instead of task_type in UI for taskinstance object

2023-07-04 Thread via GitHub
uranusjr commented on code in PR #31852: URL: https://github.com/apache/airflow/pull/31852#discussion_r1251616707 ## airflow/models/taskinstance.py: ## @@ -617,6 +619,11 @@ def prev_attempted_tries(self) -> int: def next_try_number(self) -> int: return self._try_nu

[GitHub] [airflow] uranusjr commented on a diff in pull request #31852: [Webserver] Use custom_operator_name instead of task_type in UI for taskinstance object

2023-06-21 Thread via GitHub
uranusjr commented on code in PR #31852: URL: https://github.com/apache/airflow/pull/31852#discussion_r1236603572 ## airflow/www/views.py: ## @@ -3083,6 +3083,8 @@ class GraphForm(DateTimeWithNumRunsWithDagRunsForm): for ti in dag.get_task_instances(dttm, dttm):

[GitHub] [airflow] uranusjr commented on a diff in pull request #31852: [Webserver] Use custom_operator_name instead of task_type in UI for taskinstance object

2023-06-16 Thread via GitHub
uranusjr commented on code in PR #31852: URL: https://github.com/apache/airflow/pull/31852#discussion_r1231986480 ## airflow/www/views.py: ## @@ -3083,6 +3083,8 @@ class GraphForm(DateTimeWithNumRunsWithDagRunsForm): for ti in dag.get_task_instances(dttm, dttm):

[GitHub] [airflow] uranusjr commented on a diff in pull request #31852: [Webserver] Use custom_operator_name instead of task_type in UI for taskinstance object

2023-06-13 Thread via GitHub
uranusjr commented on code in PR #31852: URL: https://github.com/apache/airflow/pull/31852#discussion_r1228385706 ## airflow/models/taskinstance.py: ## @@ -886,6 +889,7 @@ def refresh_from_task(self, task: Operator, pool_override: str | None = None) -> # value that nee