Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ process
Function
process
test/cloud-canary/mzcompose.py:296–297 ·
view source on GitHub ↗
(filename: str)
Source
from the content-addressed store, hash-verified
294
td(c, text=
"> CREATE CLUSTER canary_sources SIZE '25cc'"
)
295
296
def
process(filename: str) -> None:
297
td(c, filename, redpanda=redpanda)
298
299
c.test_parts(files, process)
300
test_failed = False
Callers
nothing calls this directly
Calls
1
td
Function · 0.85
Tested by
no test coverage detected