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
Two immediate things come to mind when it comes to parsing / validating dates with validate_date, validate_date_range, etc.:
we are forced to pull the source_record_id to pass it to the function, such that it can maybe be used for logging
how helpful are the log messages themselves?
It has been discussed here and there, but probably worth revisiting these helper functions and think about how we can more seamlessly use them in code.
The text was updated successfully, but these errors were encountered:
Two immediate things come to mind when it comes to parsing / validating dates with
validate_date
,validate_date_range
, etc.:source_record_id
to pass it to the function, such that it can maybe be used for loggingIt has been discussed here and there, but probably worth revisiting these helper functions and think about how we can more seamlessly use them in code.
The text was updated successfully, but these errors were encountered: