potiuk commented on a change in pull request #6596: [AIRFLOW-6004] Untangle
Executors class to avoid cyclic imports
URL: https://github.com/apache/airflow/pull/6596#discussion_r352307650
##########
File path: airflow/utils/dag_processing.py
##########
@@ -1394,3 +1196,8 @@ def emit_metrics(self):
# TODO: Remove before Airflow 2.0
Stats.gauge('collect_dags', parse_time)
Stats.gauge('dagbag_import_errors', sum(stat.import_errors for stat in
self._file_stats.values()))
+
+ # pylint: disable=missing-docstring
+ @property
+ def file_paths(self):
+ return self._file_paths
Review comment:
We just add a new property. This is an additional property added, without
breaking current API. Why do you think it's an API change ?
----------------------------------------------------------------
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]
With regards,
Apache Git Services