You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/getting-started-with-airbyte-cloud.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -183,20 +183,21 @@ Verify the sync by checking the logs:
183
183
3. Check the data at your destination. If you added a Destination Stream Prefix while setting up the connection, make sure to search for the stream name with the prefix.
184
184
185
185
## Allowlist IP address
186
-
187
-
Depending on your data residency location, you may need to allowlist the following IP addresses to enable access to Airbyte:
186
+
Depending on your [data residency](https://docs.airbyte.com/cloud/managing-airbyte-cloud#choose-your-default-data-residency) location, you may need to allowlist the following IP addresses to enable access to Airbyte:
Copy file name to clipboardExpand all lines: docs/cloud/managing-airbyte-cloud.md
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -87,20 +87,15 @@ To switch between workspaces:
87
87
### Choose your default data residency
88
88
Default data residency allows you to choose where your data is processed. When you set the default data residency, it is applied to all new connections, but it does not affect existing connections.
89
89
90
-
For individual connections, you can choose a data residency that is different from the default. You can do this in the [connection settings](#choose-the-data-residency-for-a-connection) or when you create a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection).
91
-
92
-
:::note
93
-
94
-
Your data is processed in the chosen residency, but some data is still stored in the US.
95
-
96
-
:::
90
+
Your data is processed on a data plane in the chosen data residency, but configuration data, like data associated with sync mode, cursor, and primary key, is stored on our control plane in the US. Because of this, data that must stay in the chosen data residency should not be used as a stream’s cursor or primary key.
97
91
92
+
For individual connections, you can choose a data residency that is different from the default. You can do this in the [connection settings](#choose-the-data-residency-for-a-connection) or when you create a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection).
98
93
99
94
To choose your default data residency:
100
95
101
96
1. On the [Airbyte Cloud](http://cloud.airbyte.io) dashboard, click **Settings** in the navigation bar.
102
97
103
-
2. In the Workspace settings sidebar, click **Default Data Residency**.
98
+
2. In the Workspace settings sidebar, click **Data Residency**.
104
99
105
100
3. Click the dropdown and choose the location for your default data residency.
106
101
@@ -288,7 +283,9 @@ To display **Connection State**:
288
283
The **Connection State** displays.
289
284
290
285
## Choose the data residency for a connection
291
-
To choose the data residency for an existing connection:
286
+
You can choose the data residency for your connection in the connection settings. You can also choose data residency when creating a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection), or you can set the [default data residency](#choose-your-default-data-residency) for your workspace.
287
+
288
+
To choose the data residency for your connection:
292
289
293
290
1. On the [Airbyte Cloud](http://cloud.airbyte.io) dashboard, click **Connections** in the navigation bar and then click the connection that you want to change.
294
291
@@ -299,8 +296,8 @@ To choose the data residency for an existing connection:
299
296
3. Click the **Data residency** dropdown and choose the location for your default data residency.
300
297
301
298
:::note
302
-
303
-
You can also choose data residency when creating a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection), or you can set the [default data residency](#choose-your-default-data-residency) for all of your connections.
299
+
300
+
Changes to data residency will not affect any currently running sync.
0 commit comments