SkipHeaderLineCount Parameter (Connect-AmazonAthena Cmdlet)
Specifies the number of header rows to skip for SELECT queries.
Syntax
Connect-AmazonAthena -SkipHeaderLineCount string
Data Type
cstr
Default Value
""
Remarks
Specifies the number of header rows to skip for SELECT queries. This most commonly used for Athena tables that point towards a CSV data source. If the CSV data source has headers, set SkipHeaderLineCount to 1.
If you have used AWS Glue to generate tables in Athena you can find this in the "skip.header.line.count" table property.