MCPcopy Create free account
hub / github.com/dataform-co/dataform / execute

Method execute

cli/api/dbadapters/index.ts:20–20  ·  view source on GitHub ↗
(
    statement: string,
    options?: {
      onCancel?: OnCancel;
      interactive?: boolean;
      rowLimit?: number;
      byteLimit?: number;
      bigquery?: {
        labels?: { [label: string]: string };
        location?: string;
        jobPrefix?: string;
        dryRun?: boolean;
        reservation?: string;
      };
    }
  )

Source from the content-addressed store, hash-verified

18
19export interface IDbClient {
20 execute(
21 statement: string,
22 options?: {
23 onCancel?: OnCancel;

Callers 9

runTestFunction · 0.65
runFunction · 0.65
executeTaskMethod · 0.65
testFunction · 0.65
runFunction · 0.65
dropAllTablesFunction · 0.65
getTableRowsFunction · 0.65
bigquery.spec.tsFile · 0.65
api.spec.tsFile · 0.65

Implementers 1

BigQueryDbAdaptercli/api/dbadapters/bigquery.ts

Calls

no outgoing calls

Tested by 1

testFunction · 0.52