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

Method end

cli/api/commands/run.ts:483–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 }
482
483 public end(): dataform.ITiming {
484 return {
485 startTimeMillis: Long.fromNumber(this.startTimeMillis),
486 endTimeMillis: Long.fromNumber(new Date().valueOf())
487 };
488 }
489}

Callers 5

runQueryMethod · 0.80
createQueryJobMethod · 0.80
executeGraphMethod · 0.80
executeActionMethod · 0.80
executeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected