-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Elasticsearch content set uses this format alot:

See:https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-datetime.html
Which translates to:
```sql
CURRENT_TIMESTAMP
CURRENT_TIMESTAMP([precision]) <1>
```
**Input**:
1. fractional digits; optional
This is resulting in quite a few failures:

Do we want to support this going forward @KOTungseth @bmorelli25 @reakaleek ?