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

Function relativeQueryHistoryPath

console/src/platform/routeHelpers.ts:161–162  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

159}
160
161export const relativeQueryHistoryPath = (executionId: string) =>
162 `${executionId}`;
163
164export const newConnectionPath = (regionSlug: string) => {
165 return `${regionPath(regionSlug)}/sources/new/connection`;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected