# Should fail: select expressions (raw `sql:`) aren't supported in this
# slice yet. They'll come in with the typed-escape-hatch step (DESIGN §6.1).
# Caught by L3 (resolve views) — exit 1.
#
# Run: cargo run -- samples/error_unsupported_expression.holocron.yaml
tables:
- name: tasks
columns:
task_id:
title:
primary_key:
views:
- name: expr_view
from:
select:
- # raw expression — not yet supported