MCPcopy Index your code
hub / github.com/marimo-team/marimo / SqlCatalogCheckResult

Class SqlCatalogCheckResult

marimo/_sql/parse.py:48–54  ·  view source on GitHub ↗

Result of running validation against the database.

Source from the content-addressed store, hash-verified

46
47
48class SqlCatalogCheckResult(msgspec.Struct):
49 """
50 Result of running validation against the database.
51 """
52
53 success: bool
54 error_message: str | None
55
56
57def parse_sql(

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…