fedspendingtransparency/usaspending-api

View on GitHub
usaspending_api/search/delta_models/subaward_search.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

File subaward_search.py has 667 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

SUBAWARD_SEARCH_COLUMNS = {
    # Broker Subaward Table Meta
    "broker_created_at": {"delta": "TIMESTAMP", "postgres": "TIMESTAMP"},
    "broker_updated_at": {"delta": "TIMESTAMP", "postgres": "TIMESTAMP"},
    "broker_subaward_id": {"delta": "LONG NOT NULL", "postgres": "BIGINT NOT NULL"},
Severity: Major
Found in usaspending_api/search/delta_models/subaward_search.py - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status