diff --git a/docs/sql-data-sources-json.md b/docs/sql-data-sources-json.md index f3cf7f27d68d5..e9b403371aeb6 100644 --- a/docs/sql-data-sources-json.md +++ b/docs/sql-data-sources-json.md @@ -201,6 +201,12 @@ Data source options of JSON can be set via: Sets the string that indicates a timestamp without timezone format. Custom date formats follow the formats at Datetime Patterns. This applies to timestamp without timezone type, note that zone-offset and time-zone components are not supported when writing or reading this data type. read/write + + inferTimestamp + false + Allows inferring of TimestampType and TimestampNTZType from strings that match the timestamp patterns defined by the timestampFormat and timestampNTZFormat options respectively. JSON built-in functions ignore this option. + read + enableDateTimeParsingFallback Enabled if the time parser policy has legacy settings or if no custom date or timestamp pattern was provided.