ephraimbuddy commented on a change in pull request #20802:
URL: https://github.com/apache/airflow/pull/20802#discussion_r785422048



##########
File path: airflow/models/dagbag.py
##########
@@ -398,6 +400,9 @@ def _process_modules(self, filepath, mods, 
file_last_changed_on_disk):
             dag.fileloc = mod.__file__
             try:
                 dag.timetable.validate()
+                # create a copy of params before validating

Review comment:
       We can actually validate directly without copy since we are not updating 
the params. Will update it
   




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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to