@@ -521,7 +521,7 @@ The following configurations have been moved from `[core]` to the new `[logging]
521521#### Remove gcp_service_account_keys option in airflow.cfg file
522522
523523This option has been removed because it is no longer supported by the Google Kubernetes Engine. The new
524- recommended service account keys for the Google Cloud Platform management method is
524+ recommended service account keys for the Google Cloud management method is
525525[ Workload Identity] ( https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity ) .
526526
527527#### Fernet is enabled by default
@@ -1037,17 +1037,17 @@ have been made to the core (including core operators) as they can affect the int
10371037of this provider.
10381038
10391039This section describes the changes that have been made, and what you need to do to update your if
1040- you use operators or hooks which integrate with Google services (including Google Cloud Platform - GCP).
1040+ you use operators or hooks which integrate with Google services (including Google Cloud - GCP).
10411041
10421042#### Direct impersonation added to operators communicating with Google services
10431043[ Directly impersonating a service account] ( https://cloud.google.com/iam/docs/understanding-service-accounts#directly_impersonating_a_service_account )
10441044has been made possible for operators communicating with Google services via new argument called ` impersonation_chain `
10451045(` google_impersonation_chain ` in case of operators that also communicate with services of other cloud providers).
10461046As a result, GCSToS3Operator no longer derivatives from GCSListObjectsOperator.
10471047
1048- #### Normalize gcp_conn_id for Google Cloud Platform
1048+ #### Normalize gcp_conn_id for Google Cloud
10491049
1050- Previously not all hooks and operators related to Google Cloud Platform use
1050+ Previously not all hooks and operators related to Google Cloud use
10511051` gcp_conn_id ` as parameter for GCP connection. There is currently one parameter
10521052which apply to most services. Parameters like `` datastore_conn_id `` , `` bigquery_conn_id `` ,
10531053`` google_cloud_storage_conn_id `` and similar have been deprecated. Operators that require two connections are not changed.
@@ -1082,7 +1082,7 @@ Following components were affected by normalization:
10821082#### Changes to import paths and names of GCP operators and hooks
10831083
10841084According to [ AIP-21] ( https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-21%3A+Changes+in+import+paths )
1085- operators related to Google Cloud Platform has been moved from contrib to core.
1085+ operators related to Google Cloud has been moved from contrib to core.
10861086The following table shows changes in import paths.
10871087
10881088| Old path | New path |
@@ -1265,9 +1265,9 @@ The following table shows changes in import paths.
12651265| airflow.contrib.sensors.gcs_sensor.GoogleCloudStorageUploadSessionCompleteSensor | airflow.providers.google.cloud.sensors.gcs.GCSUploadSessionCompleteSensor |
12661266| airflow.contrib.sensors.pubsub_sensor.PubSubPullSensor | airflow.providers.google.cloud.sensors.pubsub.PubSubPullSensor |
12671267
1268- #### Unify default conn_id for Google Cloud Platform
1268+ #### Unify default conn_id for Google Cloud
12691269
1270- Previously not all hooks and operators related to Google Cloud Platform use
1270+ Previously not all hooks and operators related to Google Cloud use
12711271`` google_cloud_default `` as a default conn_id. There is currently one default
12721272variant. Values like `` google_cloud_storage_default `` , `` bigquery_default `` ,
12731273`` google_cloud_datastore_default `` have been deprecated. The configuration of
@@ -1408,7 +1408,7 @@ Now this parameter requires a value. To restore the previous behavior, configure
14081408specifying the service account.
14091409
14101410Detailed information about connection management is available:
1411- [ Google Cloud Platform Connection] ( https://airflow.apache.org/howto/connection/gcp.html ) .
1411+ [ Google Cloud Connection] ( https://airflow.apache.org/howto/connection/gcp.html ) .
14121412
14131413
14141414#### ` airflow.providers.google.cloud.hooks.gcs.GCSHook `
@@ -2053,7 +2053,7 @@ If the `AIRFLOW_CONFIG` environment variable was not set and the
20532053will discover its config file using the ` $AIRFLOW_CONFIG ` and ` $AIRFLOW_HOME `
20542054environment variables rather than checking for the presence of a file.
20552055
2056- ### Changes in Google Cloud Platform related operators
2056+ ### Changes in Google Cloud related operators
20572057
20582058Most GCP-related operators have now optional ` PROJECT_ID ` parameter. In case you do not specify it,
20592059the project id configured in
@@ -2080,7 +2080,7 @@ Operators involved:
20802080
20812081Other GCP operators are unaffected.
20822082
2083- ### Changes in Google Cloud Platform related hooks
2083+ ### Changes in Google Cloud related hooks
20842084
20852085The change in GCP operators implies that GCP Hooks for those operators require now keyword parameters rather
20862086than positional ones in all methods where ` project_id ` is used. The methods throw an explanatory exception
@@ -2148,7 +2148,7 @@ gct_hook.create_transfer_job(body)
21482148```
21492149The change results from the unification of all hooks and adjust to
21502150[ the official recommendations] ( https://lists.apache.org/thread.html/e8534d82be611ae7bcb21ba371546a4278aad117d5e50361fd8f14fe@%3Cdev.airflow.apache.org%3E )
2151- for the Google Cloud Platform .
2151+ for the Google Cloud.
21522152
21532153The signature of ` wait_for_transfer_job ` method in ` GCPTransferServiceHook ` has changed.
21542154
@@ -2765,7 +2765,7 @@ of user-editable configuration properties. See
27652765All Google Cloud Operators and Hooks are aligned and use the same client library. Now you have a single connection
27662766type for all kinds of Google Cloud Operators.
27672767
2768- If you experience problems connecting with your operator make sure you set the connection type "Google Cloud Platform ".
2768+ If you experience problems connecting with your operator make sure you set the connection type "Google Cloud".
27692769
27702770Also the old P12 key file type is not supported anymore and only the new JSON key files are supported as a service
27712771account.
0 commit comments