mik-laj commented on a change in pull request #8145: Drop redundant project id 
null checks.
URL: https://github.com/apache/airflow/pull/8145#discussion_r407003143
 
 

 ##########
 File path: airflow/providers/google/cloud/hooks/dataflow.py
 ##########
 @@ -585,10 +579,10 @@ def start_python_dataflow(  # pylint: 
disable=too-many-arguments
         variables: Dict,
         dataflow: str,
         py_options: List[str],
+        project_id: str,
 
 Review comment:
   This method must be called using keywords arguments. Please look at this 
expectation added by @potiuk  
https://github.com/apache/airflow/blob/master/airflow/providers/google/common/hooks/base_google.py#L333-L336
   
   

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