feluelle commented on a change in pull request #5786: [AIRFLOW-5170] Fix
encoding pragmas, consistent licences for python files and related pylint fixes
URL: https://github.com/apache/airflow/pull/5786#discussion_r314906842
##########
File path: tests/contrib/utils/gcp_authenticator.py
##########
@@ -51,20 +51,15 @@
class GcpAuthenticator(LoggingCommandExecutor):
"""
- Manages authentication to Google Cloud Platform. It helps to manage
- connection - it can authenticate with the gcp key name specified
- """
+ Initialises the authenticator.
+ :param gcp_key: name of the key to use for authentication (see GCP_*_KEY
values)
+ :param project_extra: optional extra project parameter passed to google
cloud
+ connection
Review comment:
`type` :)
----------------------------------------------------------------
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