AirflowMetadataRetentionPolicyConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
The policy for airflow metadata database retention.
Attributes |
|
---|---|
Name | Description |
retention_mode |
google.cloud.orchestration.airflow.service_v1beta1.types.AirflowMetadataRetentionPolicyConfig.RetentionMode
Optional. Retention can be either enabled or disabled. |
retention_days |
int
Optional. How many days data should be retained for. |
Classes
RetentionMode
RetentionMode(value)
Describes retention policy.