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

Method get

misc/python/materialize/redpanda_cloud.py:104–110  ·  view source on GitHub ↗
(self, object: str)

Source from the content-addressed store, hash-verified

102 )
103
104 def get(self, object: str) -> dict[str, Any]:
105 return get_result(
106 requests.get(
107 f"{self.controlplane_api_url}/v1beta2/{object}",
108 headers=self.headers(),
109 )
110 )
111
112 def delete(self, object: str, id: str) -> dict[str, Any]:
113 return get_result(

Callers 15

_search_issues_graphqlFunction · 0.45
__init__Method · 0.45
readMethod · 0.45
get_pidMethod · 0.45
set_pidMethod · 0.45
get_addressMethod · 0.45
set_addressMethod · 0.45
run_parallelFunction · 0.45
_search_issues_graphqlFunction · 0.45

Calls 2

headersMethod · 0.95
get_resultFunction · 0.85

Tested by 3

churn_ddlMethod · 0.36