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/connections/storage/data-lakes/sync-history.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,16 @@ title: Data Lakes Sync History and Health
5
5
6
6
The Segment Data Lakes sync history and health tabs generate real-time information about data syncs so you can monitor the health and performance of your data lakes. These tools provide monitoring and debugging capabilities within the Data Lakes UI, so you can identify and proactively address data sync or data pipeline failures.
7
7
8
-
<!-- PW: 9/22/22; commenting this section out for GA
9
-
> note "This feature is not supported for the Azure Data Lakes public beta"
10
-
> The Sync History/Sync Health tabs are currently not supported for the Azure Data Lakes public beta. For more information about Azure Data Lakes, see the [Data Lakes overview documentation](/docs/connections/storage/data-lakes/index/#how-azure-data-lakes-works). -->
11
-
12
8
## Sync history
13
-
The 'Sync History' table shows detailed information about the latest 100 syncs to the data lake. The table includes the following fields:
14
-
***Sync status:** The status of the sync: either 'Success,' indicating that all rows synced correctly, 'Partial Success,' indicating that some rows synced correctly, or 'Failed,' indicating that no rows synced correctly
15
-
***Start time:** The time the sync began
16
-
***Duration:** How long the sync took to complete
17
-
***Synced rows:** The number of rows that synced to the data lake
18
-
***Notices:** Any notes or warnings about the sync
9
+
The Sync History table shows detailed information about the latest 100 syncs to the data lake. The table includes the following fields:
| Sync status | The status of the sync: either `Success`, indicating that all rows synced correctly, `Partial Success`, indicating that some rows synced correctly, or `Failed`, indicating that no rows synced correctly |
14
+
| Start time | The time the sync began |
15
+
| Duration | How long the sync took to complete |
16
+
| Synced rows | The number of rows that synced to the data lake |
17
+
| Notices | Any notes or warnings about the sync
19
18
20
19
Selecting a row in the Sync History table opens a sidebar showing the number of rows from each collection that synced.
21
20
@@ -35,7 +34,7 @@ Above the Daily Row Volume table is an overview of the total syncs for the curre
35
34
36
35
To access the Sync history page from the Segment app, open the **My Destinations** page and select the data lake. On the data lakes settings page, select the **Health** tab.
37
36
38
-
## Data Lakes Reports FAQ
37
+
## Data Lakes reports FAQ
39
38
40
39
### How long is a data point available?
41
40
The health tab shows an aggregate view of the last 30 days worth of data, while the sync history retains the last 100 syncs.
0 commit comments