Skip to content

Commit

Permalink
Hide Amazon Seller Partner (#20307)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Dec 9, 2022
1 parent 92b8091 commit 78d866d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/src/core/domain/connector/constants.ts
Expand Up @@ -30,6 +30,7 @@ export const getExcludedConnectorIds = (workspaceId?: string): string[] =>
ConnectorIds.Destinations.MeiliSearch, // hide MeiliSearch Destination https://github.com/airbytehq/airbyte/issues/16313
ConnectorIds.Destinations.RabbitMq, // hide RabbitMQ Destination https://github.com/airbytehq/airbyte/issues/16315
ConnectorIds.Destinations.AmazonSqs, // hide Amazon SQS Destination https://github.com/airbytehq/airbyte/issues/16316
ConnectorIds.Sources.AmazonSellerPartner, // hide Amazon Seller Partner Source https://github.com/airbytehq/airbyte/issues/14734
...(workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
? [ConnectorIds.Sources.Shopify] // Shopify
: []),
Expand Down

0 comments on commit 78d866d

Please sign in to comment.