moj-analytical-services / pydbtools

Python version of dbtools
https://moj-analytical-services.github.io/pydbtools/
11 stars 2 forks source link

pydbtools doesn't currently support ARRAY or STRUCT type #17

Open isichei opened 4 years ago

isichei commented 4 years ago

This is because Athena default output is CSV that doesn't really encode that 🤷‍♂

This will be fixed in a future update but probably need to check for R compatibility with how/if it encodes lists and/or vectors in their Dataframe/Tibble/data.table.

If it doesn't not the end of the world just throw an error saying why are you using R?