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

Function get_operator_version

test/terraform/mzcompose.py:202–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201
202def get_operator_version() -> str:
203 with open(MZ_ROOT / "misc" / "helm-charts" / "operator" / "Chart.yaml") as f:
204 content = yaml.load(f, Loader=yaml.Loader)
205 return content["version"]
206
207
208def build_mz_debug_async(env: dict[str, str] | None = None) -> threading.Thread:

Callers 4

testMethod · 0.85
setupMethod · 0.85
workflow_gcp_temporaryFunction · 0.85
workflow_azure_temporaryFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected