Create the Iceberg target table in CDW
Learn how to create an Iceberg table for your data flow.
CREATE TABLE customer (id int, name string, created_at timestamp) PARTITIONED BY (country_code string) STORED BY ICEBERG;
Learn how to create an Iceberg table for your data flow.
CREATE TABLE customer (id int, name string, created_at timestamp) PARTITIONED BY (country_code string) STORED BY ICEBERG;