dacort / athena-federation-python-sdk

Unofficial Python SDK for Athena Federation
Apache License 2.0
16 stars 12 forks source link

Finish split functionality #6

Closed dacort closed 3 years ago

dacort commented 3 years ago

We added support for providing splits to Athena, but did not add corresponding support for sending the splits to ReadRecordsRequest.

Just update the lambda_handler to read the split info from request and pass it to read_records.