storageMode property

String? storageMode
getter/setter pair

The mode of storage for Airflow workers task logs.

For details, see go/composer-store-task-logs-in-cloud-logging-only-design-doc

Optional. Possible string values are:

  • "TASK_LOGS_STORAGE_MODE_UNSPECIFIED" : This configuration is not specified by the user.
  • "CLOUD_LOGGING_AND_CLOUD_STORAGE" : Store task logs in Cloud Logging and in the environment's Cloud Storage bucket.
  • "CLOUD_LOGGING_ONLY" : Store task logs in Cloud Logging only.

Implementation

core.String? storageMode;