mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
37 stars 33 forks source link

SQL Error #38

Closed GeorgeV220 closed 3 years ago

GeorgeV220 commented 3 years ago

Hello, i'm trying to do SQL queries but i get this error: com.mongodb.MongoCommandException: Command failed with error 40324 (Location40324): 'Unrecognized pipeline stage name: '$sql'' on server 127.0.0.1:27017. The full response is {"ok": 0.0, "errmsg": "Unrecognized pipeline stage name: '$sql'", "code": 40324, "codeName": "Location40324"}

rychipman commented 3 years ago

Hi @GeorgeV220, it sounds like you're trying to use this JDBC driver with MongoDB Server. This driver is currently only designed for use with Atlas Data Lake

GeorgeV220 commented 3 years ago

Hey, thank you for your answer. You have any plans to support MongoDB server ?

rychipman commented 3 years ago

No, not at this time

GeorgeV220 commented 3 years ago

Okay thank you very much!!