uranusjr commented on code in PR #71213:
URL: https://github.com/apache/airflow/pull/71213#discussion_r3793862151
##########
airflow-core/src/airflow/serialization/definitions/dag.py:
##########
@@ -122,6 +122,8 @@ class SerializedDAG:
fail_fast: bool = False
has_on_failure_callback: bool = False
has_on_success_callback: bool = False
+ # Derived, never authored -- see ``DAG.is_mixed_language_dag``.
+ is_mixed_language_dag: bool = False
Review Comment:
When do we plan to actually use this? I wonder if a property similar to the
SDK DAG class’s property is enough.
--
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]