Describe the bug
OpenSearch does not support timestamp format {ts 'YYYY-MM-DD hh:mm:ss'} which results in date filters on PowerBI to fail.
To Reproduce
Or for query issues:
- Start OpenSearch server
- Run the query 'SELECT {ts '1975-11-12 00:00:00'}'
- See error 'Invalid SQL query'
Expected behavior
This query should have the same result as TIMESTAMP('1975-11-12 00:00:00')
Screenshots

Additional context
Used OpenSearch version 1.2.0