ccao-data / data-architecture

Codebase for CCAO data infrastructure construction and management
https://ccao-data.github.io/data-architecture/
6 stars 4 forks source link

Potentially missing `run_id` in `model.test_card` #523

Open wagnerlmichael opened 3 months ago

wagnerlmichael commented 3 months ago

In model.final_model we see that 2024-02-06-relaxed-tristan had township coverage of 75 and 77. But upon filtering for 2024-02-06-relaxed-tristan in model.test_card the query returns no results.

select * from model.test_card
where run_id = '2024-02-06-relaxed-tristan';