validate-source-alignment

Compare upstream source tables to ml_feature_store_v2 in BigQuery to identify data drift.

1|Updated May 24, 2025
One-click install
npx skills add https://github.com/najicham/nba-stats-scraper --skill validate-source-alignment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-source-alignment
Source: https://github.com/najicham/nba-stats-scraper/tree/main/.claude/skills/validate-source-alignment
Command: npx skills add https://github.com/najicham/nba-stats-scraper --skill validate-source-alignment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps data teams detect silent data-flow failures by verifying that upstream source tables align with ml_feature_store_v2 in BigQuery, preventing defaults from creeping into predictions.

Core Features & Use Cases

  • Data-precision validation: compares source data counts and presence against the feature store to identify drift.
  • End-to-end coverage: checks history, composite factors, and Vegas/odds data pipelines for a given date.
  • Operational readiness: provides clear pass/warn/fail statuses and ready-to-ship results for automation or alerts.

Quick Start

Run the quick validation for today: /validate-source-alignment Or run deep validation for a specific date: /validate-source-alignment deep 2026-02-06

Frequently Asked Questions about validate-source-alignment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect data drift between upstream source tables and a feature store in BigQuery?

Data drift detection in BigQuery compares upstream source table counts and presence against ml_feature_store_v2 to identify silent data-flow failures and prevent defaults from creeping into predictions.

What is the best way to validate ETL pipeline data quality for a specific date?

You can validate ETL pipeline data quality for a specific date by running deep validation, which checks history, composite factors, and Vegas data groups against the feature store for the given date.

Does this data validation approach support both quick and deep SQL-based checks?

Yes, the validation supports both quick and deep modes, running SQL-based checks against BigQuery tables to verify source alignment with the feature store across daily history and composite factors.

How do I automate operational reporting for feature store data precision validation?

Operational reporting for data precision validation provides clear pass, warn, or fail statuses as ready-to-ship results, allowing you to automate alerts for upstream source and feature store misalignment.

When should I run deep validation instead of quick validation for data pipelines?

You should run deep validation for a specific date instead of quick validation when you need end-to-end coverage of history, composite factors, and Vegas data pipelines to troubleshoot potential silent data-flow failures.

Why does upstream source data misalign with the feature store in BigQuery?

Upstream source data misaligns with the feature store in BigQuery due to silent data-flow failures, which this validation process detects by comparing source data counts and presence to prevent prediction defaults.