Hello, Im testing with Materialized Views and I ran the following query:create materialized view `xx`.`xx`.`stg_sales`
PARTITIONED BY (id, external_id, tenant_id)
TBLPROPERTIES ('cluster_by' = 'id') as
with stg_accounts_events as (
select
*
from
...
Thank you for the very complete answer! I keep changing my mind between bug and expected behavior, maybe if it printed out on the error logs that resources were created I would be convinced that this is how it works.I will raise a support ticket like...