View Source GoogleApi.Composer.V1.Model.AirflowMetadataRetentionPolicyConfig (google_api_composer v0.35.0)

The policy for airflow metadata database retention.

Attributes

  • retentionDays (type: integer(), default: nil) - Optional. How many days data should be retained for.
  • retentionMode (type: String.t, default: nil) - Optional. Retention can be either enabled or disabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Composer.V1.Model.AirflowMetadataRetentionPolicyConfig{
  retentionDays: integer() | nil,
  retentionMode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.