Closed laughingman7743 closed 1 year ago
Solves #458
I adapted the handling of the column dialect option 'partition' in _prepared_columns() for ICEBERG tables. I also added three column dialect options.
All partition functions are defined in model.py under AthenaPartitionTransform.
I did not add handlers for the connect options for those column dialect options. Also did not update the README.
https://github.com/laughingman7743/PyAthena/pull/459#issuecomment-1621585850
Solves #458
I adapted the handling of the column dialect option 'partition' in _prepared_columns() for ICEBERG tables. I also added three column dialect options.
All partition functions are defined in model.py under AthenaPartitionTransform.
I did not add handlers for the connect options for those column dialect options. Also did not update the README.