potiuk commented on a change in pull request #20358:
URL: https://github.com/apache/airflow/pull/20358#discussion_r771712921
##########
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:
good point - looks like no tests of ours have missing project_id :)
--
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]