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_r407003212
##########
File path: airflow/providers/google/cloud/hooks/dataflow.py
##########
@@ -730,10 +718,10 @@ def is_job_dataflow_running(self, name: str, variables:
Dict, project_id: Option
@GoogleBaseHook.fallback_to_default_project_id
def cancel_job(
self,
+ project_id: str,
Review comment:
It is the only keyword argument method.
----------------------------------------------------------------
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