Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runQuery
Method · 0.80
createQueryJob
Method · 0.80
executeGraph
Method · 0.80
executeAction
Method · 0.80
executeTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected