identified the issue with airbyte connector. It looks like the issue is with: /api/list_snapshot /ap
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 Export | Convex Developer Hub
Streaming data out of Convex
0 Replies