Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 468 Bytes

health.md

File metadata and controls

19 lines (14 loc) · 468 Bytes

Categories:

SQL Function - Informative

HEALTH
Status

Returns a table indicating the health of all DW automations.

Syntax

health()

Usage Notes

Use this function often to understand the state of your data warehouse. Results can be used to identify operational errors and data availability.

Examples

SELECT * FROM auto_dw.health();