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

ErrorTable

import type { ErrorTable } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Error table information, used to write error data into a BigQuery table.

interface ErrorTable {
retentionDays?: number;
target?: Target;
}

§Properties

§
retentionDays?: number
[src]

Error table partition expiration in days. Only positive values are allowed.

§
target?: Target
[src]

Error Table target.