PyAthena
PyAthena copied to clipboard
Support for struct types
https://github.com/googleapis/python-bigquery-sqlalchemy/blob/main/sqlalchemy_bigquery/_struct.py
Does this mean we can use STRUCT
from BigQuery to construct Table()
in pyathena and run queries on them?
@laughingman7743 ?
Or is this issue for an implementation similar to this?
https://docs.aws.amazon.com/athena/latest/ug/data-types.html Athena has Struct as a data type, and BigQuery's implementation of the Struct type should be helpful in implementing support for it.
Thanks @laughingman7743 I will try it out and post the results here. Might be helpful for others