Docs link fixes as submitted by the MKT team (#59220)
Co-authored-by: tanmay21111 <169040595+tanmay21111@users.noreply.github.com>
This commit is contained in:
@@ -75,10 +75,10 @@ Please keep in mind that if you start syncing a table via Airbyte, then rename i
|
||||
|
||||
## Supported sync modes
|
||||
|
||||
The Airtable source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts/#connection-sync-modes):
|
||||
The Airtable source connector supports the following [sync modes](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/):
|
||||
|
||||
- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync)
|
||||
- [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append)
|
||||
- [Full Refresh - Overwrite](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/full-refresh-overwrite)
|
||||
- [Full Refresh - Append](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/full-refresh-append)
|
||||
|
||||
## Supported Streams
|
||||
|
||||
|
||||
@@ -29,12 +29,12 @@ This page contains the setup guide and reference information for the Apple Ads s
|
||||
|
||||
## Supported sync modes
|
||||
|
||||
The Apple Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
|
||||
The Apple Ads source connector supports the following [sync modes](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/):
|
||||
|
||||
- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync)
|
||||
- [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 - Append + Deduped](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append-deduped)
|
||||
- [Full Refresh - Overwrite](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/full-refresh-overwrite)
|
||||
- [Full Refresh - Append](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/full-refresh-append)
|
||||
- [Incremental - Append](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/incremental-append)
|
||||
- [Incremental - Append + Deduped](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/incremental-append-deduped)
|
||||
|
||||
## Supported Streams
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ The Avni source connector supports the following[ sync modes](https://docs.airby
|
||||
- [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)
|
||||
- Recommended: [Incremental Sync - Append and Deduped](https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/incremental-append-deduped)
|
||||
|
||||
## Supported Streams
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ 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](https://docs.airbyte.com/deploying-airbyte/local-deployment).
|
||||
You should have the airbyte repo downloaded and should be able to [run the platform locally](/platform/using-airbyte/getting-started/oss-quickstart).
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ This page includes new features and improvements to the Airbyte Cloud and Airbyt
|
||||
- Improved the Airbyte Cloud UI by displaying the **Credits** label in the sidebar and low-credit alerts on the Credits page. [#20595](https://github.com/airbytehq/airbyte/pull/20595)
|
||||
- Improved the Airbyte CI workflow by adding support to pull requests and limiting the CI runs to only occur on pushes to the master branch. This enhances collaboration with external contributors and reduces unnecessary runs. [#21266](https://github.com/airbytehq/airbyte/pull/21266)
|
||||
- Improved the connector form by using proper validation in the array section. [#20725](https://github.com/airbytehq/airbyte/pull/20725)
|
||||
- Ongoing improvements to the [Connector Builder UI](https://docs.airbyte.com/connector-development/config-based/connector-builder-ui/?_ga=2.261393869.1948366377.1675105348-1616004530.1663010260) in alpha:
|
||||
- Ongoing improvements to the Connector Builder UI in alpha:
|
||||
- Added support for substream slicers and cartesian slicers, allowing the Connector Builder to create substreams and new streams from multiple existing streams. [#20861](https://github.com/airbytehq/airbyte/pull/20861)
|
||||
- Added support for in-schema specification and validation, including a manual schema option. [#20862](https://github.com/airbytehq/airbyte/pull/20862)
|
||||
- Added user inputs, request options, authentication, pagination, and slicing to the Connector Builder UI. [#20809](https://github.com/airbytehq/airbyte/pull/20809)
|
||||
|
||||
@@ -11,7 +11,7 @@ This page includes new features and improvements to the Airbyte Cloud and Airbyt
|
||||
- Added Nginx and Basic Auth to ensure security when using Airbyte Open Source. [#17694](https://github.com/airbytehq/airbyte/pull/17694)
|
||||
- Now when you start the Airbyte server and go to localhost:8000, you’ll be prompted to log in before accessing your Airbyte workspace.
|
||||
- You should change the default username (airbyte) and password (password) before you deploy Airbyte. If you do not want a username or password, you can remove them by setting `BASIC_AUTH_USERNAME` and `BASIC_AUTH_PASSWORD` to empty values (" ") in your `.env` file.
|
||||
- Our [CLI](https://github.com/airbytehq/airbyte/pull/17982) and [docs](https://docs.airbyte.com/deploying-airbyte/local-deployment) have been updated to reflect this change.
|
||||
- Our [CLI](https://github.com/airbytehq/airbyte/pull/17982) and docs have been updated to reflect this change.
|
||||
|
||||
### Improvements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user