DyfanJones / RAthena

Connect R to Athena using Boto3 SDK (DBI Interface)
https://dyfanjones.github.io/RAthena/
Other
35 stars 6 forks source link

Extend dbWriteTable to support uploading json line format #88

Closed DyfanJones closed 4 years ago

DyfanJones commented 4 years ago

[jsonlite]() supports outputting json lines format: (http://jsonlines.org/). RAthena and noctua should be able to support uploading JSON format to AWS Athena.

JSON DDL format: https://docs.aws.amazon.com/athena/latest/ug/parsing-JSON.html

DyfanJones commented 4 years ago

PR #88 passed all tests and merged