Releases: hackolade/DeltaLake
v0.2.39
v0.2.38
introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets
v0.2.37
added a technical name property with support for naming conventions
v0.2.36
improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key
v0.2.35
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
added support for key-pair authentication in connection to instances
v0.2.33
added tolerance for RELY keyword in column constraints
v0.2.32
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
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
resolved schema name on using the ALTER Schema COMMENT