-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Data Pipeline Not Pulling in New Service Request Data for 2022 #1165
Comments
@adamkendis @roz0n |
@EchoProject @adamkendis @roz0n I can't test the backend integration and I don't want to break anything but in config.toml I think you need to add:
and
at line 43 ADDITIONAL INFO EDIT: This is to include the Socrata dataset from here. |
Message sent to Pras: " Hi Pras, The descriptions of how 311 data loading works is here https://github.com/hackforla/311-data/blob/dev/docs/data_loading.md and the code is here https://github.com/hackforla/311-data/tree/dev/server/prefect. LA creates a new data source for every calendar year. If 2022 is ready then it needs to be added to the prefect config and a new release needs to go out. The config file is here: https://github.com/hackforla/311-data/blob/dev/server/prefect/config.toml " |
Bonnie will bring this to Data Science team to see if we can make a quick fix. |
@KarinaLopez19 @salice @pras says you are trying to figure out how to backfill the data now during the period that the tool was not updating data. We look forward to an update when you are ready for us to look at it again Please tag @snooravi when you are. |
Pras Feb 8th at 9:41 AM |
If I understand correctly, we are getting data from 2022 now. I manually verified this on the production site by selecting the "last week" time range. We are, however, missing data from 1/5-1/20 (manually verified on prod site). We might be missing data from other date ranges as well, but I'm not sure how to check this right now. It seems like this bug has technically been fixed, but we should probably open a new feature request for backfilling data form Socrata given a custom date range. This would be generally useful in case of future breakages. How does that sound? |
Closing this issue since the bulk of the data pipeline issue has been fixed. |
Overview
We need to fix the data pipeline that gets 311 data because our users are not seeing any data starting in 2022.
After looking through the API, the Live Site is not pulling in new data for 2022. The tests below show a get request for January (test 1) 2021 and (test 2) 2022. We need to resolve this issue immediately so that we have a working tool for the NCs.
Action Items
Resources/Instructions
https://dev-api.311-data.org/docs#/default/get_all_service_requests_requests_get
The text was updated successfully, but these errors were encountered: