{
  "author_identity": "brian@benthic.io",
  "author_pubkey": "qwG8vQQN7m/uB0Nwgor3s1EJCKjqZM/SNThV+V7XumM=",
  "collection": "ngopen",
  "created_at": "2026-08-09T00:00:00Z",
  "cryptographic_signature": {
    "algorithm": "EdDSA",
    "canonicalization": "RFC8785",
    "hash_algorithm": "SHA-256",
    "payload_hash": "cf8a8a150317df02103bff8bbb75c302e4eedd7e8baa0faf5a6f5f1af2b4ecc8",
    "signature_base64": "KswTl1Mk9Fz5FXWuHg4eQNbmP1Jz8umi9lTtMt6nTtGi5u3j92nnrFgAJh/sthFUyhQt6clBS0SqsMpixfyfCA==",
    "signed_at": "2026-08-09T05:55:50Z"
  },
  "dataset_name": "usaspending",
  "description": "Federal contract and financial assistance awards from the USAspending.gov bulk database archive, augmented with benthic-derived entity resolution, award aggregation, and Photon geocoding. Includes the raw and intermediate lineage roots the derived relations are built from, declared but not queryable over the API.",
  "endpoints": [
    {
      "base_url": "https://benthic.io/ngopen/usaspending/",
      "description": "Live PostgREST API over PostgreSQL/PostGIS.",
      "meta": {
        "accept_profile": "public",
        "max_rows": 1000,
        "openapi_url": "https://benthic.io/ngopen/usaspending/",
        "postgrest_version": "14.8",
        "requires_auth": false
      },
      "transport_type": "postgrest_api"
    }
  ],
  "etl_provenance": {
    "commit_hash": "48bc355712599d9fada078c0366ab50b0ef456b4",
    "migration_status": "pending",
    "pipeline_entrypoint": "pipelines/usaspending/pipeline.py",
    "repository_url": "https://github.com/benthic-io/ngopen-bdp-pipelines",
    "source_attribution": [
      {
        "name": "USAspending.gov database archive",
        "url": "https://api.usaspending.gov/api/v2/bulk_download/list_database_download_files"
      }
    ]
  },
  "license": "https://www.usaspending.gov/about",
  "protocol_version": "1.0.0",
  "schema_definition": [
    {
      "columns": [
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "broker_duns_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "update_date",
          "native_type": "date",
          "nullable": false,
          "type": "date"
        },
        {
          "name": "address_line_1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "dba_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_structure",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "int.duns",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table",
      "row_count_estimate": 3416200
    },
    {
      "columns": [
        {
          "name": "transaction_id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "created_at",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        }
      ],
      "name": "int.transaction_delta",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "toptier_flag",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "subtier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "toptier_agency_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "user_selectable",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        }
      ],
      "name": "agency",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "subtier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cgac_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "agency_by_subtier_and_optionally_toptier",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "subtier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "agency_lookup",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "entity_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "entity_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "latitude",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "longitude",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "geom_point",
          "native_type": "geometry",
          "nullable": true,
          "srid": 0,
          "type": "geometry"
        },
        {
          "name": "is_geocoded",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "geohash_6",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "date_first_award",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "date_last_award",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "prime_subaward_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "prime_subaward_amount",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "subaward_received_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "subaward_received_amount",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        }
      ],
      "description": "Optimized view of USAspending entities with geohash support for 250x spatial query speedup",
      "name": "all_entities",
      "primary_key": [
        "entity_id"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "appropriation_account_balances_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "budget_authority_unobligated_balance_brought_forward_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "adjustments_to_unobligated_balance_brought_forward_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "budget_authority_appropriated_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "borrowing_authority_amount_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "contract_authority_amount_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "spending_authority_from_offsetting_collections_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "other_budgetary_resources_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_budgetary_resources_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refunds_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "unobligated_balance_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "status_of_budgetary_resources_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_incurred_total_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "drv_appropriation_availability_period_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "drv_appropriation_availability_period_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "drv_appropriation_account_expired_status",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "drv_obligations_unpaid_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_other_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "final_of_fy",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "treasury_account_identifier",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        }
      ],
      "name": "appropriation_account_balances",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "type_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "type_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "award_category",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "agency_identifier",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "fr_entity_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "amount",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "budget_authority",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 7661
    },
    {
      "columns": [
        {
          "name": "federal_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "bureau_title",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "bureau_slug",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "bureau_title_lookup",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "financial_accounts_by_awards_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "award_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "c_to_d_linkage_updates",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "cgac_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "agency_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "is_frec_agency",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        }
      ],
      "name": "cgac",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "state",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "force_reload",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "processor_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "processing_started",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "heartbeat",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "processing_failed",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "exception",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "dabs_loader_queue",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "period_start_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "period_end_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "submission_start_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "submission_due_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "certification_due_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "submission_reveal_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "submission_fiscal_year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "submission_fiscal_quarter",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "submission_fiscal_month",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "is_quarter",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        }
      ],
      "name": "dabs_submission_window_schedule",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 112
    },
    {
      "columns": [
        {
          "name": "public_law",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "group_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "urls",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "earliest_public_law_enactment_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        }
      ],
      "name": "disaster_emergency_fund_code",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 48
    },
    {
      "columns": [
        {
          "name": "download_job_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "file_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "file_size",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "number_of_rows",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "number_of_columns",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "error_message",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "job_status_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "json_request",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "monthly_download",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        }
      ],
      "name": "download_job",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "created_at",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "download_job_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "lookup_id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "lookup_id_type",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "download_job_lookup",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 4518172
    },
    {
      "columns": [
        {
          "name": "entity_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "entity_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_geohash",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_geom",
          "native_type": "geometry",
          "nullable": true,
          "srid": 0,
          "type": "geometry"
        },
        {
          "name": "is_geocoded",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "fiscal_year",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "awarding_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "link_method",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "description": "Unified view: prime + subawards. Filter by entity_id, fiscal_year, name, geohash.",
      "name": "entity_awards",
      "primary_key": [
        "award_id",
        "award_type"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "external_data_load_date_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "last_load_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "external_data_type_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        }
      ],
      "name": "external_data_load_date",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "external_data_type_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        }
      ],
      "name": "external_data_type",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "agency_identifier",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "main_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "account_title",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "federal_account_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "federal_account",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "filter",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "hash",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "filter_hash",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "financial_accounts_by_awards_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl483100_undelivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl488100_upward_adjust_pri_undeliv_order_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl493100_delivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl498100_upward_adjust_pri_deliv_orders_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl483200_undeliv_orders_oblig_transferred_prepaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl488200_up_adjust_pri_undeliv_order_oblig_ppaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490200_delivered_orders_obligations_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl498200_upward_adjust_pri_deliv_orders_oblig_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_award_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_award_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_incurred_total_by_award_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl487100_down_adj_pri_unpaid_undel_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497100_down_adj_pri_unpaid_deliv_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl487200_down_adj_pri_ppaid_undel_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497200_down_adj_pri_paid_deliv_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refunds_of_prior_year_by_award_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_award_id_field_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "drv_obligations_incurred_total_by_award",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "transaction_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "award_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "object_class_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "program_activity_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "treasury_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "distinct_award_key",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "disaster_emergency_fund_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prior_year_adjustment",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_activity_reporting_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ussgl480110_rein_undel_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490110_rein_deliv_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480210_rein_undel_obs_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497210_down_adj_refun_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "financial_accounts_by_awards",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 446236576
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "financial_accounts_by_program_activity_object_class_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl483100_undelivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl488100_upward_adjust_pri_undeliv_order_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl493100_delivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl498100_upward_adjust_pri_deliv_orders_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl483200_undeliv_orders_oblig_transferred_prepaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl488200_up_adjust_pri_undeliv_order_oblig_ppaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl490200_delivered_orders_obligations_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl498200_upward_adjust_pri_deliv_orders_oblig_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_program_object_class_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_program_object_class_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_incurred_by_program_object_class_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl487100_down_adj_pri_unpaid_undel_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl497100_down_adj_pri_unpaid_deliv_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl487200_down_adj_pri_ppaid_undel_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "ussgl497200_down_adj_pri_paid_deliv_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refund_pri_program_object_class_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "drv_obligations_incurred_by_program_object_class",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_obligations_undelivered_orders_unpaid",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "object_class_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "program_activity_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "treasury_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "disaster_emergency_fund_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prior_year_adjustment",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_activity_reporting_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ussgl480110_rein_undel_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490110_rein_deliv_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480210_rein_undel_obs_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497210_down_adj_refun_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "financial_accounts_by_program_activity_object_class",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "frec_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "agency_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "associated_cgac_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "frec",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "agency_identifier",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "main_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "treasury_appropriation_account_title",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "sub_function_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "fr_entity_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "frec_map",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "fiscal_period",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "obligations_incurred_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "budget_authority_appropriation_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "other_budgetary_resources_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "unobligated_balance_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "tas_rendering_label",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "treasury_account_identifier",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_budgetary_resources_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "borrowing_authority_amount",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "budget_authority_unobligated_balance_brought_forward_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "contract_authority_amount",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "deobligations_or_recoveries_or_refunds_from_prior_year_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_incurred",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "spending_authority_from_offsetting_collections_amount",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "anticipated_prior_year_obligation_recoveries",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "prior_year_paid_obligation_recoveries",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "disaster_emergency_fund_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "adjustments_to_unobligated_balance_brought_forward_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "status_of_budgetary_resources_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "adjustments_to_unobligated_balance_brought_forward_fyb",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        }
      ],
      "name": "gtas_sf133_balances",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "broker_historic_duns_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "historic_parent_duns",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "historical_appropriation_account_balances_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "tas_rendering_label",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "allocation_transfer_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "beginning_period_of_availability",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ending_period_of_availability",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "availability_type_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "main_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "sub_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "account_title",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "budget_function_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_subfunction_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fr_entity_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_budgetary_resources_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refunds_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "obligations_incurred_total_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "reporting_fiscal_quarter",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "reporting_fiscal_period",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "owning_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "historical_appropriation_account_balances",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "job_status_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        }
      ],
      "name": "job_status",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "agency_autocomplete_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "toptier_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "toptier_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "toptier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subtier_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subtier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "has_awarding_data",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "has_funding_data",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        }
      ],
      "name": "mv_agency_autocomplete",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "agency_office_autocomplete_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "toptier_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "toptier_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "toptier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subtier_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subtier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subtier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "has_awarding_data",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "has_funding_data",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "mv_agency_office_autocomplete",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_covid_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_covid_outlay",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "unique_recipients",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "unique_agencies",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "mv_covid_spending",
      "primary_key": [
        "fiscal_year"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_award_amount",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "unique_recipients",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "unique_agencies",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "mv_district_spending",
      "primary_key": [
        "state",
        "district",
        "fiscal_year"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "entity_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "latitude",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "longitude",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "geom_point",
          "native_type": "geometry",
          "nullable": true,
          "srid": 0,
          "type": "geometry"
        },
        {
          "name": "award_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "date_first_award",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "date_last_award",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "prime_subaward_count",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "prime_subaward_amount",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "top_awarding_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "most_recent_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "most_recent_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        }
      ],
      "name": "mv_entity_spending_summary",
      "primary_key": [
        "entity_id"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "long_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "year_retired",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "naics",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "major_object_class",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "major_object_class_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "object_class",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "object_class_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "direct_reimbursable",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "direct_reimbursable_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        }
      ],
      "name": "object_class",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "created_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "updated_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "office_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_tier_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "agency_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "contract_awards_office",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "contract_funding_office",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "financial_assistance_awards_office",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "financial_assistance_funding_office",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        }
      ],
      "name": "office",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_budget_authority",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "overall_totals",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "linked_entity_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "link_method",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "unique_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "display_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_loan_value",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_outlays",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "date_signed",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "recipient_levels",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "recipient_country",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_program_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfdas",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "naics_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_covid_outlay",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_covid_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "disaster_emergency_fund_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "total_obl_bin",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "description": "Prime awards linked via recipient_hash (100% coverage). Filter by linked_entity_id + fiscal_year for entity details.",
      "name": "prime_awards",
      "primary_key": [
        "award_id"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "program_activity_park",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "code",
          "native_type": "character varying(4)",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "length",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "full_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "includes",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "excludes",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "notes",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        }
      ],
      "name": "psc",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "source_id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "latitude",
          "native_type": "numeric(10,8)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "longitude",
          "native_type": "numeric(11,8)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "geocode_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "geocode_system",
          "native_type": "character varying(50)",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "geom_point",
          "native_type": "geometry(Point,4326)",
          "nullable": true,
          "srid": 4326,
          "type": "geometry"
        }
      ],
      "name": "recipient_geocode_index",
      "primary_key": [
        "source_id"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "feature_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "feature_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "feature_class",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "census_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "census_class_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "gsa_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "opm_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state_numeric",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state_alpha",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "county_sequence",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "county_numeric",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "primary_latitude",
          "native_type": "numeric(13,8)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "primary_longitude",
          "native_type": "numeric(13,8)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "date_created",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "date_edited",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        }
      ],
      "name": "ref_city_county_state_code",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "country_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "valid_begin_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "valid_end_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "valid_code_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "latest_population",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "ref_country_code",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "state_code",
          "native_type": "character varying(2)",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "state_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "state_abbreviation",
          "native_type": "character varying(2)",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "congressional_district",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "latest_population",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        }
      ],
      "name": "ref_population_cong_district",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "state_code",
          "native_type": "character varying(2)",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "state_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "county_number",
          "native_type": "character varying(3)",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "county_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "latest_population",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        }
      ],
      "name": "ref_population_county",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "program_activity_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "program_activity_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_year",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "responsible_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "allocation_transfer_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "main_account_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "valid_begin_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "valid_end_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "valid_code_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        }
      ],
      "name": "ref_program_activity",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_number",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "program_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "popular_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "authorization",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "objectives",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "types_of_assistance",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uses_and_use_restrictions",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "applicant_eligibility",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "beneficiary_eligibility",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "credentials_documentation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pre_application_coordination",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "application_procedures",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_procedure",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "deadlines",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "range_of_approval_disapproval_time",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "website_address",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "formula_and_matching_requirements",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "length_and_time_phasing_of_assistance",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "reports",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "audits",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "records",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "account_identification",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "obligations",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "range_and_average_of_financial_assistance",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "appeals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "renewals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_accomplishments",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "regulations_guidelines_and_literature",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "regional_or_local_office",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "headquarters_office",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "related_programs",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "examples_of_funded_projects",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "criteria_for_selecting_proposals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "url",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovery",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "omb_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "omb_bureau_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "published_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "archived_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        }
      ],
      "name": "references_cfda",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 3816
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "term",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "data_act_term",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "plain",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "official",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "slug",
          "native_type": "character varying(500)",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "resources",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "references_definition",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "reporting_agency_missing_tas_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "fiscal_period",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "tas_rendering_label",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        }
      ],
      "name": "reporting_agency_missing_tas",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "reporting_agency_overview_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "fiscal_period",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "total_dollars_obligated_gtas",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_budgetary_resources",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_diff_approp_ocpa_obligated_amounts",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "unlinked_procurement_c_awards",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "unlinked_assistance_c_awards",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "unlinked_procurement_d_awards",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "unlinked_assistance_d_awards",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "linked_procurement_awards",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "linked_assistance_awards",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "reporting_agency_overview",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "reporting_agency_tas_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "fiscal_period",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "tas_rendering_label",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "appropriation_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "object_class_pa_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "diff_approp_ocpa_obligated_amounts",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        }
      ],
      "name": "reporting_agency_tas",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "document_name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "document",
          "native_type": "jsonb",
          "nullable": false,
          "type": "json"
        }
      ],
      "name": "rosetta",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "fips",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "population",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "median_household_income",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "mhi_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "state_data",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "subaward_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "subaward_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_award_piid_fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "report_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "subaward_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "prime_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "sub_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_year",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_report_year",
          "native_type": "smallint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "subaward_report_month",
          "native_type": "smallint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "broker_created_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "broker_updated_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "date_submitted",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "prime_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_recipient_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_parent_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_parent_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_dba_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_country",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_foreign_postal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_recipient_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_parent_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_parent_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_dba_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_country",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_foreign_postal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_street",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_country",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_pop_street",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_naics",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_naics",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_numbers",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_titles",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_cfda_numbers",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "prime_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "internal_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "linked_sub_entity_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "sub_link_method",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "linked_prime_entity_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "prime_link_method",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "description": "All subawards with forensic fields. Temporal geocoding uses location at time of award. Entity linkage via UEI->DUNS fallback for both prime and sub recipients.",
      "name": "subawards",
      "primary_key": [
        "subaward_id"
      ],
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "certified_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "reporting_fiscal_quarter",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "reporting_fiscal_period",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "quarter_format_flag",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "reporting_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "published_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "is_final_balances_for_fy",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "submission_window_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "history",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        }
      ],
      "name": "submission_attributes",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "subtier_agency_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "subtier_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "subtier_agency",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "tas_autocomplete_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "allocation_transfer_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "beginning_period_of_availability",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ending_period_of_availability",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "availability_type_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "main_account_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_account_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "tas_rendering_label",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "tas_autocomplete_matview",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "materialized_view"
    },
    {
      "columns": [
        {
          "name": "toptier_agency_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "mission",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "website",
          "native_type": "character varying(200)",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "icon_filename",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "justification",
          "native_type": "character varying(200)",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "about_agency_data",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "toptier_agency",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "treasury_account_identifier",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "tas_rendering_label",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "allocation_transfer_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "beginning_period_of_availability",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ending_period_of_availability",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "availability_type_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "availability_type_code_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "main_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "sub_account_code",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "account_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "reporting_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "reporting_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_bureau_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_bureau_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fr_entity_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fr_entity_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_function_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_function_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_subfunction_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "budget_subfunction_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "drv_appropriation_availability_period_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "drv_appropriation_availability_period_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "drv_appropriation_account_expired_status",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "awarding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "federal_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "internal_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "internal_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        }
      ],
      "name": "treasury_appropriation_account",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "uei_crosswalk",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table",
      "row_count_estimate": 3323130
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "uei_crosswalk_2021",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "appropriation_account_balances_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "budget_authority_unobligated_balance_brought_forward_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "adjustments_to_unobligated_balance_brought_forward_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "budget_authority_appropriated_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "borrowing_authority_amount_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "contract_authority_amount_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "spending_authority_from_offsetting_collections_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "other_budgetary_resources_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_budgetary_resources_amount_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refunds_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "unobligated_balance_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "status_of_budgetary_resources_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_incurred_total_by_tas_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_appropriation_availability_period_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "drv_appropriation_availability_period_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "drv_appropriation_account_expired_status",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "drv_obligations_unpaid_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_other_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "final_of_fy",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "treasury_account_identifier",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "agency_identifier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "allocation_transfer_agency_identifier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "vw_appropriation_account_balances_download",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "financial_accounts_by_awards_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl483100_undelivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl488100_upward_adjust_pri_undeliv_order_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl493100_delivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl498100_upward_adjust_pri_deliv_orders_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl483200_undeliv_orders_oblig_transferred_prepaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl488200_up_adjust_pri_undeliv_order_oblig_ppaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490200_delivered_orders_obligations_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl498200_upward_adjust_pri_deliv_orders_oblig_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_award_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_award_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_incurred_total_by_award_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl487100_down_adj_pri_unpaid_undel_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497100_down_adj_pri_unpaid_deliv_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl487200_down_adj_pri_ppaid_undel_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497200_down_adj_pri_paid_deliv_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refunds_of_prior_year_by_award_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_award_id_field_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "drv_obligations_incurred_total_by_award",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "transaction_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "award_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "object_class_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "program_activity_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "treasury_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "distinct_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "disaster_emergency_fund_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prior_year_adjustment",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_activity_reporting_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ussgl480110_rein_undel_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490110_rein_deliv_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480210_rein_undel_obs_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497210_down_adj_refun_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "agency_identifier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "allocation_transfer_agency_identifier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "vw_financial_accounts_by_awards_download",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "financial_accounts_by_program_activity_object_class_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480100_undelivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl483100_undelivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl488100_upward_adjust_pri_undeliv_order_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490100_delivered_orders_obligations_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl493100_delivered_orders_oblig_transferred_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl498100_upward_adjust_pri_deliv_orders_oblig_unpaid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480200_undelivered_orders_oblig_prepaid_advanced_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl483200_undeliv_orders_oblig_transferred_prepaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl488200_up_adjust_pri_undeliv_order_oblig_ppaid_adv_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490200_delivered_orders_obligations_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490800_authority_outlayed_not_yet_disbursed_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl498200_upward_adjust_pri_deliv_orders_oblig_paid_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_undelivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_delivered_orders_unpaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_undelivered_orders_prepaid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlays_delivered_orders_paid_total_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_program_object_class_fyb",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "gross_outlay_amount_by_program_object_class_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "obligations_incurred_by_program_object_class_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl487100_down_adj_pri_unpaid_undel_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497100_down_adj_pri_unpaid_deliv_orders_oblig_recov_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl487200_down_adj_pri_ppaid_undel_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497200_down_adj_pri_paid_deliv_orders_oblig_refund_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "deobligations_recoveries_refund_pri_program_object_class_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_obligations_incurred_by_program_object_class",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "drv_obligations_undelivered_orders_unpaid",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "reporting_period_start",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "reporting_period_end",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "object_class_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "program_activity_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "submission_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "treasury_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "disaster_emergency_fund_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prior_year_adjustment",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_activity_reporting_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ussgl480110_rein_undel_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl490110_rein_deliv_ord_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl480210_rein_undel_obs_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "ussgl497210_down_adj_refun_cpe",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "agency_identifier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "allocation_transfer_agency_identifier_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "vw_financial_accounts_by_program_activity_object_class_download",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "toptier_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "user_selectable",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        }
      ],
      "name": "vw_published_dabs_toptier_agency",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "created_at",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "updated_at",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "zips_grouped_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "zip5",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "state_abbreviation",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "county_number",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "congressional_district_no",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        }
      ],
      "name": "zips_grouped",
      "provenance": "upstream",
      "queryable": true,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "published_fabs_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "afa_generated_unique",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_modification_amendme",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "business_funds_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_listing_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_listing_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_indicatr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "created_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "fiscal_year_and_quarter_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "is_active",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "is_historical",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_descr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_provi",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "modified_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "period_of_performance_curr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_star",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perfor_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_nam",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_congr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_forei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "record_type",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "record_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "submission_id",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_funding_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "updated_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_goals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "raw.source_assistance_transaction",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table",
      "row_count_estimate": 127013696
    },
    {
      "columns": [
        {
          "name": "published_fabs_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "afa_generated_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_modification_amendme",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "business_funds_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_listing_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_listing_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_indicatr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "created_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "fiscal_year_and_quarter_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "is_active",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "is_historical",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_descr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_provi",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "modified_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "period_of_performance_curr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_star",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perfor_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_nam",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_congr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_forei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "record_type",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "record_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "submission_id",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_funding_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "updated_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_goals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "raw.source_assistance_transaction_backup",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table",
      "row_count_estimate": 123725256
    },
    {
      "columns": [
        {
          "name": "detached_award_procurement_id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "detached_award_proc_unique",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "additional_reporting",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "annual_revenue",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_modification_amendme",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_or_idv_flag",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "cage_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_pla_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_planning",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acqui_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acquisitio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_progr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rat_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rate_req",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitar_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitarian_o",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_deter",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_stand_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_serv",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "created_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "current_total_value_award",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "division_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "division_number_or_office",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_prog_cod_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_program_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_e_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_entity",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_produc_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_product",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_compete_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limi_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limited_s",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "foreign_funding",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_funding_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_prope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technolog_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technology_com",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_func",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "initial_report_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contracting_au",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "last_modified",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "major_program",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_article",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_aw_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_award_i",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_actions",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_employees",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_offers_received",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "organizational_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_statutory_authority",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_o_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_open_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_se_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_service",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_perf_potential_e",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_curr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_star",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perf_country_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perfor_state_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_nam",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_congr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_locat",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "potential_total_value_awar",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "price_evaluation_adjustmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_co_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_acronym",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equ_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equipmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pulled_from",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_paym_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_payment_m",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_s_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_sustai",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_iden",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_modificatio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_si_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_single",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_identifier",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedur_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedures",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_obligated_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pric_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "updated_at",
          "native_type": "timestamp without time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "vendor_alternate_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_alternate_site_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_doing_as_business_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_enabled",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_fax_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_legal_org_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_location_disabled_f",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_phone_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_site_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "small_business_competitive",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "city_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "county_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "inter_municipal_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "local_government_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "municipality_local_governm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_district_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "township_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_state_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_federal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federal_agency",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federally_funded_research",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_tribal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_developed_corpor",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "labor_surplus_area_firm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_not_tax_e",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_tax_exemp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "partnership_or_limited_lia",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sole_proprietorship",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_agricultural_coopera",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "international_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_government_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "emerging_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c8a_program_participant",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sba_certified_8_a_joint_ve",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "dot_certified_disadvantage",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "self_certified_small_disad",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_underutilized",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_disadvantaged_busine",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "the_ability_one_program",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_black_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1862_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1890_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1994_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "private_university_or_coll",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_of_forestry",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "state_controlled_instituti",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribal_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "educational_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_servicing_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_development_corp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_servicing",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "domestic_shelter",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "manufacturer_of_goods",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hospital_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_hospital",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_servicing_institu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foundation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "woman_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "women_owned_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "economically_disadvantaged",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_women_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_economically",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veteran_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "service_disabled_veteran_o",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "contracts",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "grants",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "receives_contracts_and_gra",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "airport_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "council_of_governments",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "housing_authorities_public",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interstate_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "planning_commission",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "port_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "transit_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subchapter_s_corporation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "limited_liability_corporat",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_owned_and_located",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "american_indian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_owned_corpo",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "indian_tribe_federally_rec",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribally_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "asian_pacific_american_own",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "black_american_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_american_owned_bu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_american_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontinent_asian_asian_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_minority_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "for_profit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "nonprofit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_not_for_profit_organ",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "entity_data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sba_cert_econ_disadv_wosb",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sba_cert_women_own_small_bus",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "ser_disabvet_own_bus_join_ven",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_business_joint_venture",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        }
      ],
      "name": "raw.source_procurement_transaction",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table",
      "row_count_estimate": 105515808
    },
    {
      "columns": [
        {
          "name": "treasury_account_identifiers",
          "native_type": "integer[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_unique_award_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "display_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_loan_value",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_obl_bin",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "recipient_levels",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "date_signed",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_subtier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "cfda_program_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfdas",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "tas_paths",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_components",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "disaster_emergency_fund_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "total_covid_outlay",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_covid_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "fpds_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fpds_parent_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "raw_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_count",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_indirect_federal_sharing",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_subaward_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "transaction_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_code_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_code_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_code_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_code_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "earliest_transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "latest_transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "earliest_transaction_search_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "latest_transaction_search_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_iija_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_iija_outlay",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "pop_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_outlays",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "pop_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_pragmatic_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "federal_accounts",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "program_activities",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "pop_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_foreign_postal_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_foreign_province",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_unique_award_id_legacy",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "spending_by_defc",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "transaction_count",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "rpt.award_search",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "spending_level",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_subtier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_federal_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_federal_account_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_federal_account_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_treasury_account_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_treasury_account_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_treasury_account_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_major_object_class_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_major_object_class_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_major_object_class_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_object_class_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_object_class_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_object_class_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "defc",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_count",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "obligation_sum",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "outlay_sum",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_of_loan",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "rpt.covid_faba_spending",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "generated_unique_award_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "direct_idv_count",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "direct_contract_count",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "direct_total_obligation",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "direct_base_and_all_options_value",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "direct_base_exercised_options_val",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "rollup_idv_count",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "rollup_contract_count",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "rollup_total_obligation",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "rollup_base_and_all_options_value",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "rollup_base_exercised_options_val",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "parent_award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "rpt.parent_award",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "alternate_names",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "source",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": false,
          "type": "timestamp"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "latitude",
          "native_type": "numeric(10,8)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "longitude",
          "native_type": "numeric(11,8)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "geocode_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "geocode_system",
          "native_type": "character varying(50)",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "rpt.recipient_lookup",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table",
      "row_count_estimate": 17729692
    },
    {
      "columns": [
        {
          "name": "recipient_level",
          "native_type": "character varying(1)",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_affiliations",
          "native_type": "text[]",
          "nullable": false,
          "type": "array"
        },
        {
          "name": "last_12_months",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "last_12_contracts",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "last_12_direct_payments",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "last_12_grants",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "last_12_loans",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "last_12_months_count",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "last_12_other",
          "native_type": "numeric(23,2)",
          "nullable": false,
          "type": "number"
        },
        {
          "name": "award_types",
          "native_type": "text[]",
          "nullable": false,
          "type": "array"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "rpt.recipient_profile",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "address_line_2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "congressional_district",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_duns",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_legal_business_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "alternate_names",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "entity_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_awards",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_obligated_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_outlay_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "earliest_award_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "latest_award_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "earliest_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "latest_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "rpt.recipient_totals_lookup",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "broker_created_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "broker_updated_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "broker_subaward_id",
          "native_type": "bigint",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_piid_fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fy",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dba_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_congressio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_street",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_numbers",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_titles",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_report_year",
          "native_type": "smallint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "subaward_report_month",
          "native_type": "smallint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "subaward_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "sub_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "sub_awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_awardee_or_recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_awardee_or_recipient_legal_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_dba_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_ultimate_parent_legal_enti_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_country_code_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_country_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_congressional_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_country_co_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_country_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_performance_zip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_congressio_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_street",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_high_comp_officer1_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_high_comp_officer1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "sub_high_comp_officer2_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_high_comp_officer2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "sub_high_comp_officer3_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_high_comp_officer3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "sub_high_comp_officer4_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_high_comp_officer4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "sub_high_comp_officer5_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_high_comp_officer5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "prime_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "internal_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "date_submitted",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "report_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_idv_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "grant_funding_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "grant_funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "treasury_symbol",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dunsplus4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovery_model_q1",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "recovery_model_q2",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "compensation_q1",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "compensation_q2",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "high_comp_officer1_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "high_comp_officer2_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "high_comp_officer3_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "high_comp_officer4_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "high_comp_officer5_full_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "high_comp_officer5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "sub_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "sub_parent_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "sub_federal_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_federal_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_funding_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_funding_office_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_naics",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_cfda_numbers",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_dunsplus4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_recovery_subcontract_amt",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_recovery_model_q1",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sub_recovery_model_q2",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sub_compensation_q1",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sub_compensation_q2",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "prime_award_group",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "prime_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "latest_transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "awarding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_fiscal_year",
          "native_type": "integer",
          "nullable": false,
          "type": "integer"
        },
        {
          "name": "sub_total_obl_bin",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "sub_awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_type_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "treasury_account_identifiers",
          "native_type": "integer[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "pulled_from",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_country_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_perform_congressio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "keyword_ts_vector",
          "native_type": "tsvector",
          "nullable": true,
          "type": "unknown"
        },
        {
          "name": "award_ts_vector",
          "native_type": "tsvector",
          "nullable": true,
          "type": "unknown"
        },
        {
          "name": "recipient_name_ts_vector",
          "native_type": "tsvector",
          "nullable": true,
          "type": "unknown"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "cfda_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "legal_entity_congressional_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_congressional_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_legal_entity_congressional_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sub_place_of_performance_congressional_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_activities",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "prime_award_recipient_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_recipient_hash",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subaward_recipient_level",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        }
      ],
      "name": "rpt.subaward_search",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "duh",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "distinct_awards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_pragmatic_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "counts",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_outlays",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "rpt.summary_state_view",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "modification_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "detached_award_proc_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "afa_generated_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_unique_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "award_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "award_update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "etl_update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "generated_pragmatic_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "naics_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "recipient_levels",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "parent_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "treasury_account_identifiers",
          "native_type": "integer[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_paths",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_components",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "federal_accounts",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "disaster_emergency_fund_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_date_signed",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "airport_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_owned_corpo",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_servicing_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "american_indian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "asian_pacific_american_own",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "black_american_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "business_funds_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "c1862_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1890_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1994_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c8a_program_participant",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "cage_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "clinger_cohen_act_pla_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_planning",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acqui_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acquisitio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_progr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "community_developed_corpor",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_development_corp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "consolidated_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rat_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rate_req",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitar_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitarian_o",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_deter",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracts",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_not_tax_e",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_tax_exemp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "correction_delete_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_indicatr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_stand_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "council_of_governments",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "country_of_product_or_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_serv",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "county_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "current_total_value_award",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_prog_cod_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_program_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_e_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_entity",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_shelter",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "dot_certified_disadvantage",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "economically_disadvantaged",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "educational_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "emerging_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "epa_designated_produc_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_product",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_compete_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limi_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limited_s",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_agency",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federally_funded_research",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "for_profit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_funding",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_funding_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_owned_and_located",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foundation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_prope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "grants",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_american_owned_bu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_servicing_institu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_black_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_underutilized",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hospital_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "housing_authorities_public",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "indian_tribe_federally_rec",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "information_technolog_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technology_com",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_func",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inter_municipal_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interagency_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contracting_au",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "international_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interstate_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "joint_venture_economically",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_women_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "labor_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_surplus_area_firm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_descr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_provi",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "limited_liability_corporat",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "local_area_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_government_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "major_program",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "manufacturer_of_goods",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "materials_supplies_article",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "minority_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "multi_year_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_aw_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_award_i",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "municipality_local_governm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "national_interest_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "native_american_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_servicing",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "nonprofit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "number_of_actions",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_offers_received",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "organizational_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_minority_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_not_for_profit_organ",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_statutory_authority",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_o_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_open_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "partnership_or_limited_lia",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "performance_based_se_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_service",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_perf_potential_e",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_forei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "planning_commission",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "port_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "potential_total_value_awar",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "price_evaluation_adjustmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "private_university_or_coll",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "program_acronym",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equ_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equipmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pulled_from",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_paym_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_payment_m",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "receives_contracts_and_gra",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "recipient_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "record_type",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "record_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_s_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_sustai",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_iden",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_modificatio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_si_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_single",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sba_certified_8_a_joint_ve",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_district_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_of_forestry",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sea_transportation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "self_certified_small_disad",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "service_disabled_veteran_o",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_agricultural_coopera",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_business_competitive",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_disadvantaged_busine",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sole_proprietorship",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "solicitation_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "solicitation_identifier",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedur_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedures",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state_controlled_instituti",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subchapter_s_corporation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontinent_asian_asian_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontracting_plan",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "the_ability_one_program",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "total_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_obligated_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "township_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "transaction_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_unique_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "transit_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribal_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribally_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "type_of_contract_pric_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "us_federal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_government_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_state_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_tribal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "usaspending_unique_transaction_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_doing_as_business_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_fax_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_phone_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "veteran_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_hospital",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "woman_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "women_owned_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "awarding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "detached_award_procurement_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "published_fabs_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_opportunity_goals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "initial_report_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "program_activities",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        }
      ],
      "name": "rpt.transaction_search",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table",
      "row_count_estimate": 232837168
    },
    {
      "columns": [
        {
          "name": "transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "modification_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "detached_award_proc_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "afa_generated_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_unique_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "award_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "award_update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "etl_update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "generated_pragmatic_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "naics_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "recipient_levels",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "parent_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "treasury_account_identifiers",
          "native_type": "integer[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_paths",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_components",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "federal_accounts",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "disaster_emergency_fund_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_date_signed",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "airport_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_owned_corpo",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_servicing_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "american_indian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "asian_pacific_american_own",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "black_american_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "business_funds_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "c1862_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1890_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1994_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c8a_program_participant",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "cage_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "clinger_cohen_act_pla_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_planning",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acqui_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acquisitio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_progr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "community_developed_corpor",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_development_corp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "consolidated_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rat_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rate_req",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitar_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitarian_o",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_deter",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracts",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_not_tax_e",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_tax_exemp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "correction_delete_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_indicatr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_stand_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "council_of_governments",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "country_of_product_or_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_serv",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "county_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "current_total_value_award",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_prog_cod_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_program_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_e_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_entity",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_shelter",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "dot_certified_disadvantage",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "economically_disadvantaged",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "educational_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "emerging_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "epa_designated_produc_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_product",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_compete_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limi_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limited_s",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_agency",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federally_funded_research",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "for_profit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_funding",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_funding_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_owned_and_located",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foundation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_prope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "grants",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_american_owned_bu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_servicing_institu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_black_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_underutilized",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hospital_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "housing_authorities_public",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "indian_tribe_federally_rec",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "information_technolog_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technology_com",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_func",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inter_municipal_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interagency_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contracting_au",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "international_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interstate_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "joint_venture_economically",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_women_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "labor_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_surplus_area_firm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_descr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_provi",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "limited_liability_corporat",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "local_area_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_government_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "major_program",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "manufacturer_of_goods",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "materials_supplies_article",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "minority_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "multi_year_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_aw_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_award_i",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "municipality_local_governm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "national_interest_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "native_american_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_servicing",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "nonprofit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "number_of_actions",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_offers_received",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "organizational_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_minority_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_not_for_profit_organ",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_statutory_authority",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_o_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_open_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "partnership_or_limited_lia",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "performance_based_se_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_service",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_perf_potential_e",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_forei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "planning_commission",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "port_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "potential_total_value_awar",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "price_evaluation_adjustmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "private_university_or_coll",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "program_acronym",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equ_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equipmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pulled_from",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_paym_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_payment_m",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "receives_contracts_and_gra",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "recipient_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "record_type",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "record_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_s_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_sustai",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_iden",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_modificatio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_si_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_single",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sba_certified_8_a_joint_ve",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_district_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_of_forestry",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sea_transportation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "self_certified_small_disad",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "service_disabled_veteran_o",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_agricultural_coopera",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_business_competitive",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_disadvantaged_busine",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sole_proprietorship",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "solicitation_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "solicitation_identifier",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedur_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedures",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state_controlled_instituti",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subchapter_s_corporation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontinent_asian_asian_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontracting_plan",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "the_ability_one_program",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "total_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_obligated_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "township_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "transaction_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_unique_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "transit_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribal_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribally_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "type_of_contract_pric_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "us_federal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_government_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_state_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_tribal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "usaspending_unique_transaction_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_doing_as_business_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_fax_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_phone_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "veteran_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_hospital",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "woman_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "women_owned_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "awarding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "detached_award_procurement_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "published_fabs_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_opportunity_goals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "initial_report_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "program_activities",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        }
      ],
      "name": "rpt.transaction_search_fabs",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "modification_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "detached_award_proc_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "afa_generated_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "generated_unique_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "award_fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "award_update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "etl_update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "generated_pragmatic_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "naics_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "pop_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_state_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_congressional_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_population",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "recipient_location_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "recipient_levels",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_hash",
          "native_type": "uuid",
          "nullable": true,
          "type": "uuid"
        },
        {
          "name": "parent_recipient_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_toptier_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_abbreviation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "treasury_account_identifiers",
          "native_type": "integer[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_paths",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "tas_components",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "federal_accounts",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        },
        {
          "name": "disaster_emergency_fund_codes",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_date_signed",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "airport_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_owned_corpo",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_servicing_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "american_indian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "asian_pacific_american_own",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "black_american_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "business_funds_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "c1862_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1890_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1994_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c8a_program_participant",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "cage_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "clinger_cohen_act_pla_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_planning",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acqui_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acquisitio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_progr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "community_developed_corpor",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_development_corp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "consolidated_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rat_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rate_req",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitar_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitarian_o",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_deter",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracts",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_not_tax_e",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_tax_exemp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "correction_delete_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_indicatr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_stand_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "council_of_governments",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "country_of_product_or_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_serv",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "county_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "current_total_value_award",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_prog_cod_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_program_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_e_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_entity",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_shelter",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "dot_certified_disadvantage",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "economically_disadvantaged",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "educational_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "emerging_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "epa_designated_produc_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_product",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_compete_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limi_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limited_s",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_agency",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federally_funded_research",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "for_profit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_funding",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_funding_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_owned_and_located",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foundation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_prope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "grants",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_american_owned_bu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_servicing_institu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_black_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_underutilized",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hospital_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "housing_authorities_public",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "indian_tribe_federally_rec",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "information_technolog_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technology_com",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_func",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inter_municipal_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interagency_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contracting_au",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "international_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interstate_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": false,
          "type": "boolean"
        },
        {
          "name": "joint_venture_economically",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_women_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "labor_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_surplus_area_firm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_descr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_provi",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "limited_liability_corporat",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "local_area_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_government_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "major_program",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "manufacturer_of_goods",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "materials_supplies_article",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "minority_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "multi_year_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_aw_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_award_i",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "municipality_local_governm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "national_interest_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "native_american_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_servicing",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "nonprofit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "number_of_actions",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_offers_received",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "organizational_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_minority_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_not_for_profit_organ",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_statutory_authority",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_o_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_open_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_recipient_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "partnership_or_limited_lia",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "performance_based_se_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_service",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_perf_potential_e",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_forei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "planning_commission",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "port_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "potential_total_value_awar",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "price_evaluation_adjustmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "private_university_or_coll",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "program_acronym",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equ_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equipmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pulled_from",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_paym_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_payment_m",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "receives_contracts_and_gra",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "recipient_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "record_type",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "record_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_s_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_sustai",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_iden",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_modificatio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_si_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_single",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sba_certified_8_a_joint_ve",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_district_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_of_forestry",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sea_transportation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "self_certified_small_disad",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "service_disabled_veteran_o",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_agricultural_coopera",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_business_competitive",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_disadvantaged_busine",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sole_proprietorship",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "solicitation_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "solicitation_identifier",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedur_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedures",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "state_controlled_instituti",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subchapter_s_corporation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontinent_asian_asian_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontracting_plan",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "the_ability_one_program",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "total_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_obligated_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "township_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "transaction_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_unique_id",
          "native_type": "text",
          "nullable": false,
          "type": "string"
        },
        {
          "name": "transit_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribal_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribally_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "type_of_contract_pric_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "us_federal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_government_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_state_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_tribal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "usaspending_unique_transaction_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_doing_as_business_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_fax_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_phone_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "veteran_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_hospital",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "woman_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "women_owned_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "awarding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_subtier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_toptier_agency_name_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "detached_award_procurement_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "published_fabs_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_opportunity_goals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_county_fips",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_raw",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "initial_report_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "program_activities",
          "native_type": "jsonb",
          "nullable": true,
          "type": "json"
        }
      ],
      "name": "rpt.transaction_search_fpds",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "table"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "generated_unique_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "transaction_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "data_source",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "date_signed",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "total_subaward_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "subaward_count",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "latest_transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "category",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_loan_value",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "total_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "fpds_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fpds_parent_agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "earliest_transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "total_indirect_federal_sharing",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "transaction_count",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        }
      ],
      "name": "rpt.vw_awards",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "published_fabs_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "afa_generated_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "assistance_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_modification_amendme",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_indicator",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_funds_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_types_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cfda_title",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_indicatr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "correction_delete_ind_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "fain",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_goals",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_opportunity_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_descr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_posta",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_foreign_provi",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "modified_at",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "period_of_performance_curr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_star",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_city",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_congr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_forei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_state_nam",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perfor_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_scope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "record_type",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "record_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sai_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_funding_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "uri",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "rpt.vw_transaction_fabs",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "transaction_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "detached_award_procurement_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "detached_award_proc_unique",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "piid",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "agency_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_sub_tier_agency_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "parent_award_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_modification_amendme",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pricing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_contract_pric_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_award_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "naics_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_uniqu",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_legal_enti",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_uei",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ultimate_parent_unique_ide",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "award_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip4a",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_county_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_congr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pop_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awardee_or_recipient_legal",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_city_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_state_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_county_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip5",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_zip_last4",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_congressional",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recipient_location_congressional_code_current",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line1",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line2",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_address_line3",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "legal_entity_country_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_star",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_curr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_perf_potential_e",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "ordering_period_end_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_date",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "current_total_value_award",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "potential_total_value_awar",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "total_obligated_amount",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_exercised_options_val",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "base_and_all_options_value",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_co",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_sub_tier_agency_na",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_office_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_iden",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_agency_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "funding_agency_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_performance_state",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perfor_state_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perform_country_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_perf_country_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "idv_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_idv_type_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_doing_as_business_n",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_phone_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "vendor_fax_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_award_i",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multiple_or_single_aw_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_single",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "referenced_mult_or_si_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_of_idc_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "a_76_fair_act_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_program_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "dod_claimant_prog_cod_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_planning",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "clinger_cohen_act_pla_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acquisitio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_acqui_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_progr",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "commercial_item_test_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "consolidated_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitarian_o",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contingency_humanitar_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_bundling_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contract_financing_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_deter",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "contracting_officers_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_accounting_stand_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cost_or_pricing_data_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_serv",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "country_of_product_or_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rate_req",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "construction_wage_rat_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "evaluated_preference_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_competed",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "extent_compete_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fed_biz_opps_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_funding",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "foreign_funding_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_prope",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "government_furnished_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technology_com",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "information_technolog_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contracting_au",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "interagency_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "local_area_set_aside_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "major_program",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_payment_m",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "purchase_card_as_paym_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "multi_year_contract_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "national_interest_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_actions",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "number_of_offers_received",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_statutory_authority",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_service",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "performance_based_se_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "place_of_manufacture_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "price_evaluation_adjustmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "product_or_service_co_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_acronym",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_open_c",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "other_than_full_and_o_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_sustai",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "recovered_materials_s_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "research_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sea_transportation_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "labor_standards_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "small_business_competitive",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "solicitation_identifier",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedures",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_procedur_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limited_s",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "fair_opportunity_limi_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "subcontracting_plan_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equipmen",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "program_system_or_equ_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_set_aside_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_product",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "epa_designated_produc_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_article",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "materials_supplies_descrip",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "transaction_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "sam_exception_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "city_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "county_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "inter_municipal_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "local_government_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "municipality_local_governm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_district_local_gove",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "township_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_state_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_federal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federal_agency",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "federally_funded_research",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_tribal_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_developed_corpor",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "labor_surplus_area_firm",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_not_tax_e",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "corporate_entity_tax_exemp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "partnership_or_limited_lia",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sole_proprietorship",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_agricultural_coopera",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "international_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_government_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "emerging_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c8a_program_participant",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "sba_certified_8_a_joint_ve",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "dot_certified_disadvantage",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "self_certified_small_disad",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_underutilized",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "small_disadvantaged_busine",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "the_ability_one_program",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "historically_black_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1862_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1890_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "c1994_land_grant_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "private_university_or_coll",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "school_of_forestry",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "state_controlled_instituti",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribal_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_college",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "educational_institution",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_servicing_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "community_development_corp",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_servicing",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "domestic_shelter",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "manufacturer_of_goods",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hospital_flag",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veterinary_hospital",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_servicing_institu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foundation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "woman_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "minority_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "women_owned_small_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "economically_disadvantaged",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_women_owned",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "joint_venture_economically",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "veteran_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "service_disabled_veteran_o",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "contracts",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "grants",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "receives_contracts_and_gra",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "airport_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "council_of_governments",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "housing_authorities_public",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "interstate_entity",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "planning_commission",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "port_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "transit_authority",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subchapter_s_corporation",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "limited_liability_corporat",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "foreign_owned_and_located",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "american_indian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "alaskan_native_owned_corpo",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "indian_tribe_federally_rec",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_hawaiian_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "tribally_owned_business",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "asian_pacific_american_own",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "black_american_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "hispanic_american_owned_bu",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "native_american_owned_busi",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "subcontinent_asian_asian_i",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_minority_owned_busin",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "for_profit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "nonprofit_organization",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "other_not_for_profit_organ",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "us_local_government",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "referenced_idv_modificatio",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "undefinitized_action_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_entity",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "domestic_or_foreign_e_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "pulled_from",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "last_modified",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "cage_code",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_func",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "inherently_government_desc",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "organizational_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "solicitation_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "officer_1_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_1_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_2_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_2_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_3_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_3_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_4_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_4_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "officer_5_name",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "officer_5_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        }
      ],
      "name": "rpt.vw_transaction_fpds",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "view"
    },
    {
      "columns": [
        {
          "name": "id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "award_id",
          "native_type": "bigint",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "usaspending_unique_transaction_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "period_of_performance_start_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "period_of_performance_current_end_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "action_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "action_type",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "action_type_description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "federal_action_obligation",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "original_loan_subsidy_cost",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "face_value_loan_guarantee",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "indirect_federal_sharing",
          "native_type": "numeric",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "modification_number",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "awarding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "funding_agency_id",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "description",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "last_modified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "certified_date",
          "native_type": "date",
          "nullable": true,
          "type": "date"
        },
        {
          "name": "create_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "update_date",
          "native_type": "timestamp with time zone",
          "nullable": true,
          "type": "timestamp"
        },
        {
          "name": "fiscal_year",
          "native_type": "integer",
          "nullable": true,
          "type": "integer"
        },
        {
          "name": "transaction_unique_id",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "is_fpds",
          "native_type": "boolean",
          "nullable": true,
          "type": "boolean"
        },
        {
          "name": "funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "non_federal_funding_amount",
          "native_type": "numeric(23,2)",
          "nullable": true,
          "type": "number"
        },
        {
          "name": "unique_award_key",
          "native_type": "text",
          "nullable": true,
          "type": "string"
        },
        {
          "name": "business_categories",
          "native_type": "text[]",
          "nullable": true,
          "type": "array"
        }
      ],
      "name": "rpt.vw_transaction_normalized",
      "provenance": "upstream",
      "queryable": false,
      "relation_type": "view"
    }
  ],
  "title": "USAspending Federal Awards"
}
