Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deepnote/deepnote
/ getSqlEnvVarName
Function
getSqlEnvVarName
packages/blocks/src/blocks/sql-utils.ts:11–13 ·
view source on GitHub ↗
(integrationId: string)
Source
from the content-addressed store, hash-verified
9
}
10
11
export
function
getSqlEnvVarName(integrationId: string): string {
12
return
`SQL_${integrationId}`
13
}
Callers
1
createPythonCodeForSqlBlock
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected