Skip to content

Commit

Permalink
doc(tester): add permission handling in dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangisingh172 committed Nov 27, 2024
1 parent f6f0acd commit 6aa597f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The executable needs to do the following:
- Partner code should handle any source and destination-related errors.
- Partner code should retry any transient errors internally without deferring them to Fivetran.
- Partner code should use [gRPC built-in error mechanism](https://grpc.io/docs/guides/error/#language-support) to relay errors instead of throwing exceptions and abruptly closing the connection.
- Partner code should capture and relay a clear message when the account permissions are not sufficient.

### User tasks

Expand Down

0 comments on commit 6aa597f

Please sign in to comment.