diff --git a/airbyte-webapp/src/core/domain/connector/constants.ts b/airbyte-webapp/src/core/domain/connector/constants.ts index 753d53e47787..a0141df9bced 100644 --- a/airbyte-webapp/src/core/domain/connector/constants.ts +++ b/airbyte-webapp/src/core/domain/connector/constants.ts @@ -31,9 +31,6 @@ 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 - ...(workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review - ? [ConnectorIds.Sources.Shopify] // Shopify - : []), // revert me ...(workspaceId !== "d705a766-e9e3-4689-85cb-52143422317d" // `oauth-testing` workspace for review ? [ConnectorIds.Sources.YouTubeAnalyticsBusiness] // Youtube Analytics Business diff --git a/docs/integrations/sources/shopify.md b/docs/integrations/sources/shopify.md index e21bb36918a2..112892848813 100644 --- a/docs/integrations/sources/shopify.md +++ b/docs/integrations/sources/shopify.md @@ -82,15 +82,9 @@ This connector support both: `OAuth 2.0` and `API PASSWORD` (for private applica 3. Create a private application. 4. Select the resources you want to allow access to. Airbyte only needs read-level access. * Note: The UI will show all possible data sources and will show errors when syncing if it doesn't have permissions to access a resource. -5. The password under the `Admin API` section is what you'll use as the `api_password` for the integration. +5. The password under the `Admin API` section is what you'll use as the `API PASSWORD` for the integration. 6. You're ready to set up Shopify in Airbyte! -### Connect using `OAuth 2.0` option - -1. Select `OAuth 2.0` in `Shopify Authorization Method` -2. Click on `authenticate` -2. Proceed the authentication using your credentials for your Shopify account. - ### Output Streams Schemas This Source is capable of syncing the following core Streams: