Closed akademic closed 1 year ago
Suggest option autonull
autonull
filters: my_table: columns: last_name: value: "{{- randAlphaNum 20 | nospace -}}" autonull: true
if autonull is true than if column has NULL value do not transform it with templates
Pitfalls: if NULL value has whitespace before it will not be null, but it will be correct quoted string. But it is parser issue.
not actual any more
Suggest option
autonull
if autonull is true than if column has NULL value do not transform it with templates
Pitfalls: if NULL value has whitespace before it will not be null, but it will be correct quoted string. But it is parser issue.