Closed
Description
Is your idea related to a problem? Please describe.
I am trying to automate my athena table creation for multiple environments. CSV are loaded into s3 unedited. When I create the table with the UI it detects a header row. With this package it doesnt.
Describe the solution you'd like
Add TBLPROPERTIES like skip.header.line.count"="1
to create_csv_table