Expand description
Source-facing compiler inputs.
This subsystem owns behavior defined directly by project source files:
- directory and file discovery
- profile-specific file variants
- parsed input structures
- variable substitution
- SQL parsing with source locations
These modules describe how bytes on disk become structured compiler inputs.
Modulesยง
- input ๐
- Source-owned data types for a single parsed database object.
- parser ๐
- SQL parsing with
mz_sql_parser. - profile_
files ๐ - Profile-specific file override resolution.
- variables ๐
- psql-style variable resolution for SQL files.