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

Function catalog_url

misc/python/materialize/biglake.py:153–155  ·  view source on GitHub ↗
(prefix: str, suffix: str)

Source from the content-addressed store, hash-verified

151
152
153def catalog_url(prefix: str, suffix: str) -> str:
154 middle = f"{prefix}/" if prefix else ""
155 return f"{BIGLAKE_REST_BASE}/v1/{middle}{suffix}"
156
157
158def table_url(prefix: str, namespace: str, table: str) -> str:

Callers 5

_list_biglake_namespacesFunction · 0.90
_list_biglake_tablesFunction · 0.90
table_urlFunction · 0.85
namespace_urlFunction · 0.85
create_namespaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected