Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(tester): add pre requisite info #77

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ To connect a {Destination} to Fivetran, you need the following:
{List what the user needs to know or do before they get started}

- A Fivetran role with the [Create Destinations or Manage Destinations](/docs/using-fivetran/fivetran-dashboard/account-settings/role-based-access-control#rbacpermissions) permissions
- Administrator account {this is an example}
- Administrator account {this is an example}*
- Version 17 of Acme installed {this is an example}

> \*NOTE: If you have an account tier system, this section should specify the minimum account tier required for your customers to set up a destination.

---

Expand Down
Loading