Skip to content

Commit 8e4cecf

Browse files
authored
docs: Platform Wording Updates (#38070)
1 parent 82e28bf commit 8e4cecf

File tree

4 files changed

+16
-32
lines changed

4 files changed

+16
-32
lines changed

docs/access-management/sso-providers/okta.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ On the following screen you'll need to configure all parameters for your Okta ap
7070

7171
<dl>
7272
<dt>**App integration name**</dt>
73-
<dd>Please choose a URL-friendly app integraiton name without spaces or special characters, such as `my-airbyte-app`. Screenshot of Okta app integration name Spaces or special characters in this field could result in invalid redirect URIs.</dd>
73+
<dd>Please choose a URL-friendly app integration name without spaces or special characters, such as `my-airbyte-app`. Screenshot of Okta app integration name Spaces or special characters in this field could result in invalid redirect URIs.</dd>
7474
<dt>**Logo** (optional)</dt>
7575
<dd>You can upload an Airbyte logo, which you can find at https://airbyte.com/company/press</dd>
7676
<dt>**Grant type**</dt>

docs/cloud/managing-airbyte-cloud/dbt-cloud-integration.md

+11-27
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,29 @@ products: cloud
44

55
# Use the dbt Cloud integration
66

7-
By using the dbt Cloud integration, you can create and run dbt transformations during syncs in Airbyte Cloud. This allows you to transform raw data into a format that is suitable for analysis and reporting, including cleaning and enriching the data.
7+
By using the dbt Cloud integration, you can create and run dbt transformations immediately following syncs in Airbyte Cloud. This allows you to transform raw data into a format that is suitable for analysis and reporting, including cleaning and enriching the data.
88

99
:::note
1010

11-
Normalizing data may cause an increase in your destination's compute cost. This cost will vary depending on the amount of data that is normalized and is not related to Airbyte credit usage.
11+
Transforming data may cause an increase in your destination's compute cost. This cost will vary depending on the amount of data that is transformed and is not related to Airbyte credit usage.
1212

1313
:::
1414

15-
## Step 1: Generate a service token
16-
17-
Generate a [service token](https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens#generating-service-account-tokens) for your dbt Cloud transformation.
18-
19-
:::note
20-
15+
## Prerequisites
2116
- To use the dbt Cloud integration, you must use a paid version of dbt Cloud.
2217
- The service token must have Member, Job Admin, or Account Admin permissions.
18+
- Airbyte currently only supports integration with dbt Cloud accounts that have an access URL beginning with `https://cloud.getdbt.com/`. [Custom access URLs](https://docs.getdbt.com/docs/cloud/about-cloud/access-regions-ip-addresses#accessing-your-account) are not supported at this time.
2319

24-
:::
25-
26-
## Step 2: Set up the dbt Cloud integration in Airbyte Cloud
27-
28-
To set up the dbt Cloud integration in Airbyte Cloud:
29-
30-
1. In the Airbyte UI, click **Settings**.
31-
32-
2. Click **Integrations**.
33-
34-
3. Paste the service token from [Step 1](#step-1-generate-a-service-token) and click **Save changes**.
35-
36-
4. Click **Connections** and select the connection you want to add a dbt transformation to.
20+
## Step 1: Generate a service token
3721

38-
5. Go to the **Transformation** tab and click **+ Add transformation**.
22+
Generate a [service token](https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens#generate-service-account-tokens) to enable authentication with dbt Cloud.
3923

40-
6. Select the transformation from the dropdown and click **Save changes**. The transformation will run during the subsequent syncs until you remove it.
24+
## Step 2: Set up the dbt Cloud integration in Airbyte Cloud
4125

42-
:::note
26+
1. Click **Settings** and then **Integrations**. Enter your service token and click **Save changes**.
4327

44-
You can have multiple transformations per connection.
28+
2. Click **Connections** and select the connection you want to add a dbt transformation to. Go to the **Transformation** tab and click **+ Add transformation**.
4529

46-
:::
30+
3. Select the transformation from the dropdown and click **Save changes**. The transformation will run after the subsequent syncs until you remove it. You can repeat these steps to add additional transformations for a connection.
4731

48-
8. To remove a transformation, click **X** on the transformation and click **Save changes**.
32+
4. To remove a transformation, click **X** on the transformation and click **Save changes**.

docs/cloud/managing-airbyte-cloud/manage-connection-state.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ To review the connection state:
1919
Editing the connection state allows the sync to start from any date in the past. If the state is edited, Airbyte will start syncing incrementally from the new date. This is helpful if you do not want to fully resync your data. To edit the connection state:
2020

2121
:::warning
22-
Updates to connection state should be handled with extreme care. Updates may break your syncs, requiring a reset to fix. Make changes only as directed by the Airbyte team.
22+
Updates to connection state should be handled with extreme care. Updates may break your syncs, requiring a full historical sync of your data to fix. Make changes only as directed by the Airbyte team.
2323
:::
2424

2525
1. Click anywhere in the Connection state to start editing.
2626

27-
2. Confirm changes by clicking "Update state". Discard any changes by clikcing "Revert changes".
27+
2. Confirm changes by clicking "Update state". Discard any changes by clicking "Revert changes".
2828

2929
3. Confirm the changes to the connection state update.

docs/cloud/managing-airbyte-cloud/review-connection-status.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To review the connection status:
2828
If the most recent sync failed, you'll see the error message that will help diagnose if the failure is due to a source or destination configuration error. [Reach out](/community/getting-support.md) to us if you need any help to ensure you data continues syncing.
2929

3030
:::info
31-
If a sync starts to fail, it will automatically be disabled after 100 consecutive failures or 14 consecutive days of failure.
31+
If a sync starts to fail, it will automatically be disabled after multiple consecutive failures or several consecutive days of failure.
3232
:::
3333

3434
If a new major version of the connector has been released, you will also see a banner on this page indicating the cutoff date for the version. Airbyte recommends upgrading before the cutoff date to ensure your data continues syncing. If you do not upgrade before the cutoff date, Airbyte will automatically disable your connection.
@@ -47,6 +47,6 @@ The stream status allows you to monitor each stream's latest status. The stream
4747

4848
Each stream shows the last record loaded to the destination. Toggle the header to display the exact datetime the last record was loaded.
4949

50-
You can [reset](/operator-guides/reset.md) an individual stream without resetting all streams in a connection by clicking the three grey dots next to any stream.
50+
You can [clear](/operator-guides/reset.md) an individual stream without clearing all streams in a connection by clicking the three grey dots next to any stream.
5151

5252
You can also navigate directly to the stream's configuration by click the three grey dots next to any stream and selecting "Open details" to be redirected to the stream configuration.

0 commit comments

Comments
 (0)