astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add 
edges to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r257098566
 
 

 ##########
 File path: airflow/models/__init__.py
 ##########
 @@ -1856,6 +1851,13 @@ def init_run_context(self, raw=False):
         self.raw = raw
         self._set_context(self)
 
+    @staticmethod
+    @provide_session
+    def fetch_tis_db(dag_id, execution_date, session=None):
 
 Review comment:
   Is this method used anywhere? Couldn't find any reference to it. If not, I'd 
suggest deleting it.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to