-
Notifications
You must be signed in to change notification settings - Fork 109
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
broker_subaward_id
in Custom Award Data
#3807
Comments
The subaward downloads definitely don't have |
Yeah... basically, I don't know how to avoid duplicating subawards in the database. As far as I can tell, the only unique key is the |
Oh you're rebuilding your own subaward table based on the subaward downloads. Ultimately the database download would be the go-to but if you can't and need to find uniqueness, subawards are harder to pin down and it's been a known issue. The |
You've nailed it. That's exactly the challenge I'm running into! The problem is that even when "unique together", For example, this one clearly has incorrect data in FSRS. But if I went ahead and assumed uniqueness on the I recognize that a lot of this is an upstream FSRS problem, but I'm trying my best to not make it worse! Re this: "The subaward_fsrs_report_id is based on the internal ID FSRS assigns to awards so you can't rely on that." Does that mean that FSRS data doesn't have a reliable transaction ID for subawards? |
Hi, None of the previously mentioned combinations can reliably produce a unique key. It is common to have multiples of the same item or PO in the same month on the same sub-award date for the same sub in any given prime award. Which again leaves us with no uniqueness. There must be something in the source database that makes it work for the public website. Can the sub_award unique key surface in the report? |
Hello—When I try to download subawards from https://www.usaspending.gov/download_center/custom_award_data, I can't seem to download the
broker_subaward_id
column. I've tried to hack it with thesubaward_fsrs_report_id
, but it looks like these are non-unique in the database. Any thoughts? Thanks!The text was updated successfully, but these errors were encountered: