jedcunningham opened a new pull request #21595:
URL: https://github.com/apache/airflow/pull/21595


   Fix mypy issues in `example_kylin_dag`:
   
   ```
   airflow/providers/apache/kylin/example_dags/example_kylin_dag.py:48: error: 
Value of type "Task[Callable[[], Any]]" is not indexable  [index]
       gen_build_time_output_date_start = gen_build_time['date_start']
                                          ^
   airflow/providers/apache/kylin/example_dags/example_kylin_dag.py:49: error: 
Value of type "Task[Callable[[], Any]]" is not indexable  [index]
       gen_build_time_output_date_end = gen_build_time['date_end']
   ```


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