Skip to content

Commit

Permalink
🎉 Source Shopify: unblock for all workspaces (#21439)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored Jan 18, 2023
1 parent fcf193d commit 4ade1da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions airbyte-webapp/src/core/domain/connector/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 1 addition & 7 deletions docs/integrations/sources/shopify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ade1da

Please sign in to comment.