0

I have created an external data source and CSV file format.I am creating an external table susing cetas script

create external table test 
With (location='test/data/',   
Data_source=test_datasource,
File_format=csv_format)  
As select * from dimcustomer

But when I run this is query this is generating many files with extension .text.deflated .

Can we generate only one file and can we give the name to the file which we generate.
Input appreciated .I am creating this external table to export synapse data to data lake container.

Tried creating an external table

Thom A
  • 88,727
  • 11
  • 45
  • 75
Robs8687
  • 1
  • 1

0 Answers0