v.1.1.54388New Feature
Added date_time_input_format Setting for Flexible DateTime Parsing
Added thedate_time_input_formatsetting. If you switch this setting to'best_effort', DateTime values will be read in a wide range of formats.
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 thedate_time_input_format setting to 'best_effort' in your query or session. This allows DateTime values to be parsed in multiple common formats automatically.