Skip to content

Releases: techvaquero/lakehouse_utils

v1.2.9

11 Mar 15:32
7040f95
Compare
Choose a tag to compare

fix quoting behavior and singular/plural behavior with custom date functions

v1.2.8

28 Feb 17:55
5a03fb9
Compare
Choose a tag to compare

remove spark utils dependency

v1.2.7

28 Feb 17:43
Compare
Choose a tag to compare

add snow function mappings; handle case sensitivity

v1.2.6

27 Feb 16:59
Compare
Choose a tag to compare

update file parsing logic

v1.2.5

26 Feb 15:54
Compare
Choose a tag to compare

add noisyflag and dbtmodelroot args

v.1.2.4

23 Feb 16:19
40c16e5
Compare
Choose a tag to compare

support for snowflake in place regex conversions

v1.2.3

26 Jan 21:47
Compare
Choose a tag to compare

custom datetrunc, set --customdp to 'true'

v1.2.2

26 Jan 19:54
Compare
Choose a tag to compare

custom logic for date part parsing-- new arg --customdp, set to true to leverage custom parsing

v1.2.1

26 Jan 01:59
Compare
Choose a tag to compare

auto apply strings to first arg of date part if they dont already exist

v.1.2.0

25 Jan 22:07
59aba43
Compare
Choose a tag to compare

this is a non-trivial refactor of the core logic for identifying function invocations and parsing individual args. updated the regex to be recursive and not stop after a parentheses is closed. also added some logic to deal with strings with commas, strings with quotes, and nested functions with quotes. also made changes to syntax json for redshift.