Time format Issue

Hello there.

I have a Mongo database and after every two hours, my data dump on the s3 bucket for dremio. I’m using mongoexport command for exporting data.

The Issue I’m facing is the date format. Dremio is not accepting the simple date format

here is the Screenshot of the error

@Fazal From the Dremio docs, do not see this format supported

https://docs.dremio.com/sql-reference/datetime-formats/?parent=sql-reference

yes thanks I resolved it with script

@Fazal Glad you were able to workaround it