ashb commented on a change in pull request #20358: URL: https://github.com/apache/airflow/pull/20358#discussion_r771254583
########## File path: airflow/providers/google/cloud/hooks/os_login.py ########## @@ -53,7 +54,13 @@ def get_conn(self) -> OsLoginServiceClient: @GoogleBaseHook.fallback_to_default_project_id def import_ssh_public_key( - self, user: str, ssh_public_key: Dict, project_id: str, retry=None, timeout=None, metadata=None + self, + user: str, + ssh_public_key: Dict, + project_id: str, Review comment: Should `project_id` have the same default-cast-None trick as bucket? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org