Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
function
normalizeColumnName(name: string) {
131
return
name.toUpperCase();
132
}
133
134
function
normalizeRow(row: any) {
135
const
newRow: { [col: string]: any } = {};
Callers
2
runTest
Function · 0.85
normalizeRow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected