GoogleApi.Composer.V1.Model.DataRetentionConfig (google_api_composer v0.36.3)
View SourceThe configuration setting for Airflow database data retention mechanism.
Attributes
-
airflowMetadataRetentionConfig
(type:GoogleApi.Composer.V1.Model.AirflowMetadataRetentionPolicyConfig.t
, default:nil
) - Optional. The retention policy for airflow metadata database. -
taskLogsRetentionConfig
(type:GoogleApi.Composer.V1.Model.TaskLogsRetentionConfig.t
, default:nil
) - Optional. The configuration settings for task logs retention
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Composer.V1.Model.DataRetentionConfig{ airflowMetadataRetentionConfig: GoogleApi.Composer.V1.Model.AirflowMetadataRetentionPolicyConfig.t() | nil, taskLogsRetentionConfig: GoogleApi.Composer.V1.Model.TaskLogsRetentionConfig.t() | nil }