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

Function _

marimo/_smoke_tests/sql/redshift_example.py:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18@app.cell
19def _():
20 import marimo as mo
21 import redshift_connector
22 import os
23 return mo, os, redshift_connector
24
25
26@app.cell

Callers

nothing calls this directly

Calls 5

mdMethod · 0.80
getMethod · 0.65
connectMethod · 0.45
cursorMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected