MeltanoLabs / target-athena

Singer.io Target for AWS Athena.
Other
5 stars 16 forks source link

review/rework "generate_field_definitions" function #16

Open andrewcstewart opened 3 years ago

andrewcstewart commented 3 years ago

This function was lifted from an example as a first pass at inferring the schema for generating the Hive table definition. Unfortunately it is fairly buggy and a workaround currently renders every field as a string.

Hive table field definitions should conform to https://docs.aws.amazon.com/athena/latest/ug/data-types.html