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

WorkspaceCompilationOverrides

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

Configures workspace compilation overrides for a repository.

interface WorkspaceCompilationOverrides {
defaultDatabase?: string;
schemaSuffix?: string;
tablePrefix?: string;
}

§Properties

§
defaultDatabase?: string
[src]

Optional. The default database (Google Cloud project ID).

§
schemaSuffix?: string
[src]

Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.

§
tablePrefix?: string
[src]

Optional. The prefix that should be prepended to all table names.