potiuk commented on a change in pull request #4353: [AIRFLOW-3480] Add Database
Deploy/Update/Delete operators
URL: https://github.com/apache/incubator-airflow/pull/4353#discussion_r244109948
##########
File path: airflow/contrib/hooks/gcp_spanner_hook.py
##########
@@ -41,11 +42,12 @@ def __init__(self,
def get_client(self, project_id):
# type: (str) -> Client
"""
- Provides a client for interacting with Cloud Spanner API.
+ Provides a client for interacting with the Cloud Spanner API.
- :param project_id: The ID of the project which owns the instances,
tables and data.
+ :param project_id: TThe ID of the GCP project that owns the Cloud
Spanner
Review comment:
OK. I will wait with further rebases until you review all :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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