[PR] Can update RenderedTaskInstanceFields over RPC [airflow]

2024-03-27 Thread via GitHub
dstandish opened a new pull request, #38565: URL: https://github.com/apache/airflow/pull/38565 (no comment) -- 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,

Re: [PR] Can update RenderedTaskInstanceFields over RPC [airflow]

2024-03-27 Thread via GitHub
dstandish commented on code in PR #38565: URL: https://github.com/apache/airflow/pull/38565#discussion_r1542115819 ## airflow/models/taskinstance.py: ## @@ -2628,10 +2637,8 @@ def signal_handler(signum, frame): task_orig = self.render_templates(context=context,

Re: [PR] Can update RenderedTaskInstanceFields over RPC [airflow]

2024-04-01 Thread via GitHub
uranusjr commented on code in PR #38565: URL: https://github.com/apache/airflow/pull/38565#discussion_r1547110943 ## airflow/models/renderedtifields.py: ## @@ -50,6 +50,12 @@ from airflow.models.taskinstance import TaskInstance, TaskInstancePydantic +def _get_fields(ti)

Re: [PR] Can update RenderedTaskInstanceFields over RPC [airflow]

2024-04-01 Thread via GitHub
uranusjr commented on code in PR #38565: URL: https://github.com/apache/airflow/pull/38565#discussion_r1547110943 ## airflow/models/renderedtifields.py: ## @@ -50,6 +50,12 @@ from airflow.models.taskinstance import TaskInstance, TaskInstancePydantic +def _get_fields(ti)

Re: [PR] Can update RenderedTaskInstanceFields over RPC [airflow]

2024-04-02 Thread via GitHub
potiuk commented on code in PR #38565: URL: https://github.com/apache/airflow/pull/38565#discussion_r1547811465 ## airflow/models/renderedtifields.py: ## @@ -50,6 +50,12 @@ from airflow.models.taskinstance import TaskInstance, TaskInstancePydantic +def _get_fields(ti):

Re: [PR] Can update RenderedTaskInstanceFields over RPC [airflow]

2024-04-02 Thread via GitHub
dstandish merged PR #38565: URL: https://github.com/apache/airflow/pull/38565 -- 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...@airflo