feng-tao commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r259595286
########## File path: airflow/models/__init__.py ########## @@ -3118,6 +3150,50 @@ def date_range(self, start_date, num=None, end_date=timezone.utcnow()): start_date=start_date, end_date=end_date, num=num, delta=self._schedule_interval) + def create_edges(self, graph_id): Review comment: so this method is a private or public method? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services