You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check connection failure emits actionable error messages. This will probably require you to think about the failure modes that can occur (e.g: timeout, permission not granted, token does not exist, etc.. -- make sure that you add custom integration tests to verify each of these failure modes, or unit tests if you can mock the HTTP requests involved)
If API connector: integration tests validate that every stream outputs data (you may need to seed the underlying API with fake data). This will establish a baseline confidence that the connector works correctly on every data stream. If this is not possible, please reach out to @sherifnada with the reason to discuss how to move forward.
If API connector: backs off on hitting rate limits (instead of just failing/exiting)
If API connector: implements incremental sync (where possible -- not all streams will allow this)
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
We'd like to follow the published connector development best practices on this connector.
Checklist
The text was updated successfully, but these errors were encountered: