Skip to content

Commit

Permalink
Hide Looker Source on Cloud (#20308)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi authored Dec 9, 2022
1 parent 4ed59a9 commit aa0d171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/src/core/domain/connector/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const getExcludedConnectorIds = (workspaceId?: string): string[] =>
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
ConnectorIds.Sources.Looker, // hide Looker Source https://github.com/airbytehq/alpha-beta-issues/issues/39
...(workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
? [ConnectorIds.Sources.Shopify] // Shopify
: []),
Expand Down

0 comments on commit aa0d171

Please sign in to comment.