Hello, I’m following folder partition structure (Dremio), I’m ceating daily Datasets using CTA for example
CREATE TABLE hist.operacion.ca_operacion."2022"."01"."31"
HASH PARTITION BY (fecha_inicio)
LOCALSORT BY (fecha_inicio)
AS
SELECT *, cast('2022-01-31' as date) as fecha_reporte from pg2.ca_operacion
so when try promote folder (manually or automatically) we have Dremio error “Something went wrong” in logs only show