I have a partitioned location on S3 with data I want to read via Redshift External Table, which I create with the SQL statement CREATE EXTERNAL TABLE...
.
Only thing is that I have some metadata files within these partitions with, for example, extension .txt
while the data I'm reading is .json
.
Is it possible to inform Redshift to skip those files, in a similar manner to Glue Crawler exclude patterns? e.g. Glue crawler exclude patterns