ashb commented on a change in pull request #9851:
URL: https://github.com/apache/airflow/pull/9851#discussion_r456319880



##########
File path: airflow/models/dagbag.py
##########
@@ -151,10 +151,10 @@ def get_dag(self, dag_id):
                 # Load from DB if not (yet) in the bag
                 self._add_dag_from_db(dag_id=dag_id)

Review comment:
       We can return here -- if we've just loaded it we don't need to do any of 
these checks, do we?




----------------------------------------------------------------
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]


Reply via email to