Skip to content

Docs: Update broken links #23940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/archive/changelog/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/examples/postgres-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/connector-development/debugging-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/deploying-airbyte/local-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/deploying-airbyte/on-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/on-kubernetes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/integrations/destinations/amazon-sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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` |
| `0.1.0` | 2021-10-27 | [\#0000](https://github.com/airbytehq/airbyte/pull/0000) | `Initial version` |
2 changes: 1 addition & 1 deletion docs/integrations/destinations/bigquery-denormalized.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bigquery Denormalized

See [destinations/bigquery](/integrations/destinations/bigquery)
See [destinations/bigquery](https://docs.airbyte.com/integrations/destinations/bigquery)

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/chargify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/r2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/s3-glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/alloydb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/babelforce.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/integrations/sources/bigcommerce.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/bing-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/chargebee.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/delighted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/integrations/sources/facebook-marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/facebook-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
12 changes: 6 additions & 6 deletions docs/integrations/sources/flexport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/freshdesk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading