ms32035 commented on a change in pull request #13199:
URL: https://github.com/apache/airflow/pull/13199#discussion_r617725966
##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -335,6 +334,30 @@ def _value_is_hardcoded_default(cls, attrname: str, value:
Any, instance: Any) -
return False
+class DependencyDetector:
Review comment:
I am actually thinking a bit ahead for future extensions:
1) detecting dependencies from dag attributes too (like a list of dependant
dag names, etc) -> second method
2) make the class configurable
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]