uranusjr commented on code in PR #62922:
URL: https://github.com/apache/airflow/pull/62922#discussion_r3732361037


##########
airflow-core/tests/unit/serialization/test_dag_serialization.py:
##########
@@ -2874,6 +2874,7 @@ def test_operator_expand_serde():
         "template_ext": [".sh", ".bash"],
         "template_fields_renderers": {"bash_command": "bash", "env": "json"},
         "ui_color": "#f0ede4",
+        "_register_with_dag": True,

Review Comment:
   Do we need this field? I quickly checked and did not find anything in Core 
that needs it. Maybe we can exlucde it from serialization instead?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to