ebg1223E
Convex Community3mo ago
3 replies
ebg1223

Streaming Export | Convex Developer Hub

identified the issue with airbyte connector. It looks like the issue is with:
/api/list_snapshot
/api/document_deltas
these endpoints in the docs(https://docs.convex.dev/streaming-export-api) and in the connector show camelcase params(tableName), but in actuality, only work when provided snake case params(table_name).

I'm not sure how convex wants to address this, if the backend should match the docs, or if they want to update docs, so not sure the best place to post this issue. thank you!
Streaming data out of Convex
Streaming Export | Convex Developer Hub
Was this page helpful?