kaxil commented on a change in pull request #4541: [AIRFLOW-3713] Updated documentation for GCP optional project_id URL: https://github.com/apache/airflow/pull/4541#discussion_r248449995
########## File path: UPDATING.md ########## @@ -24,10 +24,73 @@ assists users migrating to a new version. ## Airflow Master +## Changes in Google Cloud Platform related operators + +Most GCP-related operators have now optional `PROJECT_ID` parameter. In case you do not specify it, +the project id configured in +[GCP Connection](https://airflow.apache.org/howto/manage-connections.html#connection-type-gcp) is used. +There will be an `AifrlowException` thrown in case `PROJECT_ID` parameter is not specified and the Review comment: typo `AifrlowException` ```suggestion There will be an `AirflowException` thrown in case `PROJECT_ID` parameter is not specified and the ``` ---------------------------------------------------------------- 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
