Releases: lucasvieirasilva/databricks-aws-utils
Releases · lucasvieirasilva/databricks-aws-utils
v1.5.1
v1.5.0
v1.4.0
[1.4.0] - 2023-08-03
Added
- Added support for Python 3.10.
v1.3.3
Fixed
- Fix
DeltaTableUtils.schema_to_glue
to check if the column data type is truncated in the spark list columns function and use the Spark SQL to get the column data type.
v1.3.2
Fixed
- Fix
DeltaTableUtils.to_athena_v3
to set root parameters instead ofSerdeInfo
parameters.
v1.3.1
Fixed
- Fix
DeltaTableUtils.to_athena_v3
to use the Glue TableSerdeInfo
correctly.
v1.3.0
Changed
- Changed
DeltaTableUtils
to addto_athena_v3
method.
v1.2.1
[1.2.1] - 2023-03-22
Fixed
- Fix
DeltaTableUtils
when the table has partition columns.
v1.2.0
[1.2.0] - 2023-03-22
Changed
- Changed
DeltaTableUtils
to use spark catalog list columns insteadDESCRIBE TABLE
sql.
v1.1.1
[1.1.1] - 2022-02-15
Fixed
- Fix
DeltaTableUtils
when the table has partition columns.