MCPcopy
hub / github.com/marimo-team/marimo / _

Function _

marimo/_smoke_tests/sql/iceberg_catalog.py:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17@app.cell
18def _():
19 import marimo as mo
20 import pyarrow as pa
21 from pyiceberg.catalog import load_catalog
22 return load_catalog, pa
23
24
25@app.cell

Callers

nothing calls this directly

Calls 3

to_polarsMethod · 0.80
tableMethod · 0.45
collectMethod · 0.45

Tested by

no test coverage detected