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: src/engage/user-subscriptions/subscription-sql.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To use Subscription SQL Sync, you need the following:
25
25
26
26
You can sync with SQL from two locations in the Segment app. Navigate to **Profiles > Profile explorer** or **Engage > Audiences > Profile explorer**, then:
27
27
28
-
1. Click **Manage Subscription Statuses**, and select **Update Subscription Statuses**.
28
+
1. Click **Manage subscription statuses**, and select **Update subscription statuses**.
29
29
2. Select **Sync with SQL**, and click **Configure**.
30
30
31
31
### Configure your SQL query
@@ -43,7 +43,7 @@ For more subscription SQL best practices, view the [query requirements](#query-r
43
43
44
44
### Select a warehouse and preview your query
45
45
46
-
Once you write your SQL query, click **Warehouse name** from the Configure screen to select the data warehouse you'd like to query.
46
+
Once you write your SQL query, click **Select warehouse** from the Configure screen to select the data warehouse you'd like to query.
47
47
48
48
Before you schedule your sync intervals, click **Preview** to preview and validate your results. To see subscription statuses for a particular profile, select a user row, then select the Identities tab.
49
49
@@ -65,8 +65,8 @@ You can schedule sync intervals to import subscription data from your warehouse
65
65
Use the Update History page to view all SQL jobs.
66
66
67
67
1. Navigate to **Profiles > Profile explorer** or **Engage > Audiences > Profile explorer.**
68
-
2. Click **Manage Subscription Statuses**.
69
-
3. Select **View Update History**, then select the **SQL Jobs** tab.
68
+
2. Click **Manage subscription statuses**.
69
+
3. Select **View update history**, then select the **SQL Jobs** tab.
70
70
71
71
From the Update History page you can view details for each SQL job including the creation date and time, compute status, and the number of users updated across all runs for a job. Click the job link to visit a particular SQL job Overview page.
0 commit comments