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


   This fixes mypy issues in the `example_twitter_dag`:
   
   ```
   mypy airflow/providers/apache/hive/example_dags/example_twitter_dag.py 
   airflow/providers/apache/hive/example_dags/example_twitter_dag.py:88: error: 
Unsupported left operand type for >> ("Task[Callable[[], Any]]")  [operator]
           fetch_tweets >> clean_tweets >> analyze_tweets
           ^
   airflow/providers/apache/hive/example_dags/example_twitter_dag.py:127: 
error: Unsupported operand types for >> ("Task[Callable[[], Any]]" and 
"BashOperator") 
   [operator]
               analyze_tweets >> load_to_hdfs >> load_to_hive >> hive_to_mysql
               ^
   airflow/providers/apache/hive/example_dags/example_twitter_dag.py:147: 
error: Unsupported operand types for >> ("Task[Callable[[], Any]]" and 
"BashOperator") 
   [operator]
               analyze_tweets >> load_to_hdfs >> load_to_hive >> hive_to_mysql
               ^
   Found 3 errors in 1 file (checked 1 source file)
   ```


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