# Should fail: the view selects a column the table doesn't have.
# Caught by L3 — exit 1. The diagnostic lists the columns that ARE on
# the relation as a "did you mean" note.
#
# Run: cargo run -- samples/error_unknown_column.holocron.yaml
tables:
- name: tasks
columns:
task_id:
title:
primary_key:
views:
- name: bad_column_view
from:
select:
-