-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New mart NTD service models #3517
Conversation
Warehouse report 📦 Checks/potential follow-upsChecks indicate the following action items may be necessary.
New models 🌱calitp_warehouse.mart.ntd.dim_annual_service_agencies calitp_warehouse.mart.ntd.dim_annual_service_mode_time_periods calitp_warehouse.mart.ntd.fct_annual_service_modes DAGLegend (in order of precedence)
|
- Reorder NTD external tables list Alphabetically - Add Documentation and Tests for - Remove deprecated dim_annual_ntd_agency_service [#3396]
f4c4347
to
671760a
Compare
|
|
The column names with SUM and MAX actually came from the original NTD API data. I just kept them like it came to us, but I agree with you that is better without it. |
Description
This PR replaces the existing model dim_annual_ntd_agency_service as requested on ticket #3396 to use the new 2022 external NTD Annual Data.
Following these details sent by @tiffanychu90:
I created these new models, with documentation and basic test:
dim_annual_service_agencies
dim_annual_service_mode_time_periods
fct_annual_service_modes
Type of change
How has this been tested?
The new models and documentation were tested locally an created on staging.
Post-merge follow-ups
Confirm the correct creation of the models on
cal-itp-data-infra
.