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

Function definesDataset

core/session.ts:841–843  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

839}
840
841function definesDataset(type: string) {
842 return type === "view" || type === "table" || type === "incremental";
843}
844
845function getCanonicalProjectConfig(originalProjectConfig: dataform.ProjectConfig) {
846 return dataform.ProjectConfig.create({

Callers 1

sqlxActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected