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
| Failed Syncs | A sync from any of your connections fails. Note that if sync runs frequently or if there are many syncs in the workspace these types of events can be noisy |
14
-
| Successful Syncs | A sync from any of your connections succeeds. Note that if sync runs frequently or if there are many syncs in the workspace these types of events can be noisy
15
-
| Automated Connection Updates | A connection is updated automatically (ex. a source schema is automatically updated) |
16
-
| Connection Updates Requiring Action | A connection update requires you to take action (ex. a breaking schema change is detected) |
17
-
| Warning - Repeated Failures | A connection will be disabled soon due to repeated failures. It has failed 50 times consecutively or there were only failed jobs in the past 7 days |
18
-
| Sync Disabled - Repeated Failures | A connection was automatically disabled due to repeated failures. It will be disabled when it has failed 100 times consecutively or has been failing for 14 days in a row |
19
-
| Warning - Upgrade Required (Cloud only) | A new connector version is available and requires manual upgrade |
20
-
| Sync Disabled - Upgrade Required (Cloud only) | One or more connections were automatically disabled due to a connector upgrade deadline passing
13
+
|**Failed Syncs**| A sync from any of your connections fails. Note that if sync runs frequently or if there are many syncs in the workspace these types of events can be noisy |
14
+
| **Successful Syncs** | A sync from any of your connections succeeds. Note that if sync runs frequently or if there are many syncs in the workspace these types of events can be noisy
15
+
|**Automated Connection Updates**| A connection is updated automatically (ex. a source schema is automatically updated) |
16
+
|**Connection Updates Requiring Action**| A connection update requires you to take action (ex. a breaking schema change is detected) |
17
+
|**Warning - Repeated Failures**| A connection will be disabled soon due to repeated failures. It has failed 50 times consecutively or there were only failed jobs in the past 7 days |
18
+
|**Sync Disabled - Repeated Failures**| A connection was automatically disabled due to repeated failures. It will be disabled when it has failed 100 times consecutively or has been failing for 14 days in a row |
19
+
|**Warning - Upgrade Required** (Cloud only) | A new connector version is available and requires manual upgrade |
20
+
| **Sync Disabled - Upgrade Required** (Cloud only) | One or more connections were automatically disabled due to a connector upgrade deadline passing
21
+
22
+
### Enabling schema update notifications
23
+
24
+
To be notified of any source schema changes, make sure you have enabled `Automatic Connection Updates` and `Connection Updates Requiring Action` notifications. If these are off, even if you turned on schema update notifications in a connection's settings, Airbyte will *NOT* send out any notifications related to these types of events.
25
+
26
+
To edit this setting, click **Connections** and select the connection you want to receive notifications for. Click the **Settings** tab on the Connection page. In the **Advanced Settings**, toggle **Schema update notifications**.
27
+
21
28
22
29
## Configure Email Notification Settings
23
30
24
31
<AppliesTocloud />
25
32
26
-
To set up email notifications:
33
+
To set up email notifications, click **Settings** and navigate to **Workspace** > **Notifications**.
27
34
28
-
1. In the Airbyte UI, click **Settings** and navigate to **Notifications**.
35
+
Toggle which messages you'd like to receive from Airbyte. All email notifications will be sent by default to the creator of the workspace.
29
36
30
-
2. Toggle which messages you'd like to receive from Airbyte. All email notifications will be sent by default to the creator of the workspace. To change the recipient, edit and save the **notification email recipient**. If you would like to send email notifications to more than one recipient, you can enter an email distribution list (ie Google Group) as the recipient.
31
-
32
-
3. Click **Save changes**.
37
+

33
38
34
39
:::note
35
40
All email notifications except for Successful Syncs are enabled by default.
36
41
:::
37
42
38
-
## Configure Slack Notification settings
43
+
### Modify the email recipient
44
+
To change the recipient, edit and save the **notification email recipient**. If you would like to send email notifications to more than one recipient, you can enter an email distribution list (ie Google Group) as the recipient.
39
45
40
-
To set up Slack notifications:
46
+
## Configure Slack Notification settings
41
47
42
-
If you're more of a visual learner, just head over to [this video](https://www.youtube.com/watch?v=NjYm8F-KiFc&ab_channel=Airbyte) to learn how to do this. You can also refer to the Slack documentation on how to [create an incoming webhook for Slack](https://api.slack.com/messaging/webhooks).
48
+
If you're more of a visual learner, head over to [this video](https://www.youtube.com/watch?v=NjYm8F-KiFc&ab_channel=Airbyte) to learn how to do this. You can also refer to the Slack documentation on how to [create an incoming webhook for Slack](https://api.slack.com/messaging/webhooks).
43
49
44
50
### Create a Slack app
45
51
46
-
1.**Create a Slack App**: Navigate to https://api.slack.com/apps/. Select `Create an App`.
52
+
1.To set up Slack notifications, navigate to https://api.slack.com/apps/. Select `Create an App`.
2. Select `From Scratch`. Enter your App Name (e.g. Airbyte Sync Notifications) and pick your desired Slack workspace.
51
57
52
-
3.**Set up the webhook URL.**: in the left sidebar, click on `Incoming Webhooks`. Click the slider button in the top right to turn the feature on. Then click `Add New Webhook to Workspace`.
58
+
3.**Enable Incoming Webhooks**: in the left sidebar, click on `Incoming Webhooks`. Click the slider button in the top right to turn the feature on. Then click `Add New Webhook to Workspace`.
4.Pick the channel that you want to receive Airbyte notifications in (ideally a dedicated one), and click `Allow` to give it permissions to access the channel. You should see the bot show up in the selected channel now. You will see an active webhook right above the `Add New Webhook to Workspace` button.
62
+
4.Select the channel that you want to receive Airbyte notifications in (ideally a dedicated one), and click `Allow` to give it permissions to access the channel. You should see the bot show up in the selected channel now. You will see an active webhook right above the `Add New Webhook to Workspace` button.
1. In the Airbyte UI, click **Settings** and navigate to **Notifications**.
70
-
71
-
2. Paste the copied webhook URL to `Webhook URL`. Using a Slack webook is recommended. On this page, you can toggle each slider decide whether you want notifications on each notification type.
72
-
73
-
3.**Test it out.**: you can click `Test` to send a test message to the channel. Or, just run a sync now and try it out! If all goes well, you should receive a notification in your selected channel that looks like this:
1. Click **Settings** and navigate to **Notifications**. On this page, you can toggle each slider decide whether you want notifications on each notification type. Paste the copied webhook URL to `Webhook URL`.
82
77
83
-
To be notified of any source schema changes:
84
-
1. Make sure you have enabled `Automatic Connection Updates` and `Connection Updates Requiring Action` notifications. If these are off, even if you turned on schema update notifications in a connection's settings, Airbyte will *NOT* send out any notifications related to these types of events.
78
+
3.**Test it out**: you can click `Test` to send a test message to the channel. Or, just run a sync now and try it out! For a successful sync, you should receive a notification that looks like this:
85
79
86
-
2. In the Airbyte UI, click **Connections** and select the connection you want to receive notifications for.
80
+

87
81
88
-
3. Click the **Settings** tab on the Connection page.
89
82
90
-
4.Toggle**Schema update notifications**.
83
+
4.Click**Save changes** to ensure you continue to receive alerts about your Airbyte syncs.
Copy file name to clipboardExpand all lines: docs/cloud/managing-airbyte-cloud/manage-credits.md
+6-10
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ Airbyte [credits](https://airbyte.com/pricing) are used to pay for Airbyte resou
8
8
9
9
## Buy credits
10
10
11
-
To purchase credits directly through the UI,
11
+
1.To purchase credits directly through the UI, click **Billing** in the left-hand sidebar. The billing page displays the available credits, total credit usage, and the credit usage per connection.
12
12
13
-
1. Click **Billing** in the left-hand sidebar.
13
+
:::tip
14
14
15
-
2. If you are unsure of how many credits you need, use our [Cost Estimator](https://www.airbyte.com/pricing) or click **Talk to Sales** to find the right amount for your team.
15
+
If you are unsure of how many credits you need, use our [Cost Estimator](https://www.airbyte.com/pricing) or click **Talk to Sales** to find the right amount for your team.
16
16
17
-
3. Click **Buy credits**.
17
+
:::
18
18
19
-
4. Determine the quantity of credits you intend to purchase. Adjust the **credit quantity**. When you're ready, click **Checkout**.
19
+
2. Click **Buy credits**. Enter the quantity of credits you intend to purchase and adjust the **credit quantity** accordingly. When you're ready, click **Checkout**.
20
20
21
21
:::note
22
22
@@ -30,11 +30,7 @@ To purchase credits directly through the UI,
30
30
31
31
5. You'll be renavigated to a Stripe payment page. If this is your first time purchasing, you'll be asked for payment details. After you enter your billing address, sales tax (if applicable) is calculated and added to the total.
32
32
33
-
6. Click **Pay**.
34
-
35
-
Your payment is processed. The Billing page displays the available credits, total credit usage, and the credit usage per connection.
36
-
37
-
A receipt for your purchase is sent to your email.
33
+
6. Click **Pay** to process your payment. A receipt for your purchase is automatically sent to your email.
Copy file name to clipboardExpand all lines: docs/cloud/managing-airbyte-cloud/manage-data-residency.md
+2-18
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,7 @@ While the data is processed in a data plane of the chosen residency, the cursor
18
18
19
19
When you set the default data residency, it applies your preference to new connections only. If you do not adjust the default data residency, the [Airbyte Default](configuring-connections.md) region is used (United States). If you want to change the data residency for an individual connection, you can do so in its [connection settings](configuring-connections.md).
20
20
21
-
To choose your default data residency:
22
-
23
-
1. In the Airbyte UI, click **Settings**.
24
-
25
-
2. Click **Data Residency**.
26
-
27
-
3. Click the dropdown and choose the location for your default data residency.
28
-
29
-
4. Click **Save changes**.
21
+
To choose your default data residency, click **Settings** in the Airbyte UI. Navigate to **Workspace** > **Data Residency**. Use the dropdown to choose the location for your default data residency and save your changes.
30
22
31
23
:::info
32
24
@@ -37,15 +29,7 @@ Depending on your network configuration, you may need to add [IP addresses](/ope
37
29
## Choose the data residency for a connection
38
30
You can additionally choose the data residency for your connection in the connection settings. You can choose the data residency when creating a new connection, or you can set the default data residency for your workspace so that it applies for any new connections moving forward.
39
31
40
-
To choose a custom data residency for your connection:
41
-
42
-
1. In the Airbyte UI, click **Connections** and then click the connection that you want to change.
43
-
44
-
2. Click the **Settings** tab.
45
-
46
-
3. Click the **Data residency** dropdown and choose the location for your default data residency.
47
-
48
-
4. Click **Save changes**
32
+
To choose a custom data residency for your connection, click **Connections** in the Airbyte UI and then select the connection that you want to configure. Navigate to the **Settings** tab, open the **Advanced Settings**, and select the **Data residency** for the connection.
This page includes new features and improvements to the Airbyte Cloud and Airbyte Open Source platforms.
5
+
6
+
## ✨ Highlights
7
+
8
+
Airbyte now supports **OpenID Connect (OIDC) SSO** for Airbyte Enterprise and Airbyte Cloud Teams. This enables companies to use Airbyte with Entra ID/AD via the OIDC protocol.
9
+
10
+
Airbyte certified our [Microsoft SQL Server source](/integrations/sources/mssql) to support terabyte-sized tables, expanded datetime data types, and reliability improvements.
11
+
12
+
Airbyte migrated our [Redshift destination](https://github.com/airbytehq/airbyte/pull/36255) to the [Destinations V2](./upgrading_to_destinations_v2) framework. This enables you to map tables one-to-one with your source, experience better error handling (particularly with large records), and deliver data incrementally.
13
+
14
+
15
+
## Platform Releases
16
+
17
+
In addition to our OpenID Connect support, we also released:
18
+
19
+
- A major upgrade to our Docker and Helm deployments, which simplifies how external logs are configured. Learn more about the specific changes in our [migration guide](/deploying-airbyte/on-kubernetes-via-helm#migrate-from-old-chart-to-airbyte-v0520-and-latest-chart-version).
20
+
21
+
- A breaking change to Docker deployments. Containers no longer run as the `root` user. If you are upgrading from an older version, the `airbyte_workspace` docker volume must be recreated to fix the ownership of staging directories under `/tmp` (in the container). Alternatively, you can manually update the ownership (`airbyte:airbyte`) of the directory mount point /tmp/workspace in all containers where `airbyte_workspace` is mounted (see: `docker-compose.yaml`)
22
+
23
+
- Our major version upgrades (Airbyte Cloud only) now only require manual upgrading when you are actively syncing a stream that has changed. Otherwise, syncs will continue as is and the version will be upgraded automatically for you.
24
+
25
+
## Connector Improvements
26
+
27
+
In addition to our MS-SQL certification, we also released a few notable Connector improvements:
28
+
29
+
- We released several connector builder enhancements, including support for raw YAML blocks, modification the start date when testing, and added the ability to adjust page/slice/record limits. We also resolved bugs in page size and interpolation inputs, improved the switching time between YAML and UI, and fixed several layout issues.
30
+
- Our [Bing source](https://github.com/airbytehq/airbyte/pull/35812) includes the following new streams: `Audience Performance Report`, `Goals And Funnels Report`, `Product Dimension Performance Report`
31
+
- Our [JIRA source](https://github.com/airbytehq/airbyte/pull/35656) now contains more fields to the following streams: `board_issues`,`filter_sharing`,`filters`,`issues`, `permission_schemes`, `sprint_issues`,`users_groups_detailed` and `workflows`
32
+
- Our [Snapchat Source](https://github.com/airbytehq/airbyte/pull/35660) now contains additional fields in the `ads`, `adsquads`, `creatives`, and `media` streams.
Copy file name to clipboardExpand all lines: docs/using-airbyte/core-concepts/namespaces.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ products: all
6
6
7
7
Namespaces are used to generally organize data, separate tests and production data, and enforce permissions. In most cases, namespaces are schemas in the database you're replicating to.
8
8
9
-
As a part of connection setup, you select where in the destination you want to write your data. Note: The default configuration is **Destination default**.
9
+
As a part of connection setup, you select where in the destination you want to write your data. Note: The default configuration is **Destination-defined**.
Copy file name to clipboardExpand all lines: docs/using-airbyte/core-concepts/readme.md
+4
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,10 @@ For more details, see our [dbt integration documentation](/cloud/managing-airbyt
108
108
109
109
A workspace is a grouping of sources, destinations, connections, and other configurations. It lets you collaborate with team members and share resources across your team under a shared billing account.
110
110
111
+
## Organization
112
+
113
+
Organizations let you collaborate with team members and share workspaces across your team.
114
+
111
115
## Glossary of Terms
112
116
113
117
You can find a extended list of [Airbyte specific terms](https://glossary.airbyte.com/term/airbyte-glossary-of-terms/), [data engineering concepts](https://glossary.airbyte.com/term/data-engineering-concepts) or many [other data related terms](https://glossary.airbyte.com/).
0 commit comments