ashb commented on code in PR #60435:
URL: https://github.com/apache/airflow/pull/60435#discussion_r2686919589
##########
airflow-core/src/airflow/serialization/definitions/baseoperator.py:
##########
@@ -141,7 +141,7 @@ class SerializedBaseOperator(DAGNode):
trigger_rule: str | TriggerRule = "all_success"
- # TODO: Remove the following, they aren't used anymore
+ # Used by dot_renderer.py for DAG graph visualization and exposed in the
API
ui_color: str = "#fff"
ui_fgcolor: str = "#000"
Review Comment:
They shouldn't be -- we want to remove these
--
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]