CloudComposerCreateEnvironmentOperator

Google

Create a new environment.

View on GitHub

Last Updated: Feb. 25, 2023

Access Instructions

Install the Google provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

project_idRequiredRequired. The ID of the Google Cloud project that the service belongs to.
regionRequiredRequired. The ID of the Google Cloud region that the service belongs to.
environment_idRequiredRequired. The ID of the Google Cloud environment that the service belongs to.
environmentRequiredThe environment to create.
gcp_conn_id
impersonation_chainOptional service account to impersonate using short-term credentials, or chained list of accounts required to get the access_token of the last account in the list, which will be impersonated in the request. If set as a string, the account must grant the originating account the Service Account Token Creator IAM role. If set as a sequence, the identities from the list must grant Service Account Token Creator IAM role to the directly preceding identity, with first account from the list granting this role to the originating account (templated).
delegate_toThe account to impersonate using domain-wide delegation of authority, if any. For this to work, the service account making the request must have domain-wide delegation enabled.
retryDesignation of what errors, if any, should be retried.
timeoutThe timeout for this request.
metadataStrings which should be sent along with the request as metadata.
deferrableRun operator in the deferrable mode
pooling_period_secondsOptional: Control the rate of the poll for the result of deferrable run. By default the trigger will poll every 30 seconds.

Documentation

Create a new environment.

Was this page helpful?