From aa0d171e7379e85d69abd5ef0cca20da6fec4bad Mon Sep 17 00:00:00 2001 From: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Date: Fri, 9 Dec 2022 23:32:45 +0100 Subject: [PATCH] Hide Looker Source on Cloud (#20308) --- airbyte-webapp/src/core/domain/connector/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-webapp/src/core/domain/connector/constants.ts b/airbyte-webapp/src/core/domain/connector/constants.ts index 753d53e47787..dd37ec8db0c1 100644 --- a/airbyte-webapp/src/core/domain/connector/constants.ts +++ b/airbyte-webapp/src/core/domain/connector/constants.ts @@ -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 : []),