I have been trying to set up some ETL jobs for a custom web application developed in my organization. The Web App has MongoDB 6.0.3 Community as its database in the backend. I get the following error when I specify the data source in the connection parameter.
`Error code: [352] - "Unsupported OP_QUERY command: listCollections. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal".`
I have been able to set up jobs with older versions of mongoDB [MongoDB 4.4.6 Community] before. Not sure how to go about resolving the above error.
The support has been of little or no help so far, and with the holidays, there has been no response on the diagnosis of this issue for two weeks now.
Has anyone faced this issue before? Is there a workaround for this?