```sql CREATE VIEW info.v_conversions_pv UUID '6ee9fe71-0e80-4b6d-bdd9-3431ac34530b' AS SELECT * FROM info.v_conversions ON CLUSTER 'reporting-dev01' AS c WHERE c.last_touch IN ({last_touch:Array(Bool)}) ``` wrong ON CLUSTER placement