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

Method testdrive

misc/python/materialize/checks/executors.py:34–37  ·  view source on GitHub ↗
(
        self, input: str, caller: Traceback | None = None, mz_service: str | None = None
    )

Source from the content-addressed store, hash-verified

32 system_settings: set[str] = set()
33
34 def testdrive(
35 self, input: str, caller: Traceback | None = None, mz_service: str | None = None
36 ) -> None:
37 raise NotImplementedError
38
39 def run_pyaction(
40 self,

Callers 15

tdFunction · 0.45
workflow_defaultFunction · 0.45
run_testFunction · 0.45
workflow_defaultFunction · 0.45
toxiproxy_startFunction · 0.45
workflow_defaultFunction · 0.45
sysFunction · 0.45
processFunction · 0.45
workflow_large_scaleFunction · 0.45
make_insertsFunction · 0.45
_select_rolesFunction · 0.45

Calls

no outgoing calls

Tested by 1

executeMethod · 0.36