Skip to content

Releases: lucasvieirasilva/databricks-aws-utils

v1.5.1

12 Apr 09:29
Compare
Choose a tag to compare

v1.5.1 (2024-04-12)

Fix

  • fix: remove IsMultiDialectView from aws glue table input (#6) (0764400)

v1.5.0

06 Sep 13:40
Compare
Choose a tag to compare

v1.5.0 (2023-09-06)

Ci

Documentation

  • docs: remove readthedocs files and update readme to add usage guidance (#4) (2154a7f)

Feature

  • feat: add python 3.11 support (#5) (ef340b6)

v1.4.0

07 Aug 12:26
Compare
Choose a tag to compare

[1.4.0] - 2023-08-03

Added

  • Added support for Python 3.10.

v1.3.3

25 Jul 10:30
Compare
Choose a tag to compare

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

22 May 13:42
Compare
Choose a tag to compare

Fixed

  • Fix DeltaTableUtils.to_athena_v3 to set root parameters instead of SerdeInfo parameters.

v1.3.1

22 May 13:25
Compare
Choose a tag to compare

Fixed

  • Fix DeltaTableUtils.to_athena_v3 to use the Glue Table SerdeInfo correctly.

v1.3.0

22 May 12:50
Compare
Choose a tag to compare

Changed

  • Changed DeltaTableUtils to add to_athena_v3 method.

v1.2.1

22 Mar 14:26
Compare
Choose a tag to compare

[1.2.1] - 2023-03-22

Fixed

  • Fix DeltaTableUtils when the table has partition columns.

v1.2.0

22 Mar 13:01
Compare
Choose a tag to compare

[1.2.0] - 2023-03-22

Changed

  • Changed DeltaTableUtils to use spark catalog list columns instead DESCRIBE TABLE sql.

v1.1.1

15 Feb 22:25
Compare
Choose a tag to compare

[1.1.1] - 2022-02-15

Fixed

  • Fix DeltaTableUtils when the table has partition columns.