-
Notifications
You must be signed in to change notification settings - Fork 58
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
Why are the Related bills getting removed and getting added back very frequently #147
Comments
Can you clarify what services and resources you are querying? Examples of requests will help us investigate. Thanks. |
Definitely. If We download the bills' zip and check for individual xml files : https://www.govinfo.gov/bulkdata/BILLSTATUS/118/hr/BILLSTATUS-118-hr.zip |
Thanks for this. or are you using the xml or json endpoints for bulkdata https://www.govinfo.gov/bulkdata/xml The link you provided suggests the latter or at least that you are pulling the ZIP files for Congress/bill types on a recurring basis from the bulkdata repository. The example xml file you referenced is a BILLSUM file, not a BILLSTATUS xml file. I want to better understand the specific issue you are seeing so we can troubleshoot. In BILLSTATUS-118hr2670.xml, there is a relatedBills tag that lists a large number of relatedBills items. Are you saying that you are seeing items be removed from this list? My initial guess is that there are changes on the upstream congress.gov API (the source for our BILLSTATUS and BILLSUM xml) that may be causing changes in the resulting xml. |
yes, we are finding large number of related bills related changes in the billsum file...lot of items in related bills are being removed and few others being added on a daily basis... |
Hi @jonquandt , the crux of the issue is that on Jan 25, for Bill HR 2670 was added with an entry in related bills : H.R. 6056 . The peculiarity is that both these bills did not have any recent updates. It was introduced in October of last year-2023. for example - Can you please take a look and let us know if this is the expected behaviour, if not can this be rectified in the future ? |
Hi Admin,
I hope you are doing well. I am from Quorum.
We use the API to work on the bills and the related data and this API has been an excellent and extensive resource.
However, lately,
In the xlsx data dump we are observing that the related bills section is being updated very frequently .
Many New bills are getting added and many other previous entries are getting removed .
Can you please let us know why we are noticing such behaviour and if there is a way forward for it ...
Thank you !
The text was updated successfully, but these errors were encountered: