Skip to content

Commit

Permalink
change cart naming to cart.com (#8115)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm authored Nov 19, 2021
1 parent 93c63a3 commit 678b731
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-cart/BOOTSTRAP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cart
# Cart.com

Cart.com is a straightforward CRUD REST API. Connector is implemented with [Airbyte CDK](https://docs.airbyte.io/connector-development/cdk-python).

Expand All @@ -9,5 +9,5 @@ Pagination uses a cursor pagination strategy.
Rate limiting is just a standard exponential backoff when you see a 429 HTTP status code.

See the links below for information about specific streams and some nuances about the connector:
- [information about streams](https://docs.google.com/spreadsheets/d/1s-MAwI5d3eBlBOD8II_sZM7pw5FmZtAJsx1KJjVRFNU/edit#gid=1796337932) (`Cart` tab)
- [information about streams](https://docs.google.com/spreadsheets/d/1s-MAwI5d3eBlBOD8II_sZM7pw5FmZtAJsx1KJjVRFNU/edit#gid=1796337932) (`Cart.com` tab)
- [nuances about the connector](https://docs.airbyte.io/integrations/sources/cart)
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cart Source
# Cart.com Source

This is the repository for the Cart source connector, written in Python.
This is the repository for the Cart.com source connector, written in Python.
For information about how to use this connector within Airbyte, see [the documentation](https://docs.airbyte.io/integrations/sources/cart).

## Local development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"documentationUrl": "https://docs.airbyte.io/integrations/sources/cart",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Cart Spec",
"title": "Cart.com Spec",
"type": "object",
"required": ["access_token", "start_date", "store_name"],
"additionalProperties": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Airbyte uses a grading system for connectors to help users understand what to ex
| [BigCommerce](sources/bigcommerce.md) | Alpha |
| [BigQuery](sources/bigquery.md) | Beta |
| [Bing Ads](sources/bing-ads.md) | Beta |
| [Cart](sources/cart.md) | Beta |
| [Cart.com](sources/cart.md) | Beta |
| [Chargebee](sources/chargebee.md) | Alpha |
| [ClickHouse](sources/clickhouse.md) | Beta |
| [Close.com](sources/close-com.md) | Beta |
Expand Down
6 changes: 3 additions & 3 deletions docs/integrations/sources/cart.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Cart
# Cart.com

## Sync overview

This source can sync data for the [Cart API](https://developers.cart.com/docs/rest-api/docs/README.md). It supports both Full Refresh and Incremental sync for all streams. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This source can sync data for the [Cart.com API](https://developers.cart.com/docs/rest-api/docs/README.md). It supports both Full Refresh and Incremental sync for all streams. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

### Output schema

Expand Down Expand Up @@ -32,7 +32,7 @@ This Source is capable of syncing the following core Streams:

### Performance considerations

The Cart api has some request limitation. See [this](https://developers.cart.com/docs/rest-api/docs/README.md#rate-limiting) .
The Cart.com API has some request limitation. See [this](https://developers.cart.com/docs/rest-api/docs/README.md#rate-limiting) .

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion docs/project-overview/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ New Source: Short.io \(contributed by @Apostol Tegko\)
* 💎 GitHub source: Added support for rotating through multiple API tokens!
* ✨ Syncs are now scheduled with a 3 day timeout \(contributed by @Vladimir Remar\).
* ✨ Google Ads source: Added UserLocationReport stream \(contributed by @Max Krog\).
* ✨ Cart source: Added the order\_items stream.
* ✨ Cart.com source: Added the order\_items stream.
* 🐛 Postgres source: Fixed out-of-memory issue with CDC interacting with large JSON blobs.
* 🐛 Intercom source: Pagination now works as expected.

Expand Down
2 changes: 1 addition & 1 deletion docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ New features:

* **GitHub** source: Add support for rotating through multiple API tokens.
* **Google Ads** source: Added `UserLocationReport` stream.
* **Cart** source: Added the `order_items` stream.
* **Cart.com** source: Added the `order_items` stream.

Bug fixes:

Expand Down

0 comments on commit 678b731

Please sign in to comment.