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

Function targetString

cli/console.ts:526–528  ·  view source on GitHub ↗
(target: dataform.ITarget)

Source from the content-addressed store, hash-verified

524}
525
526function targetString(target: dataform.ITarget) {
527 return calloutOutput(`${target.schema}.${target.name}`);
528}
529
530export function dotRepresentation(graph: dataform.ICompiledGraph, interactive: boolean): string {
531 const nodes: string[] = [];

Callers 3

datasetStringFunction · 0.85
assertionStringFunction · 0.85
operationStringFunction · 0.85

Calls 1

calloutOutputFunction · 0.85

Tested by

no test coverage detected