You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if an expr returns null or undefined or NaN, we should follow a defined strategy
expr_nullish_strategy
"skip" - just skip inserting
"no-data" - replace with out_no_data if available and proceed as normal
"none" - don't do anything, pass along value to everything else
The text was updated successfully, but these errors were encountered:
DanielJDufour
changed the title
expr returning null or undefined strategy
expr returning null, undefined, or NaN strategy
Sep 10, 2023
if an expr returns null or undefined or NaN, we should follow a defined strategy
expr_nullish_strategy
"skip" - just skip inserting
"no-data" - replace with out_no_data if available and proceed as normal
"none" - don't do anything, pass along value to everything else
The text was updated successfully, but these errors were encountered: