You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2024/04/02 04:10:24 UTC

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

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):

Review Comment:
   This should have a better name to describe what the function does. `get_serialized_template_fields` maybe?



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org