Skip to content

Releases: hackolade/DeltaLake

v0.2.39

24 Dec 16:42
9a82459

Choose a tag to compare

added adjustment for handling clustering keys

v0.2.38

19 Dec 17:34
77a71b4

Choose a tag to compare

introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets

v0.2.37

12 Sep 15:58
44800d9

Choose a tag to compare

added a technical name property with support for naming conventions

v0.2.36

29 Aug 10:52
dba1bc0

Choose a tag to compare

improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key

v0.2.35

20 Aug 13:56
e8bed28

Choose a tag to compare

aligned global option for Request Timeout with the custom deferred requests to Databricks API, included cluster metadata in logs for while fetching the databases info

v0.2.34

08 Aug 16:37
aa2220d

Choose a tag to compare

added support for key-pair authentication in connection to instances

v0.2.33

05 Aug 16:20
4f5babf

Choose a tag to compare

added tolerance for RELY keyword in column constraints

v0.2.32

01 Aug 20:44
ee38b91

Choose a tag to compare

added possibility for views to be based on another view (not just on a table); added support for CLUSTER BY keyword in reverse-engineering

v0.2.31

18 Jul 17:09
672dce6

Choose a tag to compare

adjusted encoding of dots and spaces in FK relationship names in DDL forward-engineering; added PK constraints in separate statements as part of script generation configuration

v0.2.30

11 Jul 17:18
5971b40

Choose a tag to compare

resolved schema name on using the ALTER Schema COMMENT