Skip to content

Describe MySQL data type mapping and update to latest Malloy - #343

Merged
mtoy-googly-moogly merged 2 commits into
mainfrom
mysql-schema-types
Aug 28, 2026
Merged

Describe MySQL data type mapping and update to latest Malloy#343
mtoy-googly-moogly merged 2 commits into
mainfrom
mysql-schema-types

Conversation

@mtoy-googly-moogly

@mtoy-googly-moogly mtoy-googly-moogly commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Describe MySQL data type mapping, and update to the latest Malloy (0.0.433).

The Malloy bump needed a matching change in the notebook builder: ModelDef gained required fields, so the hand-built empty model def the first cell extended no longer compiled. The first cell now uses loadModel and extends nothing, the same way the VS Code extension chains notebook cells.

mtoy-googly-moogly and others added 2 commits August 28, 2026 13:08
ModelDef gained required `modelID` and `modelAnnotations` fields, and
`ModelDef.annotation` is gone. The notebook builder hand-built an empty
ModelDef for the first cell to extend, so every runnable cell in every
notebook failed to compile.

Drop the fabricated seed — the first cell now compiles with `loadModel`
and has nothing to extend, matching what the VS Code extension does for
notebook cells. Read a cell's own `##` via `model.annotations`, and give
each cell its own `#cellN` URL so the model-annotation closure is a real
chain and `##!` experiment flags survive across cells.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ht4FirdWFj7oukC2mxVJxa
@mtoy-googly-moogly
mtoy-googly-moogly merged commit b2ab3d8 into main Aug 28, 2026
5 checks passed
@mtoy-googly-moogly
mtoy-googly-moogly deleted the mysql-schema-types branch August 28, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant