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

Method assertion

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

Source from the content-addressed store, hash-verified

43 }
44
45 public static assertion(statement: string) {
46 return new Task().type("assertion").statement(statement);
47 }
48 private proto: dataform.IExecutionTask = dataform.ExecutionTask.create();
49
50 public type(v: string) {

Callers 1

assertTasksMethod · 0.80

Calls 2

statementMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected