Temporary views no longer working for Share Compute

MarcusC
New Contributor III

If I do this

%sql
create or replace temporary view myview
as
select * from silver.<schema>.<table>;

SHOW VIEWS;

select * from myview;
It works. But if I do the same on a Shared Compute it fails with
[TABLE_OR_VIEW_NOT_FOUND] The table or view `myview` cannot be found.

West Europe. Unity Catalog.