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

Class State

misc/python/materialize/zippy/framework.py:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class State:
23 mz_service: str
24 deploy_generation: int
25 system_parameter_defaults: dict[str, str]
26
27 def __init__(self):
28 self.mz_service = "materialized"
29 self.deploy_generation = 0
30 self.system_parameter_defaults = get_default_system_parameters()
31 self.iceberg_username: str | None = None
32 self.iceberg_key: str | None = None
33
34
35class Capability:

Callers 2

run_onceFunction · 0.90
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected