v.1.1.54388New Feature

Added date_time_input_format Setting for Flexible DateTime Parsing

Added the date_time_input_format setting. If you switch this setting to 'best_effort', DateTime values will be read in a wide range of formats.
Added the date_time_input_format setting, allowing DateTime values to be read in a wide range of formats when set to 'best_effort'.

Why it matters

This feature solves the problem of strict DateTime parsing by enabling more flexible handling of various DateTime input formats. It adds value by simplifying data ingestion from diverse sources without requiring manual pre-formatting.

How to use it

To enable this feature, set the date_time_input_format setting to 'best_effort' in your query or session. This allows DateTime values to be parsed in multiple common formats automatically.