|
Measures reported by SFDataLdStatTest
Snowflake provides various options to the users to load data in cloud service. Users can opt for any of these mechanisms. The most important consideration would be safe and successful load without any data loss. Any issue during the load process can lead to loss of important data, the administrators might come to know about the same only when users report unavailability of data. The load process need to be monitored so that any lost data can be recovered in timely manner and users of the data get full dataset when required.
This test monitors the data loads and collects the statistics related to status of various data load streams into the cloud. Using these insights administrators can fix any issues and ensure load process is completed seamlessly.
Outputs of the test: One set of results for each Snowflake service account being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| SFLoadedCount |
Indicates the total number of data loads initiated by using copy statement. |
Number |
|
| SFLoadFailedCount |
Indicates the total number of data loads by initiated by using copy statement, and have failed. |
Number |
A high value of this measure is the cause for concern. Detailed diagnosis of this measure will indicate error details. |
| SFPartiallyLoadedCount |
Indicates the total number of data loads by initiated by using copy statement, and have only partially loaded. |
Number |
|
| SPLoadInProgress |
Indicates the total number of data loads by using snowpipes which are in progress. |
Number |
|
| SPLoadedCount |
Indicates the total number of data loads by using snowpipes. |
Number |
|
| SPLoadFailedCount |
Indicates the total number of failed loads using snowpipes. |
Number |
A high value of this measure is the cause for concern. Detailed diagnosis of this measure will indicate error details. |
| SPPartiallyLoaded |
Indicates the number of partial loads by using snowpipes. |
Number |
|
| SPSkippedLoad |
Indicates the number of skipped loads by using snowpipes. |
Number |
|
|