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

Method initialize

test/cluster-spec-sheet/mzcompose.py:3922–3924  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3920 ]
3921
3922 def initialize(self) -> None:
3923 print("Starting local Materialize instance ...")
3924 self.composition.up("materialized")
3925
3926 def new_connection(self) -> psycopg.Connection:
3927 return self.composition.sql_connection(user="mz_system", port=6877)

Callers 1

workflow_defaultFunction · 0.95

Calls 1

upMethod · 0.45

Tested by

no test coverage detected