Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 556 Bytes

source_tables.md

File metadata and controls

19 lines (14 loc) · 556 Bytes

Categories:

SQL Function - Informative

SOURCE_TABLES
Status

Returns a table indicating the status of all tables included for DW automation.

Syntax

source_tables()

Usage Notes

Use this function to see the status of source tables in the DW automation process. Results can be used to identify tables that require additional attention or to understand the DW build status.

Examples

SELECT * FROM auto_dw.source_tables();