Releases: techvaquero/lakehouse_utils
v1.2.9
fix quoting behavior and singular/plural behavior with custom date functions
v1.2.8
remove spark utils dependency
v1.2.7
add snow function mappings; handle case sensitivity
v1.2.6
update file parsing logic
v1.2.5
add noisyflag and dbtmodelroot args
v.1.2.4
support for snowflake in place regex conversions
v1.2.3
custom datetrunc, set --customdp to 'true'
v1.2.2
custom logic for date part parsing-- new arg --customdp, set to true to leverage custom parsing
v1.2.1
auto apply strings to first arg of date part if they dont already exist
v.1.2.0
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.