You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parameter to build and run model res workflow to run ingest on batch (#380)
This currently errors out on dev branches. Is it worth it to provide
permissions for all dev branches to ensure new features can be added
without them going into our main datalake?
A test was run by removing prox_nearest_metra_route_dist_ft as an input
variable in the ingest script. As desired, it returned null values in
assessment_card
```
SELECT
meta_pin, prox_nearest_metra_route_dist_ft
from assessment_card
where run_id = '2025-05-29-agitated-sam'
limit 10
```
Final run with up to date changes
https://github.com/ccao-data/model-res-avm/actions/runs/15330192847
---------
Co-authored-by: Jean Cochrane <[email protected]>
Co-authored-by: Jean Cochrane <[email protected]>
0 commit comments