Hi @brekrut , this table I am going to use in my accelarated datstore, hence there is no particular dataset/schema I have, rather the table that I have created: CREATE TABLE purchase_line_item_test ASSELECT cast(null as string) order_number,cast(null as string) email,cast(null as string) product_hie...