eladkal commented on pull request #22219:
URL: https://github.com/apache/airflow/pull/22219#issuecomment-1073234215


   CI indeed help us :) 
   example dag is missing for this operator
   
https://github.com/apache/airflow/runs/5617058321?check_suite_focus=true#step:8:892
   ```
             with self.subTest("Detect missing example dags"):
                 missing_example = {s for s in operator_sets if not 
has_example_dag(s)}
                 missing_example -= self.MISSING_EXAMPLE_DAGS
     >           assert set() == missing_example
     E           AssertionError: assert set() == {('suite', 'local_to_drive')}
     E             Extra items in the right set:
     E             ('suite', 'local_to_drive')
     E             Use -v to get the full diff
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to