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

Function namespace_url

misc/python/materialize/biglake.py:164–166  ·  view source on GitHub ↗
(prefix: str, namespace: str)

Source from the content-addressed store, hash-verified

162
163
164def namespace_url(prefix: str, namespace: str) -> str:
165 ns = urllib.parse.quote(namespace, safe="")
166 return catalog_url(prefix, f"namespaces/{ns}")
167
168
169def create_namespace(

Callers 2

workflow_defaultFunction · 0.90

Calls 1

catalog_urlFunction · 0.85

Tested by

no test coverage detected