kazanzhy opened a new pull request #20301:
URL: https://github.com/apache/airflow/pull/20301


   Fixed mypy errors for Apache Beam and due to using some parts from Dataflow 
also checked it.
   
   For fixing Beam I have to change the type in `DataflowConfiguration`.
   Parameter `job_name` was `Optional[str]` and also had default value 
`"{{task.task_id}}"`.
   I assumed that _optional_ mean _non-obligatory_ and not _might be None_.
   That's why I also fixed two more errors in Dataflow.
   
   related: #19891
   


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