diff --git a/docs/archive/changelog/platform.md b/docs/archive/changelog/platform.md index 0da305f5822e6..92bc158dce830 100644 --- a/docs/archive/changelog/platform.md +++ b/docs/archive/changelog/platform.md @@ -331,7 +331,7 @@ This interim patch period mostly contained stability changes for Airbyte Cloud, * Normalization now supports union data types * Support longform text inputs in the UI for cases where you need to preserve formatting on connector inputs like .pem keys * Expose the latest available connector versions in the API -* Airflow: published a new [tutorial](https://docs.airbyte.com/tutorials/using-the-airflow-airbyte-operator) for how to use the Airbyte operator. Thanks [@Marcos Marx](https://github.com/marcosmarxm) for writing the tutorial! +* Airflow: published a new [tutorial](https://docs.airbyte.com/operator-guides/using-the-airflow-airbyte-operator/) for how to use the Airbyte operator. Thanks [@Marcos Marx](https://github.com/marcosmarxm) for writing the tutorial! * Connector Contributions: All connectors now describe how to contribute to them without having to touch Airbyteโ€™s monorepo build system -- just work on the connector in your favorite dev setup! ## [03-08-2021 - 0.17](https://github.com/airbytehq/airbyte/releases/tag/v0.17.0-alpha) diff --git a/docs/archive/examples/postgres-replication.md b/docs/archive/examples/postgres-replication.md index c5c4b72a4ae1a..160da6d20f7a9 100644 --- a/docs/archive/examples/postgres-replication.md +++ b/docs/archive/examples/postgres-replication.md @@ -30,7 +30,7 @@ You should see an onboarding page. Enter your email and continue. ## 2. Set up your first connection -We support a growing [list of source connectors](../../category/sources). For now, we will start out with a Postgres source and destination. +We support a growing [list of source connectors](https://docs.airbyte.com/category/sources). For now, we will start out with a Postgres source and destination. **If you don't have a readily available Postgres database to sync, here are some quick instructions:** Run the following commands in a new terminal window to start backgrounded source and destination databases: diff --git a/docs/connector-development/debugging-docker.md b/docs/connector-development/debugging-docker.md index b6be4a8d1b442..bacedbcc0aeb6 100644 --- a/docs/connector-development/debugging-docker.md +++ b/docs/connector-development/debugging-docker.md @@ -4,7 +4,7 @@ worker container, such as a Destination container. This guide will assume use of however the steps could be applied to another IDE or debugger. ## Prerequisites -You should have the airbyte repo downloaded and should be able to [run the platform locally](/deploying-airbyte/local-deployment). +You should have the airbyte repo downloaded and should be able to [run the platform locally](https://docs.airbyte.com/deploying-airbyte/local-deployment). Also, if you're on macOS you will need to follow the installation steps for [Docker Mac Connect](https://github.com/chipmk/docker-mac-net-connect). ## Connecting your debugger diff --git a/docs/deploying-airbyte/local-deployment.md b/docs/deploying-airbyte/local-deployment.md index 9e0df327cd711..7ca229a83d013 100644 --- a/docs/deploying-airbyte/local-deployment.md +++ b/docs/deploying-airbyte/local-deployment.md @@ -22,7 +22,7 @@ cd airbyte ``` - In your browser, just visit [http://localhost:8000](http://localhost:8000) -- You will be asked for a username and password. By default, that's username `airbyte` and password `password`. Once you deploy airbyte to your servers, be sure to [change these](/operator-guides/security): +- You will be asked for a username and password. By default, that's username `airbyte` and password `password`. Once you deploy Airbyte to your servers, be sure to change these: ```yaml # Proxy Configuration @@ -62,7 +62,7 @@ bash run-ab-platform.sh ``` - In your browser, just visit [http://localhost:8000](http://localhost:8000) -- You will be asked for a username and password. By default, that's username `airbyte` and password `password`. Once you deploy airbyte to your servers, be sure to [change these](/operator-guides/security). +- You will be asked for a username and password. By default, that's username `airbyte` and password `password`. Once you deploy airbyte to your servers, be sure to change these. - Start moving some data! ## Troubleshooting diff --git a/docs/deploying-airbyte/on-cloud.md b/docs/deploying-airbyte/on-cloud.md index 1771acc1188de..f40de9389b0da 100644 --- a/docs/deploying-airbyte/on-cloud.md +++ b/docs/deploying-airbyte/on-cloud.md @@ -8,8 +8,6 @@ Airbyte Cloud requires no setup and can be immediately run from your web browser **1. Using the Airbyte Cloud invite link provided to you, click `Sign up`, and verify your email.** -If you don't have an invite, sign up [here!](https://airbyte.com/cloud-waitlist) - **2. Click on the default workspace.** You will be provided 1000 credits to get your first few syncs going! diff --git a/docs/deploying-airbyte/on-kubernetes.md b/docs/deploying-airbyte/on-kubernetes.md index 05ae29bf2a35f..a0ec981275ee2 100644 --- a/docs/deploying-airbyte/on-kubernetes.md +++ b/docs/deploying-airbyte/on-kubernetes.md @@ -1,7 +1,7 @@ # (Deprecated) Deploy Airbyte on Kubernetes using Kustomize :::caution -This deployment method uses Kustomize and is only supported up to [Airbyte version `0.40.32`](https://github.com/airbytehq/airbyte/releases/tag/v0.40.32). For existing deployments, check out [commit `21a7e102183e20d2d4998ea70c2a8fe4eac8921b`](https://github.com/airbytehq/airbyte/commit/21a7e102183e20d2d4998ea70c2a8fe4eac8921b) to continue deploying using Kustomize. For new deployments, [deploy Airbyte on Kubernetes via Helm](/deploying-airbyte/on-kubernetes-via-helm.md). +This deployment method uses Kustomize and is only supported up to [Airbyte version `0.40.32`](https://github.com/airbytehq/airbyte/releases/tag/v0.40.32). For existing deployments, check out [commit `21a7e102183e20d2d4998ea70c2a8fe4eac8921b`](https://github.com/airbytehq/airbyte/commit/21a7e102183e20d2d4998ea70c2a8fe4eac8921b) to continue deploying using Kustomize. For new deployments, [deploy Airbyte on Kubernetes via Helm](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm). ::: This page guides you through deploying Airbyte Open Source on Kubernetes. diff --git a/docs/integrations/destinations/amazon-sqs.md b/docs/integrations/destinations/amazon-sqs.md index 1435b2106974c..04143f055ccc8 100644 --- a/docs/integrations/destinations/amazon-sqs.md +++ b/docs/integrations/destinations/amazon-sqs.md @@ -40,7 +40,7 @@ If the target SQS Queue is not public, you will need the following permissions o Required properties are 'Queue URL' and 'AWS Region' as noted in **bold** below. * **Queue URL** (STRING) - * The full AWS endpoint URL of the queue e.g. https://sqs.eu-west-1.amazonaws.com/1234567890/example-queue-url + * The full AWS endpoint URL of the queue e.g.`https://sqs.eu-west-1.amazonaws.com/1234567890/example-queue-url` * **AWS Region** (STRING) * The region code for the SQS Queue e.g. eu-west-1 * Message Delay (INT) @@ -107,4 +107,4 @@ The output SQS message would contain: | Version | Date | Pull Request | Subject | | :--- | :--- | :--- | :--- | -| `0.1.0` | 2021-10-27 | [\#0000](https://github.com/airbytehq/airbyte/pull/0000) | `Initial version` | \ No newline at end of file +| `0.1.0` | 2021-10-27 | [\#0000](https://github.com/airbytehq/airbyte/pull/0000) | `Initial version` | diff --git a/docs/integrations/destinations/bigquery-denormalized.md b/docs/integrations/destinations/bigquery-denormalized.md index 9e5298e050c0d..2f1ab12b083e9 100644 --- a/docs/integrations/destinations/bigquery-denormalized.md +++ b/docs/integrations/destinations/bigquery-denormalized.md @@ -1,6 +1,6 @@ # Bigquery Denormalized -See [destinations/bigquery](/integrations/destinations/bigquery) +See [destinations/bigquery](https://docs.airbyte.com/integrations/destinations/bigquery) ## Changelog diff --git a/docs/integrations/destinations/chargify.md b/docs/integrations/destinations/chargify.md index f8c65fab7d00a..0bab856d6b306 100644 --- a/docs/integrations/destinations/chargify.md +++ b/docs/integrations/destinations/chargify.md @@ -57,7 +57,7 @@ The Chargify Connector requires your `Project ID` and `Master Key` for authentic #### Timestamp Inference -The `Infer Timestamp` field lets you specify if you want the connector to infer the [chargify.timestamp](https://help.chargify.com/events/getting-data-in-guide.html#event-timestamps) field based on the data from the event that occurred in the source application. This feature allows for historical data synchronization enabling you to fully leverage the power of Chargify's time series analytics. By default, this property is set to true. If toggled off, chargify.timestamp will be set to the datetime when the data was recorded by Chargify. +The `Infer Timestamp` field lets you specify if you want the connector to infer the [chargify.timestamp](https://maxio-chargify.zendesk.com/hc/en-us/articles/5405362457613#event-timestamps) field based on the data from the event that occurred in the source application. This feature allows for historical data synchronization enabling you to fully leverage the power of Chargify's time series analytics. By default, this property is set to true. If toggled off, chargify.timestamp will be set to the datetime when the data was recorded by Chargify. ### Setup the Chargify destination in Airbyte diff --git a/docs/integrations/destinations/r2.md b/docs/integrations/destinations/r2.md index 4f824a201359a..b18a2475a2c1c 100644 --- a/docs/integrations/destinations/r2.md +++ b/docs/integrations/destinations/r2.md @@ -271,7 +271,7 @@ The following configuration is available to configure the Parquet output: | `dictionary_page_size_kb` | integer | 1024 \(KB\) | **Dictionary Page Size** in KB. There is one dictionary page per column per row group when dictionary encoding is used. The dictionary page size works like the page size but for dictionary. | | `dictionary_encoding` | boolean | `true` | **Dictionary encoding**. This parameter controls whether dictionary encoding is turned on. | -These parameters are related to the `ParquetOutputFormat`. See the [Java doc](https://www.javadoc.io/doc/org.apache.parquet/parquet-hadoop/1.12.0/org/apache/parquet/hadoop/ParquetOutputFormat.html) for more details. Also see [Parquet documentation](https://parquet.apache.org/documentation/latest/#configurations) for their recommended configurations \(512 - 1024 MB block size, 8 KB page size\). +These parameters are related to the `ParquetOutputFormat`. See the [Java doc](https://www.javadoc.io/doc/org.apache.parquet/parquet-hadoop/1.12.0/org/apache/parquet/hadoop/ParquetOutputFormat.html) for more details. Also see [Parquet documentation](https://parquet.apache.org/docs/file-format/configurations/) for their recommended configurations \(512 - 1024 MB block size, 8 KB page size\). #### Data schema diff --git a/docs/integrations/destinations/s3-glue.md b/docs/integrations/destinations/s3-glue.md index d42c1f82fddad..1f41f4573bb33 100644 --- a/docs/integrations/destinations/s3-glue.md +++ b/docs/integrations/destinations/s3-glue.md @@ -21,7 +21,7 @@ List of required fields: ## Step 1: Set up S3 -[Sign in](https://signin.aws.amazon.com/signin) to your AWS account. +[Sign in](https://console.aws.amazon.com/iam/) to your AWS account. Use an existing or create new [Access Key ID and Secret Access Key](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#:~:text=IAM%20User%20Guide.-,Programmatic%20access,-You%20must%20provide). Prepare S3 bucket that will be used as destination, see [this](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html) to create an S3 bucket. diff --git a/docs/integrations/destinations/s3.md b/docs/integrations/destinations/s3.md index eaa389363df54..29ef72081e8a3 100644 --- a/docs/integrations/destinations/s3.md +++ b/docs/integrations/destinations/s3.md @@ -20,7 +20,7 @@ List of required fields: ### Step 1: Set up S3 -[Sign in](https://signin.aws.amazon.com/signin) to your AWS account. +[Sign in](https://console.aws.amazon.com/iam/) to your AWS account. Use an existing or create new [Access Key ID and Secret Access Key](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#:~:text=IAM%20User%20Guide.-,Programmatic%20access,-You%20must%20provide). Prepare S3 bucket that will be used as destination, see [this](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html) to create an S3 bucket. diff --git a/docs/integrations/destinations/snowflake.md b/docs/integrations/destinations/snowflake.md index 7a59f35570cb0..7e0a1d4b72147 100644 --- a/docs/integrations/destinations/snowflake.md +++ b/docs/integrations/destinations/snowflake.md @@ -258,7 +258,7 @@ Airbyte outputs each stream into its own table with the following columns in Sno The Snowflake destination supports the following sync modes: -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/alloydb.md b/docs/integrations/sources/alloydb.md index 9b2bbdefbf9f9..884bfe9e42d46 100644 --- a/docs/integrations/sources/alloydb.md +++ b/docs/integrations/sources/alloydb.md @@ -229,7 +229,7 @@ In [Step 2](#step-2-set-up-the-alloydb-connector-in-airbyte) of the connector se The AlloyDB source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/babelforce.md b/docs/integrations/sources/babelforce.md index 3aed643237614..49b0daaa67f5a 100644 --- a/docs/integrations/sources/babelforce.md +++ b/docs/integrations/sources/babelforce.md @@ -41,7 +41,7 @@ There are no performance consideration in the current version. ### Setup guide -Generate a API access key ID and token using the [Babelforce documentation](https://help.babelforce.com/hc/en-us/articles/360035622132-API-documentation-and-endpoints-an-introduction) +Generate a API access key ID and token using the [Babelforce documentation](https://help.babelforce.com/hc/en-us/articles/360044753932-API-documentation-and-endpoints-an-introduction-) ## CHANGELOG diff --git a/docs/integrations/sources/bigcommerce.md b/docs/integrations/sources/bigcommerce.md index 1e29b6bbca9ae..968597242761e 100644 --- a/docs/integrations/sources/bigcommerce.md +++ b/docs/integrations/sources/bigcommerce.md @@ -12,11 +12,11 @@ This Source is capable of syncing the following core Streams: - [Customers](https://developer.bigcommerce.com/api-reference/store-management/customers-v3/customers/customersget) - [Orders](https://developer.bigcommerce.com/api-reference/store-management/orders/orders/getallorders) -- [Transactions](https://developer.bigcommerce.com/api-reference/store-management/order-transactions/transactions/gettransactions) +- [Transactions](https://developer.bigcommerce.com/docs/rest-management/transactions#get-transactions) - [Pages](https://developer.bigcommerce.com/api-reference/store-management/store-content/pages/getallpages) - [Products](https://developer.bigcommerce.com/api-reference/store-management/catalog/products/getproducts) - [Channels](https://developer.bigcommerce.com/api-reference/d2298071793d6-get-all-channels) -- [Store](https://developer.bigcommerce.com/api-reference/bb1daaaeccae0-get-store-information) +- [Store](https://developer.bigcommerce.com/docs/rest-management/store-information#get-store-information) - [OrderProducts](https://developer.bigcommerce.com/api-reference/3b4dfef625708-list-order-products) - [Brands](https://developer.bigcommerce.com/api-reference/c2610608c20c8-get-all-brands) - [Categories](https://developer.bigcommerce.com/api-reference/9cc3a53863922-get-all-categories) diff --git a/docs/integrations/sources/bing-ads.md b/docs/integrations/sources/bing-ads.md index 3e868f68f34b4..f0b1943576868 100644 --- a/docs/integrations/sources/bing-ads.md +++ b/docs/integrations/sources/bing-ads.md @@ -52,7 +52,7 @@ The tenant is used in the authentication URL, for example: `https://login.micros ## Supported sync modes The Bing Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/chargebee.md b/docs/integrations/sources/chargebee.md index 9d11b7727c8ac..32f8dbee3fea7 100644 --- a/docs/integrations/sources/chargebee.md +++ b/docs/integrations/sources/chargebee.md @@ -22,7 +22,7 @@ To set up the Chargebee source connector, you'll need the [Chargebee API key](ht The Chargebee source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) diff --git a/docs/integrations/sources/delighted.md b/docs/integrations/sources/delighted.md index 0fd192572a3d8..3609c527a3ae7 100644 --- a/docs/integrations/sources/delighted.md +++ b/docs/integrations/sources/delighted.md @@ -19,7 +19,7 @@ To set up the Delighted source connector, you'll need the [Delighted API key](ht The Delighted source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/facebook-marketing.md b/docs/integrations/sources/facebook-marketing.md index 8eafd68b344d3..4fedf255cc8e0 100644 --- a/docs/integrations/sources/facebook-marketing.md +++ b/docs/integrations/sources/facebook-marketing.md @@ -85,7 +85,7 @@ To set up Facebook Marketing as a source in Airbyte Open Source: The Facebook Marketing source connector supports the following sync modes: -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) (except for the AdCreatives and AdAccount tables) * [Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) (except for the AdCreatives and AdAccount tables) @@ -95,7 +95,7 @@ The Facebook Marketing source connector supports the following sync modes: You can replicate the following tables using the Facebook Marketing connector: * [Activities](https://developers.facebook.com/docs/marketing-api/reference/ad-activity) -* [AdAccount](https://developers.facebook.com/docs/marketing-api/reference/ad-account) +* [AdAccount](https://developers.facebook.com/docs/marketing-api/business-asset-management/guides/ad-accounts) * [AdCreatives](https://developers.facebook.com/docs/marketing-api/reference/ad-creative#fields) * [AdSets](https://developers.facebook.com/docs/marketing-api/reference/ad-campaign#fields) * [Ads](https://developers.facebook.com/docs/marketing-api/reference/adgroup#fields) diff --git a/docs/integrations/sources/facebook-pages.md b/docs/integrations/sources/facebook-pages.md index 2289560fb2e77..fefb3a059f43b 100644 --- a/docs/integrations/sources/facebook-pages.md +++ b/docs/integrations/sources/facebook-pages.md @@ -46,7 +46,7 @@ After all the steps, it should look something like this ## Supported sync modes The Facebook Pages source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) diff --git a/docs/integrations/sources/flexport.md b/docs/integrations/sources/flexport.md index db8b15a7ec534..032a4644d3657 100644 --- a/docs/integrations/sources/flexport.md +++ b/docs/integrations/sources/flexport.md @@ -8,11 +8,11 @@ Flexport source uses [Flexport API](https://developers.flexport.com/s/api) to ex This Source is capable of syncing the following data as streams: -- [Companies](https://apidocs.flexport.com/reference/company) -- [Locations](https://apidocs.flexport.com/reference/location) -- [Products](https://apidocs.flexport.com/reference/product) -- [Invoices](https://apidocs.flexport.com/reference/invoices) -- [Shipments](https://apidocs.flexport.com/reference/shipment) +- [Companies](https://apidocs.flexport.com/v3/tag/Company) +- [Locations](https://apidocs.flexport.com/v3/tag/Location) +- [Products](https://apidocs.flexport.com/v3/tag/Product) +- [Invoices](https://apidocs.flexport.com/v3/tag/Invoices) +- [Shipments](https://apidocs.flexport.com/v3/tag/Shipment) ### Data type mapping @@ -40,7 +40,7 @@ This Source is capable of syncing the following data as streams: ### Authentication -Authentication uses a pre-created API token which can be [created in the UI](https://apidocs.flexport.com/reference/authentication). +Authentication uses a pre-created API token which can be [created in the UI](https://apidocs.flexport.com/v3/tag/Authentication/). ## Changelog diff --git a/docs/integrations/sources/freshdesk.md b/docs/integrations/sources/freshdesk.md index 680a974736637..96de2159ff2f7 100644 --- a/docs/integrations/sources/freshdesk.md +++ b/docs/integrations/sources/freshdesk.md @@ -20,7 +20,7 @@ To set up the Freshdesk source connector, you'll need the Freshdesk [domain URL] ## Supported sync modes -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/gitlab.md b/docs/integrations/sources/gitlab.md index 1ecce3b7ab9c5..d9d8e5a4c8c70 100644 --- a/docs/integrations/sources/gitlab.md +++ b/docs/integrations/sources/gitlab.md @@ -64,7 +64,7 @@ Log into [GitLab](https://gitlab.com) and then generate a [personal access token The Gitlab Source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/google-ads.md b/docs/integrations/sources/google-ads.md index b07aca4b54ea8..7bd81188cca48 100644 --- a/docs/integrations/sources/google-ads.md +++ b/docs/integrations/sources/google-ads.md @@ -73,7 +73,7 @@ To set up Google Ads as a source in Airbyte Open Source: The Google Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/google-analytics-data-api.md b/docs/integrations/sources/google-analytics-data-api.md index 7d7ab05358a63..ed8a6b33ed1f3 100644 --- a/docs/integrations/sources/google-analytics-data-api.md +++ b/docs/integrations/sources/google-analytics-data-api.md @@ -55,7 +55,7 @@ To determine a Google Analytics 4 [Property ID](https://developers.google.com/an The Google Analytics source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/google-analytics-v4.md b/docs/integrations/sources/google-analytics-v4.md index 627135755da04..f05c365f3a495 100644 --- a/docs/integrations/sources/google-analytics-v4.md +++ b/docs/integrations/sources/google-analytics-v4.md @@ -45,7 +45,7 @@ To set up Google Analytics as a source in Airbyte Open Source: The Google Analytics source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/google-search-console.md b/docs/integrations/sources/google-search-console.md index 029b11eaecd71..07947e6b1dbb2 100644 --- a/docs/integrations/sources/google-search-console.md +++ b/docs/integrations/sources/google-search-console.md @@ -115,7 +115,7 @@ The google search console source connector supports the following [sync modes](h ## Performance considerations -This connector attempts to back off gracefully when it hits Reports API's rate limits. To find more information about limits, see [Usage Limits](https://developers.google.com/webmaster-tools/search-console-api-original/v3/limits) documentation. +This connector attempts to back off gracefully when it hits Reports API's rate limits. To find more information about limits, see [Usage Limits](https://developers.google.com/webmaster-tools/limits) documentation. ## Data type map diff --git a/docs/integrations/sources/google-sheets.md b/docs/integrations/sources/google-sheets.md index c8566a49c1ad3..5e6d9c83e4054 100644 --- a/docs/integrations/sources/google-sheets.md +++ b/docs/integrations/sources/google-sheets.md @@ -57,7 +57,7 @@ Airbyte only supports replicating [Grid](https://developers.google.com/sheets/ap The Google Sheets source connector supports the following sync modes: -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) ## Data type mapping diff --git a/docs/integrations/sources/google-webfonts.md b/docs/integrations/sources/google-webfonts.md index 8b2eb2c5cbec2..eaf261e02a5ea 100644 --- a/docs/integrations/sources/google-webfonts.md +++ b/docs/integrations/sources/google-webfonts.md @@ -55,7 +55,7 @@ The Google-webfonts source connector supports the following [sync modes](https:/ ## API method example -GET https://webfonts.googleapis.com/v1/webfonts?key=<1234567>&sort=SORT_UNDEFINED&prettyPrint=true&alt=json +`GET https://webfonts.googleapis.com/v1/webfonts?key=<1234567>&sort=SORT_UNDEFINED&prettyPrint=true&alt=json` ## Performance considerations diff --git a/docs/integrations/sources/greenhouse.md b/docs/integrations/sources/greenhouse.md index 5619a7a5e1e8a..dc76cb5c9f8e0 100644 --- a/docs/integrations/sources/greenhouse.md +++ b/docs/integrations/sources/greenhouse.md @@ -19,7 +19,7 @@ To set up the Greenhouse source connector, you'll need the [Harvest API key](htt The Greenhouse source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/harvest.md b/docs/integrations/sources/harvest.md index b59f863e8a0ec..101b11908d76a 100644 --- a/docs/integrations/sources/harvest.md +++ b/docs/integrations/sources/harvest.md @@ -38,7 +38,7 @@ To set up the Harvest source connector, you'll need the [Harvest Account ID and The Harvest source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/instagram.md b/docs/integrations/sources/instagram.md index 5765d7ee3992a..e92aed9bf5c2b 100644 --- a/docs/integrations/sources/instagram.md +++ b/docs/integrations/sources/instagram.md @@ -51,7 +51,7 @@ Generate access tokens with the following permissions: ## Supported sync modes The Instagram source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/iterable.md b/docs/integrations/sources/iterable.md index 439de4af99e46..f9f70f7870904 100644 --- a/docs/integrations/sources/iterable.md +++ b/docs/integrations/sources/iterable.md @@ -20,7 +20,7 @@ To set up the Iterable source connector, you'll need the Iterable [`Server-side` The Iterable source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/jira.md b/docs/integrations/sources/jira.md index 0964ac2f697ec..6ebf5d7eb6010 100644 --- a/docs/integrations/sources/jira.md +++ b/docs/integrations/sources/jira.md @@ -34,7 +34,7 @@ This page contains the setup guide and reference information for the Jira source The Jira source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/klaviyo.md b/docs/integrations/sources/klaviyo.md index fc136345fe155..d9d122818ae5e 100644 --- a/docs/integrations/sources/klaviyo.md +++ b/docs/integrations/sources/klaviyo.md @@ -21,7 +21,7 @@ To set up the Klaviyo source connector, you'll need the [Klaviyo Private API key The Klaviyo source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/mailjet-mail.md b/docs/integrations/sources/mailjet-mail.md index 18b881fe9b08b..44903f28490a4 100644 --- a/docs/integrations/sources/mailjet-mail.md +++ b/docs/integrations/sources/mailjet-mail.md @@ -2,7 +2,7 @@ ## Sync overview -This source can sync data from the [Mailjet Mail API](https://dev.mailjet.com/email). At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records. +This source can sync data from the [Mailjet Mail API](https://dev.mailjet.com/email/guides/). At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records. ## This Source Supports the Following Streams @@ -34,4 +34,4 @@ Mailjet APIs are under rate limits for the number of API calls allowed per API k | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------- | -| 0.1.0 | 2022-10-26 | [#18332](https://github.com/airbytehq/airbyte/pull/18332) | ๐ŸŽ‰ New Source: Mailjet Mail API [low-code CDK] | \ No newline at end of file +| 0.1.0 | 2022-10-26 | [#18332](https://github.com/airbytehq/airbyte/pull/18332) | ๐ŸŽ‰ New Source: Mailjet Mail API [low-code CDK] | diff --git a/docs/integrations/sources/mailjet-sms.md b/docs/integrations/sources/mailjet-sms.md index 35dc257a548cc..ca2daaf83195b 100644 --- a/docs/integrations/sources/mailjet-sms.md +++ b/docs/integrations/sources/mailjet-sms.md @@ -2,7 +2,7 @@ ## Sync overview -This source can sync data from the [Mailjet SMS API](https://dev.mailjet.com/sms). At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records. +This source can sync data from the [Mailjet SMS API](https://dev.mailjet.com/sms/guides/). At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records. ## This Source Supports the Following Streams @@ -29,4 +29,4 @@ Mailjet APIs are under rate limits for the number of API calls allowed per API k | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------- | -| 0.1.0 | 2022-10-26 | [#18345](https://github.com/airbytehq/airbyte/pull/18345) | ๐ŸŽ‰ New Source: Mailjet SMS API [low-code CDK] | \ No newline at end of file +| 0.1.0 | 2022-10-26 | [#18345](https://github.com/airbytehq/airbyte/pull/18345) | ๐ŸŽ‰ New Source: Mailjet SMS API [low-code CDK] | diff --git a/docs/integrations/sources/metabase.md b/docs/integrations/sources/metabase.md index 30b8cb365d0af..2272fcdd2ca8a 100644 --- a/docs/integrations/sources/metabase.md +++ b/docs/integrations/sources/metabase.md @@ -37,7 +37,7 @@ authenticated query is running, which might trigger security alerts on the user' The Metabase source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) ## Supported Streams * [Activity](https://www.metabase.com/docs/latest/api/activity.html#get-apiactivity) diff --git a/docs/integrations/sources/mixpanel.md b/docs/integrations/sources/mixpanel.md index 31d41825c1070..5fb23b5bf2aa9 100644 --- a/docs/integrations/sources/mixpanel.md +++ b/docs/integrations/sources/mixpanel.md @@ -25,7 +25,7 @@ To set up the Harvest source connector, you'll need a Mixpanel [Service Account] ## Supported sync modes The Mixpanel source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/notion.md b/docs/integrations/sources/notion.md index a07daa4f422c4..5f2efa4df0543 100644 --- a/docs/integrations/sources/notion.md +++ b/docs/integrations/sources/notion.md @@ -56,7 +56,7 @@ You must be the owner of a Notion workspace to create a new integration. ## Supported sync modes The Notion source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) (partially) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/orbit.md b/docs/integrations/sources/orbit.md index b1783b8533f43..370235692a7b5 100644 --- a/docs/integrations/sources/orbit.md +++ b/docs/integrations/sources/orbit.md @@ -8,7 +8,7 @@ This source can sync data for the [Orbit API](https://docs.orbit.love/reference/ This Source is capable of syncing the following core Streams: -* [Members](https://docs.orbit.love/reference/get_-workspace-slug-members) +* [Members](https://api.orbit.love/reference/get_workspace-slug-members) * [Workspaces](https://docs.orbit.love/reference/get_workspaces-workspace-slug) ### Features diff --git a/docs/integrations/sources/partnerstack.md b/docs/integrations/sources/partnerstack.md index fb38192b43242..e24c7f5037b64 100644 --- a/docs/integrations/sources/partnerstack.md +++ b/docs/integrations/sources/partnerstack.md @@ -12,8 +12,8 @@ This Source is capable of syncing the following core Streams: - [Customers](https://docs.partnerstack.com/reference/get_v2-customers-2) - [Deals](https://docs.partnerstack.com/reference/get_v2-deals) -- [Groups](https://docs.partnerstack.com/reference/get_groups) -- [Leads](https://docs.partnerstack.com/reference/get_leads) +- [Groups](https://docs.partnerstack.com/reference/get_v2-groups) +- [Leads](https://docs.partnerstack.com/reference/get_v2-leads) - [Partnerships](https://docs.partnerstack.com/reference/get_v2-partnerships-2) - [Rewards](https://docs.partnerstack.com/reference/get_v2-rewards-2) - [Transactions](https://docs.partnerstack.com/reference/get_v2-transactions-2) diff --git a/docs/integrations/sources/pexels-api.md b/docs/integrations/sources/pexels-api.md index 9a6980f8b7029..c63f0841c90aa 100644 --- a/docs/integrations/sources/pexels-api.md +++ b/docs/integrations/sources/pexels-api.md @@ -63,7 +63,7 @@ The Pexels-API source connector supports the following [sync modes](https://docs ## API method example -GET https://api.pexels.com/v1/curated?per_page=1 +`GET https://api.pexels.com/v1/curated?per_page=1` ## Performance considerations diff --git a/docs/integrations/sources/pinterest.md b/docs/integrations/sources/pinterest.md index 63fbe581edfce..1e6bdce6083af 100644 --- a/docs/integrations/sources/pinterest.md +++ b/docs/integrations/sources/pinterest.md @@ -36,7 +36,7 @@ To set up the Pinterest source connector with Airbyte Open Source, you'll need y The Pinterest source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/postgres.md b/docs/integrations/sources/postgres.md index f0116ecc7ca47..05cd731c1ba10 100644 --- a/docs/integrations/sources/postgres.md +++ b/docs/integrations/sources/postgres.md @@ -273,7 +273,7 @@ In [Step 2](#step-2-set-up-the-postgres-connector-in-airbyte) of the connector s The Postgres source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/prestashop.md b/docs/integrations/sources/prestashop.md index e31e4527030ca..1a56e90bec889 100644 --- a/docs/integrations/sources/prestashop.md +++ b/docs/integrations/sources/prestashop.md @@ -30,7 +30,7 @@ This page contains the setup guide and reference information for the PrestaShop The PrestaShop source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/rocket-chat.md b/docs/integrations/sources/rocket-chat.md index 220997e67565e..23bb8013972e0 100644 --- a/docs/integrations/sources/rocket-chat.md +++ b/docs/integrations/sources/rocket-chat.md @@ -28,7 +28,7 @@ Rocket.chat APIs are under rate limits for the number of API calls allowed per A ### Requirements -You need to setup a personal access token within the Rocket.chat workspace, see [here](https://docs.rocket.chat/guides/user-guides/user-panel/managing-your-account/personal-access-token) for step-by-step. +You need to setup a personal access token within the Rocket.chat workspace, see [here](https://docs.rocket.chat/use-rocket.chat/user-guides/user-panel/my-account#personal-access-tokens) for step-by-step. - token - user_id @@ -38,4 +38,4 @@ You need to setup a personal access token within the Rocket.chat workspace, see | Version | Date | Pull Request | Subject | | :-----* | :--------* | :-------------------------------------------------------* | :----------------------------------------* | -| 0.1.0 | 2022-10-29 | [#18635](https://github.com/airbytehq/airbyte/pull/18635) | ๐ŸŽ‰ New Source: Rocket.chat API [low-code CDK] | \ No newline at end of file +| 0.1.0 | 2022-10-29 | [#18635](https://github.com/airbytehq/airbyte/pull/18635) | ๐ŸŽ‰ New Source: Rocket.chat API [low-code CDK] | diff --git a/docs/integrations/sources/salesforce.md b/docs/integrations/sources/salesforce.md index db354e3ae350a..c38af85be36ea 100644 --- a/docs/integrations/sources/salesforce.md +++ b/docs/integrations/sources/salesforce.md @@ -72,7 +72,7 @@ To set up Salesforce as a source in Airbyte Open Source: The Salesforce source connector supports the following sync modes: -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * (Recommended)[ Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/sendgrid.md b/docs/integrations/sources/sendgrid.md index 32b1492f71d30..9e4afe1b0eea9 100644 --- a/docs/integrations/sources/sendgrid.md +++ b/docs/integrations/sources/sendgrid.md @@ -37,7 +37,7 @@ This page contains the setup guide and reference information for the Sendgrid so The Sendgrid source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) diff --git a/docs/integrations/sources/sentry.md b/docs/integrations/sources/sentry.md index 28c3518c8d39d..816a48136d005 100644 --- a/docs/integrations/sources/sentry.md +++ b/docs/integrations/sources/sentry.md @@ -22,7 +22,7 @@ To set up the Sentry source connector, you'll need the Sentry [project name](htt The Sentry source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/spacex-api.md b/docs/integrations/sources/spacex-api.md index 59bac3bd742dc..6e182275596a0 100644 --- a/docs/integrations/sources/spacex-api.md +++ b/docs/integrations/sources/spacex-api.md @@ -62,11 +62,11 @@ The SpaceX-API source connector supports the following [sync modes](https://docs ## API method example -GET https://api.spacexdata.com/v5/launches/latest +`GET https://api.spacexdata.com/v5/launches/latest` ## Performance considerations -SpaceX's [API reference](https://api.spacexdata.com/v5/) has both v4 an v5 for launches. The connector as default uses V4 as it has minimal bugs. +The SpaceX API has both v4 and v5 for [launches](https://github.com/r-spacex/SpaceX-API/tree/master/docs/launches). The connector as default uses V4 as it has minimal bugs. ## Changelog diff --git a/docs/integrations/sources/spree-commerce.md b/docs/integrations/sources/spree-commerce.md index 5271bfe99a032..bd2ad15e292f4 100644 --- a/docs/integrations/sources/spree-commerce.md +++ b/docs/integrations/sources/spree-commerce.md @@ -1,6 +1,6 @@ # Spree Commerce -[Spree Commerce](https://spreecommerce.org/) is an open source eCommerce platform for global brands. +[Spree Commerce](https://spreecommerce.org) is an open source eCommerce platform for global brands. ## Sync overview diff --git a/docs/integrations/sources/square.md b/docs/integrations/sources/square.md index b6a131e9544c9..4005fb8d06d55 100644 --- a/docs/integrations/sources/square.md +++ b/docs/integrations/sources/square.md @@ -47,7 +47,7 @@ To set up the Square source connector with Airbyte, you'll need to create your S ## Supported sync modes The Square source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/surveycto.md b/docs/integrations/sources/surveycto.md index aee661eae3fd7..105eff3ca8c1b 100644 --- a/docs/integrations/sources/surveycto.md +++ b/docs/integrations/sources/surveycto.md @@ -32,7 +32,7 @@ This page guides you through the process of setting up the SurveyCTO source conn The Commcare source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * (Recommended)[ Incremental Sync - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/talkdesk-explore.md b/docs/integrations/sources/talkdesk-explore.md index 6846d9fdc95f6..a498121a8e88a 100644 --- a/docs/integrations/sources/talkdesk-explore.md +++ b/docs/integrations/sources/talkdesk-explore.md @@ -10,7 +10,7 @@ The Talkdesk Explore connector uses the [Talkdesk Explore API](https://docs.talk The connector supports both Full Refresh and Incremental on the following streams: -* [Calls Report](https://docs.talkdesk.com/docs/calls-report-explore) +* [Calls Report](https://docs.talkdesk.com/docs/calls-report) * [User Status Report](https://docs.talkdesk.com/docs/user-status-explore) * [Studio Flow Execution Report](https://docs.talkdesk.com/docs/studio-flow-execution-report) * [Contacts Report](https://docs.talkdesk.com/docs/contacts-report) diff --git a/docs/integrations/sources/tempo.md b/docs/integrations/sources/tempo.md index 26e9f9f63c3bb..7e9b57e6ea1e9 100644 --- a/docs/integrations/sources/tempo.md +++ b/docs/integrations/sources/tempo.md @@ -27,7 +27,7 @@ Go to **Tempo > Settings**, scroll down to **Data Access** and select **API i The Tempo source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/twilio.md b/docs/integrations/sources/twilio.md index 74ca262128ed5..92d4a26a01b0d 100644 --- a/docs/integrations/sources/twilio.md +++ b/docs/integrations/sources/twilio.md @@ -77,7 +77,7 @@ The Twilio source connector supports the following [sync modes](https://docs.air ## Performance considerations The Twilio connector will gracefully handle rate limits. -For more information, see [the Twilio docs for rate limitations](https://support.twilio.com/hc/en-us/articles/360044308153-Twilio-API-response-Error-429-Too-Many-Requests). +For more information, see [the Twilio docs for rate limitations](https://support.twilio.com/hc/en-us/articles/360044308153-Twilio-API-response-Error-429-Too-Many-Requests-). ## Changelog diff --git a/docs/integrations/sources/twitter.md b/docs/integrations/sources/twitter.md index 074c3587ebbcb..64a7133ccef3b 100644 --- a/docs/integrations/sources/twitter.md +++ b/docs/integrations/sources/twitter.md @@ -22,7 +22,7 @@ To set up the Twitter source connector, you'll need the [App only Bearer Token]( The Twitter source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) diff --git a/docs/integrations/sources/woocommerce.md b/docs/integrations/sources/woocommerce.md index 45285edea0410..01b76c68c2708 100644 --- a/docs/integrations/sources/woocommerce.md +++ b/docs/integrations/sources/woocommerce.md @@ -49,7 +49,7 @@ You will need to generate new API key with read permissions and use `Customer ke The WooCommerce source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) - [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) - [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) - [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/wrike.md b/docs/integrations/sources/wrike.md index a0bce0c8e9a49..45635f67f9ac1 100644 --- a/docs/integrations/sources/wrike.md +++ b/docs/integrations/sources/wrike.md @@ -29,10 +29,10 @@ The Wrike source connector supports on full sync refresh. The Wrike source connector supports the following streams: * [Tasks](https://developers.wrike.com/api/v4/tasks/)\(Full Refresh\) -* [Customfields](https://developers.wrike.com/api/v4/customfields/)\(Full Refresh\) +* [Customfields](https://developers.wrike.com/api/v4/custom-fields/)\(Full Refresh\) * [Comments](https://developers.wrike.com/api/v4/comments/)\(Full Refresh\) * [Contacts](https://developers.wrike.com/api/v4/contacts/)\(Full Refresh\) -* [Folders](https://developers.wrike.com/api/v4/folders/)\(Full Refresh\) +* [Folders](https://developers.wrike.com/api/v4/folders-projects/)\(Full Refresh\) ### Data type mapping diff --git a/docs/integrations/sources/xero.md b/docs/integrations/sources/xero.md index 4d9b3279d6d8b..8fca8291cd0db 100644 --- a/docs/integrations/sources/xero.md +++ b/docs/integrations/sources/xero.md @@ -4,7 +4,7 @@ This is a setup guide for the Xero source connector which ingests data from the ## Prerequisites -First of all you should create an application in [Xero development center](https://developer.xero.com/app/manage/). The only supported integration type is to use [Xero Custom Connections](https://developer.xero.com/documentation/guides/oauth2/custom-connections/developer) so you should choose it on creating your Xero App. +First of all you should create an application in [Xero development center](https://developer.xero.com/app/manage/). The only supported integration type is to use [Xero Custom Connections](https://developer.xero.com/documentation/guides/oauth2/custom-connections/) so you should choose it on creating your Xero App. After creating an application, on configuration screen, authorize user for your Xero Organisation. Also, issue new Client Secret and remember it - it will be required for setting up Xero connector in your Airbyte instance. ## Supported streams diff --git a/docs/integrations/sources/zencart.md b/docs/integrations/sources/zencart.md index 4d52400355320..2002f25cb0769 100644 --- a/docs/integrations/sources/zencart.md +++ b/docs/integrations/sources/zencart.md @@ -1,6 +1,6 @@ # Zencart -[Zencart](https://zen-cart.com) is an open source online store management system built on PHP, MySQL, and HTML. +[Zencart](https://www.zen-cart.com) is an open source online store management system built on PHP, MySQL, and HTML. ## Sync overview diff --git a/docs/integrations/sources/zendesk-chat.md b/docs/integrations/sources/zendesk-chat.md index c53280afffef6..b48d09a6364d8 100644 --- a/docs/integrations/sources/zendesk-chat.md +++ b/docs/integrations/sources/zendesk-chat.md @@ -41,7 +41,7 @@ This page contains the setup guide and reference information for the Zendesk Cha The Zendesk Chat source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) * [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) * [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) * [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) diff --git a/docs/integrations/sources/zenefits.md b/docs/integrations/sources/zenefits.md index 44c7ef69e0d5c..5596ae4b82f85 100644 --- a/docs/integrations/sources/zenefits.md +++ b/docs/integrations/sources/zenefits.md @@ -22,7 +22,7 @@ To set up Zenefits as a source in Airbyte Cloud: The Zenefits source connector supports the following sync modes: -- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync) +- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) ## Supported Streams diff --git a/docs/integrations/sources/zuora.md b/docs/integrations/sources/zuora.md index a2fe0a61f4353..86ce852107fce 100644 --- a/docs/integrations/sources/zuora.md +++ b/docs/integrations/sources/zuora.md @@ -73,7 +73,7 @@ Any other data type not listed in the table above will be treated as `string`. | Option | Supported?\(Yes/No\) | Notes | | :--- | :--- | :--- | | LIVE | Yes | Run data queries against Zuora live transactional databases | -| UNLIMITED | Yes | Run data queries against an optimized, replicated database at 12 hours freshness for high volume extraction use cases (Early Adoption, additionall access required, contact [Zuora Support](http://support.zuora.com/) in order to request this feature enabled for your account beforehand.) | +| UNLIMITED | Yes | Run data queries against an optimized, replicated database at 12 hours freshness for high volume extraction use cases (Early Adoption, additionall access required, contact [Zuora Support](http://support.zuora.com/hc/en-us) in order to request this feature enabled for your account beforehand.) | ## List of Supported Environments for Zuora diff --git a/docs/troubleshooting/README.md b/docs/troubleshooting/README.md index 951140693ca1c..36dff873ce962 100644 --- a/docs/troubleshooting/README.md +++ b/docs/troubleshooting/README.md @@ -22,6 +22,6 @@ The community is also welcomed to participate in the opened topic! * [Connector development](https://discuss.airbyte.io/c/connector-development/16): Anything related to connector development. * [Connector Job Board](https://discuss.airbyte.io/c/connector-job-board/10/none): Asks and offers for building custom connectors not yet supported by Airbyte. * [Contributing to Airbyte](https://discuss.airbyte.io/c/contributing-to-airbyte/21): Anything related to contributing to the open-source repo. -* [Releases](https://discuss.airbyte.io/c/releases/19): Posts about new releases of Airbyte, including any migration instructions. * [Q&A](https://discuss.airbyte.io/c/faq/15): Ask anything that doesnโ€™t belong to the other categories. -* [Guides](https://discuss.airbyte.io/c/guides/17): Small tutorials and guides solving deployments or workarounds using connectors. \ No newline at end of file +* [Guides](https://discuss.airbyte.io/c/guides/17): Small tutorials and guides solving deployments or workarounds using connectors. +* [Frequently Asked Questions](https://discuss.airbyte.io/c/read-answers-by-the-airbyte-team-to-commonly-asked-questions-from-our-community/22): Read answers from the Airbyte team for commonly asked questions from the community.