MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / buildExecuteSqlUrl

Function buildExecuteSqlUrl

console/src/api/materialize/executeSql.tsx:65–69  ·  view source on GitHub ↗
(environmentdHttpAddress: string)

Source from the content-addressed store, hash-verified

63}
64
65export function buildExecuteSqlUrl(environmentdHttpAddress: string) {
66 return new URL(
67 `${apiClient.mzHttpUrlScheme}://${environmentdHttpAddress}/api/sql`,
68 );
69}
70
71export const SEARCH_PATH =
72 "mz_catalog, mz_internal, mz_catalog_unstable, mz_introspection";

Callers 2

executeSqlV2Function · 0.90
doExecuteSqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected