Asserting Data quality with Expectations
This is the guide page to Fashion Data Expectation stored procedures.
🗺️ A short introduction to “Expectations”
ASSERT ((
(select count(distinct PK_products) from `dlk-demo.dlk_demo_pda.products`)
- (select count(*) from `dlk-demo.dlk_demo_pda.products`)
) = 0
) as "pk issue with table dlk-demo.dlk_demo_pda.products";CALL `tailer-ai.expect.primarykey_named`('dlk-demo.dlk_demo_pda', 'products', 'PK_products', 0); 🛫 Getting started
Launching Expectation in the BigQuery console
⚙️ Creating an Expectation in a Tailer Table to Table configuration
💡 Analyzing raw metrics
Field Name
Type
Description
🖥️ Tailer Studio integration

📋 A list of available Expectations
🌍 Multiple regions
Last updated