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

Method run

misc/python/materialize/cli/mzcompose.py:441–443  ·  view source on GitHub ↗
(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

439 help = "fetch the Python code description from mzcompose.py"
440
441 def run(self, args: argparse.Namespace) -> None:
442 composition = load_composition(args, munge_services=False)
443 print(composition.description)
444
445
446class SqlCommand(Command):

Callers

nothing calls this directly

Calls 1

load_compositionFunction · 0.85

Tested by

no test coverage detected