InigoSJ commented on issue #6058: [AIRFLOW-5439] Add 'schedule_interval' to 
'default_args'
URL: https://github.com/apache/airflow/pull/6058#issuecomment-529214902
 
 
   HOTFIX:
   
   Edited the code so there's no error when default_args is None. Test should 
be fine now. It was checking:
   
   `if 'schedule_interval' in default_args:`
   
   instead of:
   
   `if 'schedule_interval' in self.default_args:`

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

Reply via email to