fedspendingtransparency / usaspending-api

Server application to serve U.S. federal spending data via a RESTful API
https://www.usaspending.gov
Creative Commons Zero v1.0 Universal
310 stars 113 forks source link

[DEV-11299] Set the current CD to 00 for single congressional district states #4177

Closed aguest-kc closed 2 months ago

aguest-kc commented 2 months ago

Description: Set the current CD to 00 for single congressional district states in the transaction_current_cd_lookup table.

Technical details:

Requirements for PR merge:

  1. [x] Necessary PR reviewers:
    • [x] Backend
  2. [x] Data validation completed
  3. [x] Appropriate Operations ticket(s) created
  4. [x] Jira Ticket DEV-11299:
    • [x] Link to this Pull-Request

Area for explaining above N/A when needed:

1. Unit & integration tests updated
Current tests for this table are passing and there isn't an easy way of testing the data within the transaction_current_cd_lookup table after it's been loaded from delta.

2. API documentation updated
No API documentation is affected by this change.

4. Matview impact assessment completed
No matviews are affected by this change.

5. Frontend impact assessment completed
The frontend is not affected by this change.