Closed nvinhphuc closed 2 years ago
Hi there,
Is it possible to use CETAS using this plugin? I want to create external table and export the results to the Azure Data Lake Storage.
This is my expected compiled query:
CREATE EXTERNAL TABLE external_table WITH ( LOCATION = 'location/', DATA_SOURCE = staging_zone, FILE_FORMAT = SynapseParquetFormat ) AS SELECT * FROM table
How can I do this?
I'm writing a materialization for CETAS here: https://github.com/intheroom/dbt-synapse-serverless
Hi there,
Is it possible to use CETAS using this plugin? I want to create external table and export the results to the Azure Data Lake Storage.
This is my expected compiled query:
How can I do this?