Is the Neon DB Connector Functioning Correctly Despite No Data Showing Up?

This topic was automatically generated from Slack. You can find the original thread here.

Hey Team, It seems like neon db connector is not working properly.
neon_postgres
Can someone please confirm? because i connected it with our DB, It got connected and also writing correct queries also but still no data is there.

Hi , from my understanding:
• You can connect Neon with Pipedream (connection test successful)
• But the Neon action you use doesn’t perform correctly?

I am not sure it’s a neon error but seem a connection issue because even though it is writing correct query and no error is returned but 0 rows are there

Have a look at this no error is there

Sorry I believe this is not Pipedream UI, I couldn’t help with this much information.

Looks like that’s using our MCP server, is that right? Seems like that could be a tool configuration issue, hm.

Oh, I think we only pull in the public schema and not information_schema.schemata maybe?

Yes, we are using your MCP servers.
And this is not only with this query but others also where even we specifically used public schema.

I find other small bugs also which are more about the prompts in the MCPs. Where should I report them?

Like here with GMAIL mcp it is not aware of which field is actually called internal message ID. and returning wrong ID and because of that other tools are failing which requires Message ID as input like ADD_LABEL_TO_EMAIL

Can you file a bug report here? https://github.com/PipedreamHQ/pipedream/issues

Done [BUG] GMAIL MCP gets confused on what is Message ID · Issue #16816 · PipedreamHQ/pipedream · GitHub