kaxil commented on a change in pull request #4493: [AIRFLOW-3680] Consistency
update in tests for All GCP-related operators
URL: https://github.com/apache/airflow/pull/4493#discussion_r247299208
##########
File path: airflow/contrib/hooks/gcp_function_hook.py
##########
@@ -130,7 +116,7 @@ def upload_function_zip(self, parent, zip_path):
Uploads zip file with sources.
:param parent: Google Cloud Platform project id and region where zip
file should
- be uploaded in the form of /projects/<PROJECT>/location/<LOCATION>
+ be uploaded in the form of /projects/<PROJECT>/location/<GCP_LOCATION>
Review comment:
```suggestion
be uploaded in the form of
/projects/<PROJECT>/location/<GCP_LOCATION>
```
----------------------------------------------------------------
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