You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @lytuan99 👋 Try root.created_at = {"$gte": "2024-02-02".ts_strptime("%Y-%m-%d")} for example. Also, this should work: root.created_at = {"$gte": now().ts_parse("2006-01-02T15:04:05Z07:00")}. The 2006-01-02T15:04:05Z07:00 format is the reference format used for RFC3339 in Go as documented here: https://pkg.go.dev/time#pkg-constants.
PS: Converting this to a discussion as mentioned in #2026.
Input_mongodb can not query with ISODate field of MongoDB connection.
I've tried many ways in configuring input below, all of those command can not get data.
In my IDE, I execute the query below, and it works.
Did I miss something or the RedPanda-connect should add a new feature for ISODate object?
The text was updated successfully, but these errors were encountered: