mik-laj edited a comment on issue #7169: [AIRFLOW-6555] mushroom cloud error 
when clicking 'task instance details' from graph view of dag that has never 
been run yet
URL: https://github.com/apache/airflow/pull/7169#issuecomment-594253430
 
 
   Test for your case:
   ```
       def test_dagrun_id_tooptoop4(self):
           ti = Mock(get_dagrun=Mock(return_value=None))
           self.assertTrue(DagrunIdDep().is_met(ti=ti))
   
   ```
   File: tests/ti_deps/deps/test_dagrun_id_dep.py
   
   

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