Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataRetentionConfig

import type { DataRetentionConfig } from "https://googleapis.deno.dev/v1/composer:v1.ts";

The configuration setting for Airflow database data retention mechanism.

interface DataRetentionConfig {
airflowMetadataRetentionConfig?: AirflowMetadataRetentionPolicyConfig;
taskLogsRetentionConfig?: TaskLogsRetentionConfig;
}

§Properties

§
airflowMetadataRetentionConfig?: AirflowMetadataRetentionPolicyConfig
[src]

Optional. The retention policy for airflow metadata database.

§
taskLogsRetentionConfig?: TaskLogsRetentionConfig
[src]

Optional. The configuration settings for task logs retention