1
0
mirror of synced 2025-12-25 02:09:19 -05:00

docs: Fix Arcade sizing in docs (#38472)

This commit is contained in:
Tim Roes
2024-05-21 22:04:46 +02:00
committed by GitHub
parent eee94ae7a0
commit 4aad08f1e3
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ Once you've chosen your source and destination you can configure the connection.
Most users select "Mirror Source", which will simply copy the data from the source to the destination where you'll see one row in the destination for each row in the source. If you prefer to Append Historical Changes or take a Full Snapshot with each sync, you can optionally select those options, but keep in mind those will create duplicate records in your destination. The sync mode we choose for all the enabled streams will reflect your selection here.
<Arcade id="9E7CQiWoHtFvB12Yd5zN" title="Getting Started (Select Streams)" />
<Arcade id="9E7CQiWoHtFvB12Yd5zN" title="Getting Started (Select Streams)" paddingBottom="calc(61.37931034482759% + 41px)" />
Next, you can toggle which streams you want to replicate. Our test data consists of three streams, which we've enabled and set to `Incremental - Append + Deduped` sync mode.
@@ -30,7 +30,7 @@ You can also select individual fields to sync on this page. Expand the fields av
Click **Next** to complete your stream setup and move to the connection configuration. This is where you'll set up how often your data will sync and where it will live in the destination. For this demo, we'll set the connection to run at 8 AM every day and sync the connection to a custom namespace with a stream prefix.
<Arcade id="KdySgaUBwroRxkYLnemX" title="Getting Started (Configure Connection)" />
<Arcade id="KdySgaUBwroRxkYLnemX" title="Getting Started (Configure Connection)" paddingBottom="calc(61.37931034482759% + 41px)" />
:::note
To ensure your data is synced to the correct place, see our examples for [Destination Namespace](/using-airbyte/core-concepts/namespaces.md)