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