ashb commented on code in PR #22698:
URL: https://github.com/apache/airflow/pull/22698#discussion_r844956518
##########
airflow/serialization/serialized_objects.py:
##########
@@ -637,25 +637,7 @@ def _serialize_node(cls, op: Union[BaseOperator,
MappedOperator], include_deps:
)
if include_deps:
- # Are the deps different to "stock", if so serialize the class
names!
- # For Airflow 2.0 expediency we _only_ allow built in Dep classes.
- # Fix this for 2.0.x or 2.1
Review Comment:
Took us a while to fix it :)
--
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]