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

Function normalizeColumnName

cli/api/commands/test.ts:130–132  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

128}
129
130function normalizeColumnName(name: string) {
131 return name.toUpperCase();
132}
133
134function normalizeRow(row: any) {
135 const newRow: { [col: string]: any } = {};

Callers 2

runTestFunction · 0.85
normalizeRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected