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

Method statement

cli/api/dbadapters/tasks.ts:41–43  ·  view source on GitHub ↗
(statement: string)

Source from the content-addressed store, hash-verified

39
40export class Task {
41 public static statement(statement: string) {
42 return new Task().type("statement").statement(statement);
43 }
44
45 public static assertion(statement: string) {
46 return new Task().type("assertion").statement(statement);

Callers 7

concatenateMethod · 0.80
assertionMethod · 0.80
preOpsMethod · 0.80
postOpsMethod · 0.80
publishTasksMethod · 0.80
assertTasksMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected