Schema Info

Schema Name: sfdl_prod_drivethru.netsuite_netsuite_contract_line
  • created: 2024-10-30 11:50:17
  • disabled: False
  • format: raw
  • id: 1998
  • is_partitioned: True
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_prod_drivethru",
        "table": "netsuite_netsuite_contract_line"
    }
  • type: drivethrujson
Schema Versions: 2
    • created: 2024-11-05 19:07:36
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_contract_line`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.netsuite_netsuite_contract_line`\n(\n`contract_line_status`STRING,`transaction_line_unique_id`STRING,`customer_company_name`STRING,`rate`STRING,`first_recurring_bill_date`STRING,`next_bill_date`STRING,`qty`STRING,`lastmodified`STRING,`incontract_action`STRING,`customer_internal_id`STRING,`full_monthly_value`STRING,`contract_subsidiary`STRING,`sales_order_internal_id`STRING,`replaces`STRING,`customer_sfdc_id`STRING,`end_date`STRING,`contract_internal_id`STRING,`replaced_by`STRING,`item`STRING,`sales_order_document_number`STRING,`billing_frequency`STRING,`contract_status`STRING,`start_date`STRING,`contract_line_internal_id`STRING,`contract_billing_day`STRING,`net_monthly_value`STRING,`cancellation_date`STRING,`end_of_term_action`STRING,`last_billed_date`STRING\n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line'\n",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_contract_line"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line
    • id: 1075800
    • processed: 1
    • raw_data:
      {
          "billing_frequency": "Monthly",
          "cancellation_date": null,
          "contract_billing_day": 1,
          "contract_internal_id": 18361,
          "contract_line_internal_id": 83099,
          "contract_line_status": "Active",
          "contract_status": "Active",
          "contract_subsidiary": "SiteLink Software, LLC",
          "customer_company_name": "TnT Management - Palmyra Mini Storage",
          "customer_internal_id": 1734653,
          "customer_sfdc_id": "001C0000010jkp9IAA",
          "end_date": null,
          "end_of_term_action": "Perpetual Evergreen",
          "first_recurring_bill_date": "10/1/2024",
          "full_monthly_value": 63,
          "incontract_action": "Cross-sell",
          "item": "Collection Manager Pro for SiteLink",
          "last_billed_date": "11/1/2024",
          "lastmodified": "11/5/2024 3:47:24 am",
          "net_monthly_value": 63,
          "next_bill_date": "12/1/2024",
          "qty": 1,
          "rate": 63,
          "replaced_by": null,
          "replaces": null,
          "sales_order_document_number": "8807672",
          "sales_order_internal_id": 11112227,
          "start_date": "10/1/2024",
          "transaction_line_unique_id": "11112227-paki811"
      }
    • schema_attributes:
      {
          "billing_frequency": "string",
          "cancellation_date": "string",
          "contract_billing_day": "string",
          "contract_internal_id": "string",
          "contract_line_internal_id": "string",
          "contract_line_status": "string",
          "contract_status": "string",
          "contract_subsidiary": "string",
          "customer_company_name": "string",
          "customer_internal_id": "string",
          "customer_sfdc_id": "string",
          "end_date": "string",
          "end_of_term_action": "string",
          "first_recurring_bill_date": "string",
          "full_monthly_value": "string",
          "incontract_action": "string",
          "item": "string",
          "last_billed_date": "string",
          "lastmodified": "string",
          "net_monthly_value": "string",
          "next_bill_date": "string",
          "qty": "string",
          "rate": "string",
          "replaced_by": "string",
          "replaces": "string",
          "sales_order_document_number": "string",
          "sales_order_internal_id": "string",
          "start_date": "string",
          "transaction_line_unique_id": "string"
      }
    • schema_name_id: 1998
    • schema_scan_id: 131003834
    • updated: 2024-11-05 19:07:50
    • created: 2024-10-30 11:50:20
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_contract_line`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.netsuite_netsuite_contract_line`\n(\n`customer_internal_id`STRING,`customer_company_name`STRING,`customer_sfdc_id`STRING,`contract_internal_id`STRING,`contract_billing_day`STRING,`contract_subsidiary`STRING,`contract_status`STRING,`contract_line_internal_id`STRING,`billing_frequency`STRING,`item`STRING,`qty`STRING,`full_monthly_value`STRING,`net_monthly_value`STRING,`rate`STRING,`contract_line_status`STRING,`start_date`STRING,`end_date`STRING,`cancellation_date`STRING,`first_recurring_bill_date`STRING,`last_billed_date`STRING,`next_bill_date`STRING,`end_of_term_action`STRING,`incontract_action`STRING,`replaces`STRING,`replaced_by`STRING,`sales_order_internal_id`STRING,`sales_order_document_number`STRING,`transaction_line_unique_id`STRING\n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line'\n",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_contract_line"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line
    • id: 1068661
    • processed: 1
    • raw_data:
      {
          "billing_frequency": "Monthly",
          "cancellation_date": null,
          "contract_billing_day": 1,
          "contract_internal_id": 25082,
          "contract_line_internal_id": 47004,
          "contract_line_status": "Active",
          "contract_status": "Active",
          "contract_subsidiary": "SiteLink Software, LLC",
          "customer_company_name": "H & H Mini Unit Storage",
          "customer_internal_id": 1985314,
          "customer_sfdc_id": "001C0000010jh5gIAA",
          "end_date": null,
          "end_of_term_action": "Perpetual Evergreen",
          "first_recurring_bill_date": "1/1/2024",
          "full_monthly_value": 295,
          "incontract_action": "Price Change",
          "item": "SiteLink Web Edition",
          "last_billed_date": "10/1/2024",
          "net_monthly_value": 90,
          "next_bill_date": "11/1/2024",
          "qty": 1,
          "rate": 295,
          "replaced_by": null,
          "replaces": "46956 - SiteLink Web Edition - 12/13/2023",
          "sales_order_document_number": "8776415",
          "sales_order_internal_id": 8697436,
          "start_date": "12/13/2023",
          "transaction_line_unique_id": "8697436-odegLU1"
      }
    • schema_attributes:
      {
          "billing_frequency": "string",
          "cancellation_date": "string",
          "contract_billing_day": "string",
          "contract_internal_id": "string",
          "contract_line_internal_id": "string",
          "contract_line_status": "string",
          "contract_status": "string",
          "contract_subsidiary": "string",
          "customer_company_name": "string",
          "customer_internal_id": "string",
          "customer_sfdc_id": "string",
          "end_date": "string",
          "end_of_term_action": "string",
          "first_recurring_bill_date": "string",
          "full_monthly_value": "string",
          "incontract_action": "string",
          "item": "string",
          "last_billed_date": "string",
          "net_monthly_value": "string",
          "next_bill_date": "string",
          "qty": "string",
          "rate": "string",
          "replaced_by": "string",
          "replaces": "string",
          "sales_order_document_number": "string",
          "sales_order_internal_id": "string",
          "start_date": "string",
          "transaction_line_unique_id": "string"
      }
    • schema_name_id: 1998
    • schema_scan_id: 130547381
    • updated: 2024-10-30 11:50:33
Schema Scans: 4
Last at 2026-04-16 19:04:49
    • duration: 0:00:04.186335
    • exit_message:
      {
          "ddl_changed": false,
          "partitions_applied": true,
          "success": true
      }
    • id: 162152273
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-16",
              "name": "dt",
              "type": "string",
              "value": "2026-04-16"
          },
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line",
              "key": "raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-16/netsuite_contract_line_part_1_17-04-35-180.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_contract_line",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 7337268467687184382,
              "service_name": "drive-thru",
              "span_id": 691643894376669493,
              "trace_id": 16108782821803159616
          }
      }
    • running: False
    • schema_name_id: 1998
    • start_time: 2026-04-16 19:04:49
    • success: True
    • trace_id: 16108782821803159616
    • duration: 0:00:06.806763
    • exit_message:
      {
          "ddl_changed": false,
          "partitions_applied": true,
          "success": true
      }
    • id: 162096328
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-15",
              "name": "dt",
              "type": "string",
              "value": "2026-04-15"
          },
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line",
              "key": "raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-15/netsuite_contract_line_part_1_17-04-24-525.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_contract_line",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 8159192086184535958,
              "service_name": "drive-thru",
              "span_id": 15277747289808928125,
              "trace_id": 4958493725612618263
          }
      }
    • running: False
    • schema_name_id: 1998
    • start_time: 2026-04-15 19:04:32
    • success: True
    • trace_id: 4958493725612618263
    • duration: 0:00:22.329811
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 2,
          "partitions_applied": false,
          "success": true
      }
    • id: 131003834
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2024-11-05",
              "name": "dt",
              "type": "string",
              "value": "2024-11-05"
          },
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line",
              "key": "raw_incremental/netsuite_netsuite_contract_line/dt=2024-11-05/netsuite_contract_line_part_4.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_contract_line",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 16452170587087287387,
              "service_name": "drive-thru",
              "span_id": 18351723476091844995,
              "trace_id": 14608806323756882517
          }
      }
    • running: False
    • schema_name_id: 1998
    • start_time: 2024-11-05 19:07:30
    • success: True
    • trace_id: 14608806323756882517
    • duration: 0:00:19.696559
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 1,
          "partitions_applied": false,
          "success": true
      }
    • id: 130547381
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2024-10-30",
              "name": "dt",
              "type": "string",
              "value": "2024-10-30"
          },
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line",
              "key": "raw_incremental/netsuite_netsuite_contract_line/dt=2024-10-30/netsuite_contract_line_part_9.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_contract_line",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 11309070364041683857,
              "service_name": "drive-thru",
              "span_id": 4384045118011478330,
              "trace_id": 5949857229662732531
          }
      }
    • running: False
    • schema_name_id: 1998
    • start_time: 2024-10-30 11:50:17
    • success: True
    • trace_id: 5949857229662732531
Partitions:
  • count: 184
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_prod_drivethru.netsuite_netsuite_contract_line`\nADD\n\n\n PARTITION (dt='2025-10-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-15/'\n PARTITION (dt='2025-10-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-16/'\n PARTITION (dt='2025-10-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-17/'\n PARTITION (dt='2025-10-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-18/'\n PARTITION (dt='2025-10-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-19/'\n PARTITION (dt='2025-10-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-20/'\n PARTITION (dt='2025-10-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-21/'\n PARTITION (dt='2025-10-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-22/'\n PARTITION (dt='2025-10-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-23/'\n PARTITION (dt='2025-10-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-24/'\n PARTITION (dt='2025-10-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-25/'\n PARTITION (dt='2025-10-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-26/'\n PARTITION (dt='2025-10-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-27/'\n PARTITION (dt='2025-10-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-28/'\n PARTITION (dt='2025-10-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-29/'\n PARTITION (dt='2025-10-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-30/'\n PARTITION (dt='2025-10-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-31/'\n PARTITION (dt='2025-11-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-01/'\n PARTITION (dt='2025-11-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-02/'\n PARTITION (dt='2025-11-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-03/'\n PARTITION (dt='2025-11-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-04/'\n PARTITION (dt='2025-11-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-05/'\n PARTITION (dt='2025-11-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-06/'\n PARTITION (dt='2025-11-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-07/'\n PARTITION (dt='2025-11-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-08/'\n PARTITION (dt='2025-11-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-09/'\n PARTITION (dt='2025-11-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-10/'\n PARTITION (dt='2025-11-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-11/'\n PARTITION (dt='2025-11-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-12/'\n PARTITION (dt='2025-11-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-13/'\n PARTITION (dt='2025-11-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-14/'\n PARTITION (dt='2025-11-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-15/'\n PARTITION (dt='2025-11-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-16/'\n PARTITION (dt='2025-11-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-17/'\n PARTITION (dt='2025-11-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-18/'\n PARTITION (dt='2025-11-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-19/'\n PARTITION (dt='2025-11-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-20/'\n PARTITION (dt='2025-11-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-21/'\n PARTITION (dt='2025-11-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-22/'\n PARTITION (dt='2025-11-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-23/'\n PARTITION (dt='2025-11-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-24/'\n PARTITION (dt='2025-11-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-25/'\n PARTITION (dt='2025-11-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-26/'\n PARTITION (dt='2025-11-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-27/'\n PARTITION (dt='2025-11-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-28/'\n PARTITION (dt='2025-11-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-29/'\n PARTITION (dt='2025-11-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-30/'\n PARTITION (dt='2025-12-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-01/'\n PARTITION (dt='2025-12-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-02/'\n PARTITION (dt='2025-12-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-03/'\n PARTITION (dt='2025-12-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-04/'\n PARTITION (dt='2025-12-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-05/'\n PARTITION (dt='2025-12-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-06/'\n PARTITION (dt='2025-12-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-07/'\n PARTITION (dt='2025-12-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-08/'\n PARTITION (dt='2025-12-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-09/'\n PARTITION (dt='2025-12-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-10/'\n PARTITION (dt='2025-12-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-11/'\n PARTITION (dt='2025-12-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-12/'\n PARTITION (dt='2025-12-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-13/'\n PARTITION (dt='2025-12-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-14/'\n PARTITION (dt='2025-12-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-15/'\n PARTITION (dt='2025-12-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-16/'\n PARTITION (dt='2025-12-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-17/'\n PARTITION (dt='2025-12-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-18/'\n PARTITION (dt='2025-12-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-19/'\n PARTITION (dt='2025-12-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-20/'\n PARTITION (dt='2025-12-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-21/'\n PARTITION (dt='2025-12-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-22/'\n PARTITION (dt='2025-12-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-23/'\n PARTITION (dt='2025-12-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-24/'\n PARTITION (dt='2025-12-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-25/'\n PARTITION (dt='2025-12-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-26/'\n PARTITION (dt='2025-12-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-27/'\n PARTITION (dt='2025-12-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-28/'\n PARTITION (dt='2025-12-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-29/'\n PARTITION (dt='2025-12-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-30/'\n PARTITION (dt='2025-12-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-31/'\n PARTITION (dt='2026-01-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-01/'\n PARTITION (dt='2026-01-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-02/'\n PARTITION (dt='2026-01-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-03/'\n PARTITION (dt='2026-01-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-04/'\n PARTITION (dt='2026-01-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-05/'\n PARTITION (dt='2026-01-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-06/'\n PARTITION (dt='2026-01-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-07/'\n PARTITION (dt='2026-01-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-08/'\n PARTITION (dt='2026-01-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-09/'\n PARTITION (dt='2026-01-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-10/'\n PARTITION (dt='2026-01-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-11/'\n PARTITION (dt='2026-01-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-12/'\n PARTITION (dt='2026-01-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-13/'\n PARTITION (dt='2026-01-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-14/'\n PARTITION (dt='2026-01-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-15/'\n PARTITION (dt='2026-01-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-16/'\n PARTITION (dt='2026-01-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-17/'\n PARTITION (dt='2026-01-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-18/'\n PARTITION (dt='2026-01-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-19/'\n PARTITION (dt='2026-01-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-20/'\n PARTITION (dt='2026-01-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-21/'\n PARTITION (dt='2026-01-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-22/'\n PARTITION (dt='2026-01-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-23/'\n PARTITION (dt='2026-01-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-24/'\n PARTITION (dt='2026-01-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-25/'\n PARTITION (dt='2026-01-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-26/'\n PARTITION (dt='2026-01-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-27/'\n PARTITION (dt='2026-01-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-28/'\n PARTITION (dt='2026-01-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-29/'\n PARTITION (dt='2026-01-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-30/'\n PARTITION (dt='2026-01-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-31/'\n PARTITION (dt='2026-02-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-01/'\n PARTITION (dt='2026-02-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-02/'\n PARTITION (dt='2026-02-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-03/'\n PARTITION (dt='2026-02-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-04/'\n PARTITION (dt='2026-02-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-05/'\n PARTITION (dt='2026-02-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-06/'\n PARTITION (dt='2026-02-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-07/'\n PARTITION (dt='2026-02-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-08/'\n PARTITION (dt='2026-02-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-09/'\n PARTITION (dt='2026-02-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-10/'\n PARTITION (dt='2026-02-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-11/'\n PARTITION (dt='2026-02-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-12/'\n PARTITION (dt='2026-02-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-13/'\n PARTITION (dt='2026-02-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-14/'\n PARTITION (dt='2026-02-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-15/'\n PARTITION (dt='2026-02-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-16/'\n PARTITION (dt='2026-02-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-17/'\n PARTITION (dt='2026-02-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-18/'\n PARTITION (dt='2026-02-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-19/'\n PARTITION (dt='2026-02-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-20/'\n PARTITION (dt='2026-02-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-21/'\n PARTITION (dt='2026-02-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-22/'\n PARTITION (dt='2026-02-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-23/'\n PARTITION (dt='2026-02-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-24/'\n PARTITION (dt='2026-02-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-25/'\n PARTITION (dt='2026-02-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-26/'\n PARTITION (dt='2026-02-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-27/'\n PARTITION (dt='2026-02-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-28/'\n PARTITION (dt='2026-03-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-01/'\n PARTITION (dt='2026-03-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-02/'\n PARTITION (dt='2026-03-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-03/'\n PARTITION (dt='2026-03-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-04/'\n PARTITION (dt='2026-03-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-05/'\n PARTITION (dt='2026-03-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-06/'\n PARTITION (dt='2026-03-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-07/'\n PARTITION (dt='2026-03-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-08/'\n PARTITION (dt='2026-03-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-09/'\n PARTITION (dt='2026-03-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-10/'\n PARTITION (dt='2026-03-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-11/'\n PARTITION (dt='2026-03-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-12/'\n PARTITION (dt='2026-03-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-13/'\n PARTITION (dt='2026-03-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-14/'\n PARTITION (dt='2026-03-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-15/'\n PARTITION (dt='2026-03-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-16/'\n PARTITION (dt='2026-03-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-17/'\n PARTITION (dt='2026-03-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-18/'\n PARTITION (dt='2026-03-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-19/'\n PARTITION (dt='2026-03-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-20/'\n PARTITION (dt='2026-03-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-21/'\n PARTITION (dt='2026-03-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-22/'\n PARTITION (dt='2026-03-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-23/'\n PARTITION (dt='2026-03-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-24/'\n PARTITION (dt='2026-03-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-25/'\n PARTITION (dt='2026-03-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-26/'\n PARTITION (dt='2026-03-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-27/'\n PARTITION (dt='2026-03-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-28/'\n PARTITION (dt='2026-03-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-29/'\n PARTITION (dt='2026-03-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-30/'\n PARTITION (dt='2026-03-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-31/'\n PARTITION (dt='2026-04-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-01/'\n PARTITION (dt='2026-04-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-02/'\n PARTITION (dt='2026-04-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-03/'\n PARTITION (dt='2026-04-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-04/'\n PARTITION (dt='2026-04-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-05/'\n PARTITION (dt='2026-04-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-06/'\n PARTITION (dt='2026-04-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-07/'\n PARTITION (dt='2026-04-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-08/'\n PARTITION (dt='2026-04-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-09/'\n PARTITION (dt='2026-04-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-10/'\n PARTITION (dt='2026-04-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-11/'\n PARTITION (dt='2026-04-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-12/'\n PARTITION (dt='2026-04-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-13/'\n PARTITION (dt='2026-04-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-14/'\n PARTITION (dt='2026-04-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-15/'\n PARTITION (dt='2026-04-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-16/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 1566189,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-15/",
                "name": "dt",
                "value": "2025-10-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-15 19:04:15",
                    "last_data": "2025-10-15 19:04:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1568516,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-16/",
                "name": "dt",
                "value": "2025-10-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-16 19:03:30",
                    "last_data": "2025-10-16 19:03:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1595818,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-17/",
                "name": "dt",
                "value": "2025-10-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-17 19:04:22",
                    "last_data": "2025-10-17 19:04:22"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1596075,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-18/",
                "name": "dt",
                "value": "2025-10-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-18 19:03:27",
                    "last_data": "2025-10-18 19:03:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1596648,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-19/",
                "name": "dt",
                "value": "2025-10-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-19 19:03:16",
                    "last_data": "2025-10-19 19:03:16"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1596861,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-20/",
                "name": "dt",
                "value": "2025-10-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-20 19:11:09",
                    "last_data": "2025-10-20 19:11:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597108,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-21/",
                "name": "dt",
                "value": "2025-10-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-21 19:10:45",
                    "last_data": "2025-10-21 19:10:45"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597352,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-22/",
                "name": "dt",
                "value": "2025-10-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-22 19:32:45",
                    "last_data": "2025-10-22 19:32:45"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597573,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-23/",
                "name": "dt",
                "value": "2025-10-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-23 19:22:46",
                    "last_data": "2025-10-23 19:22:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597834,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-24/",
                "name": "dt",
                "value": "2025-10-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-24 19:08:53",
                    "last_data": "2025-10-24 19:08:53"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1598080,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-25/",
                "name": "dt",
                "value": "2025-10-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-25 19:29:11",
                    "last_data": "2025-10-25 19:29:11"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1598306,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-26/",
                "name": "dt",
                "value": "2025-10-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-26 19:20:29",
                    "last_data": "2025-10-26 19:20:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1598539,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-27/",
                "name": "dt",
                "value": "2025-10-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-27 19:14:13",
                    "last_data": "2025-10-27 19:14:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1598777,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-28/",
                "name": "dt",
                "value": "2025-10-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-28 19:33:28",
                    "last_data": "2025-10-28 19:33:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599006,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-29/",
                "name": "dt",
                "value": "2025-10-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-29 19:13:48",
                    "last_data": "2025-10-29 19:13:48"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599244,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-30/",
                "name": "dt",
                "value": "2025-10-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-30 19:23:50",
                    "last_data": "2025-10-30 19:23:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599469,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-31/",
                "name": "dt",
                "value": "2025-10-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-31 19:07:23",
                    "last_data": "2025-10-31 19:07:23"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599915,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-01/",
                "name": "dt",
                "value": "2025-11-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-01 19:52:20",
                    "last_data": "2025-11-01 19:52:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600213,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-02/",
                "name": "dt",
                "value": "2025-11-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-02 19:26:00",
                    "last_data": "2025-11-02 19:26:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600456,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-03/",
                "name": "dt",
                "value": "2025-11-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-03 19:29:13",
                    "last_data": "2025-11-03 19:29:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600696,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-04/",
                "name": "dt",
                "value": "2025-11-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-04 19:17:02",
                    "last_data": "2025-11-04 19:17:02"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600929,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-05/",
                "name": "dt",
                "value": "2025-11-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-05 19:29:39",
                    "last_data": "2025-11-05 19:29:39"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601174,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-06/",
                "name": "dt",
                "value": "2025-11-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-06 19:39:29",
                    "last_data": "2025-11-06 19:39:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601429,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-07/",
                "name": "dt",
                "value": "2025-11-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-07 19:22:51",
                    "last_data": "2025-11-07 19:22:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601674,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-08/",
                "name": "dt",
                "value": "2025-11-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-08 19:42:30",
                    "last_data": "2025-11-08 19:42:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601904,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-09/",
                "name": "dt",
                "value": "2025-11-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-09 19:27:32",
                    "last_data": "2025-11-09 19:27:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602146,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-10/",
                "name": "dt",
                "value": "2025-11-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-10 19:20:46",
                    "last_data": "2025-11-10 19:20:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602385,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-11/",
                "name": "dt",
                "value": "2025-11-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-11 19:31:12",
                    "last_data": "2025-11-11 19:31:12"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602625,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-12/",
                "name": "dt",
                "value": "2025-11-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-12 19:37:42",
                    "last_data": "2025-11-12 19:37:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602852,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-13/",
                "name": "dt",
                "value": "2025-11-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-13 19:12:36",
                    "last_data": "2025-11-13 19:12:36"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1603092,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-14/",
                "name": "dt",
                "value": "2025-11-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-14 19:21:54",
                    "last_data": "2025-11-14 19:21:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1603353,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-15/",
                "name": "dt",
                "value": "2025-11-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-15 19:42:23",
                    "last_data": "2025-11-15 19:42:23"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1605757,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-16/",
                "name": "dt",
                "value": "2025-11-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-16 19:31:17",
                    "last_data": "2025-11-16 19:31:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1605988,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-17/",
                "name": "dt",
                "value": "2025-11-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-17 19:18:26",
                    "last_data": "2025-11-17 19:18:26"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606251,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-18/",
                "name": "dt",
                "value": "2025-11-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-18 19:18:02",
                    "last_data": "2025-11-18 19:18:02"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606479,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-19/",
                "name": "dt",
                "value": "2025-11-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-19 19:24:38",
                    "last_data": "2025-11-19 19:24:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606724,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-20/",
                "name": "dt",
                "value": "2025-11-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-20 19:21:38",
                    "last_data": "2025-11-20 19:21:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606970,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-21/",
                "name": "dt",
                "value": "2025-11-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-21 19:20:26",
                    "last_data": "2025-11-21 19:20:26"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1607748,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-22/",
                "name": "dt",
                "value": "2025-11-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-22 19:17:25",
                    "last_data": "2025-11-22 19:17:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1607968,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-23/",
                "name": "dt",
                "value": "2025-11-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-23 19:14:42",
                    "last_data": "2025-11-23 19:14:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608212,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-24/",
                "name": "dt",
                "value": "2025-11-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-24 19:18:32",
                    "last_data": "2025-11-24 19:18:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608452,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-25/",
                "name": "dt",
                "value": "2025-11-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-25 19:16:32",
                    "last_data": "2025-11-25 19:16:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608685,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-26/",
                "name": "dt",
                "value": "2025-11-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-26 19:21:09",
                    "last_data": "2025-11-26 19:21:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608908,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-27/",
                "name": "dt",
                "value": "2025-11-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-27 19:27:28",
                    "last_data": "2025-11-27 19:27:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1609142,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-28/",
                "name": "dt",
                "value": "2025-11-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-28 19:23:37",
                    "last_data": "2025-11-28 19:23:37"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1609360,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-29/",
                "name": "dt",
                "value": "2025-11-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-29 19:14:17",
                    "last_data": "2025-11-29 19:14:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1609594,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-30/",
                "name": "dt",
                "value": "2025-11-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-30 19:24:38",
                    "last_data": "2025-11-30 19:24:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1609849,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-01/",
                "name": "dt",
                "value": "2025-12-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-01 19:16:33",
                    "last_data": "2025-12-01 19:16:33"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1610084,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-02/",
                "name": "dt",
                "value": "2025-12-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-02 19:16:10",
                    "last_data": "2025-12-02 19:16:10"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1610323,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-03/",
                "name": "dt",
                "value": "2025-12-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-03 19:20:25",
                    "last_data": "2025-12-03 19:20:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1610559,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-04/",
                "name": "dt",
                "value": "2025-12-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-04 19:17:07",
                    "last_data": "2025-12-04 19:17:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611072,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-05/",
                "name": "dt",
                "value": "2025-12-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-05 19:15:57",
                    "last_data": "2025-12-05 19:15:57"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611303,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-06/",
                "name": "dt",
                "value": "2025-12-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-06 19:21:13",
                    "last_data": "2025-12-06 19:21:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611531,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-07/",
                "name": "dt",
                "value": "2025-12-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-07 19:28:27",
                    "last_data": "2025-12-07 19:28:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611770,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-08/",
                "name": "dt",
                "value": "2025-12-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-08 19:14:09",
                    "last_data": "2025-12-08 19:14:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1612251,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-09/",
                "name": "dt",
                "value": "2025-12-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-09 19:15:54",
                    "last_data": "2025-12-09 19:15:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1612484,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-10/",
                "name": "dt",
                "value": "2025-12-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-10 19:13:24",
                    "last_data": "2025-12-10 19:13:24"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1612742,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-11/",
                "name": "dt",
                "value": "2025-12-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-11 19:24:27",
                    "last_data": "2025-12-11 19:24:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613014,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-12/",
                "name": "dt",
                "value": "2025-12-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-12 19:18:18",
                    "last_data": "2025-12-12 19:18:18"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613288,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-13/",
                "name": "dt",
                "value": "2025-12-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-13 19:16:13",
                    "last_data": "2025-12-13 19:16:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613512,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-14/",
                "name": "dt",
                "value": "2025-12-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-14 19:18:06",
                    "last_data": "2025-12-14 19:18:06"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613791,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-15/",
                "name": "dt",
                "value": "2025-12-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-15 19:18:11",
                    "last_data": "2025-12-15 19:18:11"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1616533,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-16/",
                "name": "dt",
                "value": "2025-12-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-16 19:15:29",
                    "last_data": "2025-12-16 19:15:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1616756,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-17/",
                "name": "dt",
                "value": "2025-12-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-17 19:14:34",
                    "last_data": "2025-12-17 19:14:34"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1616979,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-18/",
                "name": "dt",
                "value": "2025-12-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-18 19:21:56",
                    "last_data": "2025-12-18 19:21:56"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617195,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-19/",
                "name": "dt",
                "value": "2025-12-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-19 19:14:07",
                    "last_data": "2025-12-19 19:14:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617405,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-20/",
                "name": "dt",
                "value": "2025-12-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-20 19:13:21",
                    "last_data": "2025-12-20 19:13:21"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617652,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-21/",
                "name": "dt",
                "value": "2025-12-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-21 19:15:05",
                    "last_data": "2025-12-21 19:15:05"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617867,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-22/",
                "name": "dt",
                "value": "2025-12-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-22 19:05:06",
                    "last_data": "2025-12-22 19:05:06"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618090,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-23/",
                "name": "dt",
                "value": "2025-12-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-23 19:05:31",
                    "last_data": "2025-12-23 19:05:31"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618300,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-24/",
                "name": "dt",
                "value": "2025-12-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-24 19:04:20",
                    "last_data": "2025-12-24 19:04:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618512,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-25/",
                "name": "dt",
                "value": "2025-12-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-25 19:03:52",
                    "last_data": "2025-12-25 19:03:52"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618733,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-26/",
                "name": "dt",
                "value": "2025-12-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-26 19:04:05",
                    "last_data": "2025-12-26 19:04:05"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618938,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-27/",
                "name": "dt",
                "value": "2025-12-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-27 19:04:07",
                    "last_data": "2025-12-27 19:04:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619185,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-28/",
                "name": "dt",
                "value": "2025-12-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-28 19:04:40",
                    "last_data": "2025-12-28 19:04:40"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619416,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-29/",
                "name": "dt",
                "value": "2025-12-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-29 19:07:43",
                    "last_data": "2025-12-29 19:07:43"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619633,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-30/",
                "name": "dt",
                "value": "2025-12-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-30 19:06:08",
                    "last_data": "2025-12-30 19:06:08"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619848,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-31/",
                "name": "dt",
                "value": "2025-12-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-31 19:07:15",
                    "last_data": "2025-12-31 19:07:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620083,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-01/",
                "name": "dt",
                "value": "2026-01-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-01 19:06:13",
                    "last_data": "2026-01-01 19:06:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620300,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-02/",
                "name": "dt",
                "value": "2026-01-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-02 19:05:55",
                    "last_data": "2026-01-02 19:05:55"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620505,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-03/",
                "name": "dt",
                "value": "2026-01-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-03 19:05:12",
                    "last_data": "2026-01-03 19:05:12"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620722,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-04/",
                "name": "dt",
                "value": "2026-01-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-04 19:04:51",
                    "last_data": "2026-01-04 19:04:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620957,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-05/",
                "name": "dt",
                "value": "2026-01-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-05 19:08:04",
                    "last_data": "2026-01-05 19:08:04"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621174,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-06/",
                "name": "dt",
                "value": "2026-01-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-06 19:15:29",
                    "last_data": "2026-01-06 19:15:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621398,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-07/",
                "name": "dt",
                "value": "2026-01-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-07 19:08:18",
                    "last_data": "2026-01-07 19:08:18"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621619,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-08/",
                "name": "dt",
                "value": "2026-01-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-08 19:05:12",
                    "last_data": "2026-01-08 19:05:12"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621821,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-09/",
                "name": "dt",
                "value": "2026-01-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-09 19:04:50",
                    "last_data": "2026-01-09 19:04:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1622059,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-10/",
                "name": "dt",
                "value": "2026-01-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-10 19:03:54",
                    "last_data": "2026-01-10 19:03:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1622284,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-11/",
                "name": "dt",
                "value": "2026-01-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-11 19:04:55",
                    "last_data": "2026-01-11 19:04:55"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1622632,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-12/",
                "name": "dt",
                "value": "2026-01-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-12 19:05:40",
                    "last_data": "2026-01-12 19:05:40"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1622850,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-13/",
                "name": "dt",
                "value": "2026-01-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-13 19:07:00",
                    "last_data": "2026-01-13 19:07:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1623067,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-14/",
                "name": "dt",
                "value": "2026-01-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-14 19:05:48",
                    "last_data": "2026-01-14 19:05:48"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1623334,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-15/",
                "name": "dt",
                "value": "2026-01-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-15 19:05:05",
                    "last_data": "2026-01-15 19:05:05"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1625658,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-16/",
                "name": "dt",
                "value": "2026-01-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-16 19:05:42",
                    "last_data": "2026-01-16 19:05:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626079,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-17/",
                "name": "dt",
                "value": "2026-01-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-17 19:05:36",
                    "last_data": "2026-01-17 19:05:36"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626288,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-18/",
                "name": "dt",
                "value": "2026-01-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-18 19:04:24",
                    "last_data": "2026-01-18 19:04:24"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626514,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-19/",
                "name": "dt",
                "value": "2026-01-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-19 19:04:49",
                    "last_data": "2026-01-19 19:04:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626763,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-20/",
                "name": "dt",
                "value": "2026-01-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-20 19:04:42",
                    "last_data": "2026-01-20 19:04:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626983,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-21/",
                "name": "dt",
                "value": "2026-01-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-21 19:05:21",
                    "last_data": "2026-01-21 19:05:21"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627191,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-22/",
                "name": "dt",
                "value": "2026-01-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-22 19:05:07",
                    "last_data": "2026-01-22 19:05:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627408,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-23/",
                "name": "dt",
                "value": "2026-01-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-23 19:05:31",
                    "last_data": "2026-01-23 19:05:31"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627623,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-24/",
                "name": "dt",
                "value": "2026-01-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-24 19:04:52",
                    "last_data": "2026-01-24 19:04:52"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627832,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-25/",
                "name": "dt",
                "value": "2026-01-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-25 19:03:35",
                    "last_data": "2026-01-25 19:03:35"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628056,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-26/",
                "name": "dt",
                "value": "2026-01-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-26 19:05:39",
                    "last_data": "2026-01-26 19:05:39"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628271,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-27/",
                "name": "dt",
                "value": "2026-01-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-27 19:05:05",
                    "last_data": "2026-01-27 19:05:05"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628495,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-28/",
                "name": "dt",
                "value": "2026-01-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-28 19:08:08",
                    "last_data": "2026-01-28 19:08:08"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628722,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-29/",
                "name": "dt",
                "value": "2026-01-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-29 19:06:35",
                    "last_data": "2026-01-29 19:06:35"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628944,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-30/",
                "name": "dt",
                "value": "2026-01-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-30 19:05:28",
                    "last_data": "2026-01-30 19:05:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629151,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-31/",
                "name": "dt",
                "value": "2026-01-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-31 19:05:31",
                    "last_data": "2026-01-31 19:05:31"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629379,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-01/",
                "name": "dt",
                "value": "2026-02-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-01 19:05:41",
                    "last_data": "2026-02-01 19:05:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629608,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-02/",
                "name": "dt",
                "value": "2026-02-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-02 19:06:13",
                    "last_data": "2026-02-02 19:06:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629881,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-03/",
                "name": "dt",
                "value": "2026-02-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-03 19:04:55",
                    "last_data": "2026-02-03 19:04:55"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630106,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-04/",
                "name": "dt",
                "value": "2026-02-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-04 19:05:23",
                    "last_data": "2026-02-04 19:05:23"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630327,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-05/",
                "name": "dt",
                "value": "2026-02-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-05 19:05:48",
                    "last_data": "2026-02-05 19:05:48"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630552,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-06/",
                "name": "dt",
                "value": "2026-02-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-06 21:03:51",
                    "last_data": "2026-02-06 21:03:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630756,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-07/",
                "name": "dt",
                "value": "2026-02-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-07 19:04:25",
                    "last_data": "2026-02-07 19:04:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630968,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-08/",
                "name": "dt",
                "value": "2026-02-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-08 19:05:16",
                    "last_data": "2026-02-08 19:05:16"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631197,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-09/",
                "name": "dt",
                "value": "2026-02-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-09 19:04:51",
                    "last_data": "2026-02-09 19:04:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631427,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-10/",
                "name": "dt",
                "value": "2026-02-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-10 19:26:01",
                    "last_data": "2026-02-10 19:26:01"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631733,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-11/",
                "name": "dt",
                "value": "2026-02-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-11 19:04:51",
                    "last_data": "2026-02-11 19:04:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631958,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-12/",
                "name": "dt",
                "value": "2026-02-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-12 19:04:39",
                    "last_data": "2026-02-12 19:04:39"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1632263,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-13/",
                "name": "dt",
                "value": "2026-02-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-13 19:05:38",
                    "last_data": "2026-02-13 19:05:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1632467,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-14/",
                "name": "dt",
                "value": "2026-02-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-14 19:04:36",
                    "last_data": "2026-02-14 19:04:36"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1632739,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-15/",
                "name": "dt",
                "value": "2026-02-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-15 19:04:09",
                    "last_data": "2026-02-15 19:04:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635043,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-16/",
                "name": "dt",
                "value": "2026-02-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-16 19:04:52",
                    "last_data": "2026-02-16 19:04:52"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635263,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-17/",
                "name": "dt",
                "value": "2026-02-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-17 19:04:38",
                    "last_data": "2026-02-17 19:04:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635477,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-18/",
                "name": "dt",
                "value": "2026-02-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-18 19:04:46",
                    "last_data": "2026-02-18 19:04:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635689,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-19/",
                "name": "dt",
                "value": "2026-02-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-19 19:05:08",
                    "last_data": "2026-02-19 19:05:08"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635904,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-20/",
                "name": "dt",
                "value": "2026-02-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-20 19:04:53",
                    "last_data": "2026-02-20 19:04:53"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636118,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-21/",
                "name": "dt",
                "value": "2026-02-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-21 19:05:01",
                    "last_data": "2026-02-21 19:05:01"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636384,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-22/",
                "name": "dt",
                "value": "2026-02-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-22 19:04:24",
                    "last_data": "2026-02-22 19:04:24"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636664,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-23/",
                "name": "dt",
                "value": "2026-02-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-23 19:04:40",
                    "last_data": "2026-02-23 19:04:40"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636883,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-24/",
                "name": "dt",
                "value": "2026-02-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-24 19:05:28",
                    "last_data": "2026-02-24 19:05:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1637501,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-25/",
                "name": "dt",
                "value": "2026-02-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-25 19:04:50",
                    "last_data": "2026-02-25 19:04:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1637723,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-26/",
                "name": "dt",
                "value": "2026-02-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-26 19:05:03",
                    "last_data": "2026-02-26 19:05:03"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641112,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-27/",
                "name": "dt",
                "value": "2026-02-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-27 19:31:51",
                    "last_data": "2026-02-27 19:31:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641325,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-28/",
                "name": "dt",
                "value": "2026-02-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-28 19:07:29",
                    "last_data": "2026-02-28 19:07:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641563,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-01/",
                "name": "dt",
                "value": "2026-03-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-01 19:08:01",
                    "last_data": "2026-03-01 19:08:01"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641757,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-02/",
                "name": "dt",
                "value": "2026-03-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-02 19:05:39",
                    "last_data": "2026-03-02 19:05:39"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642003,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-03/",
                "name": "dt",
                "value": "2026-03-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-03 21:27:09",
                    "last_data": "2026-03-03 21:27:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642218,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-04/",
                "name": "dt",
                "value": "2026-03-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-04 19:06:44",
                    "last_data": "2026-03-04 19:06:44"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642434,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-05/",
                "name": "dt",
                "value": "2026-03-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-05 19:06:19",
                    "last_data": "2026-03-05 19:06:19"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642657,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-06/",
                "name": "dt",
                "value": "2026-03-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-06 19:05:23",
                    "last_data": "2026-03-06 19:05:23"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642867,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-07/",
                "name": "dt",
                "value": "2026-03-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-07 19:05:03",
                    "last_data": "2026-03-07 19:05:03"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1643118,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-08/",
                "name": "dt",
                "value": "2026-03-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-08 19:04:42",
                    "last_data": "2026-03-08 19:04:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1643870,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-09/",
                "name": "dt",
                "value": "2026-03-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-09 19:06:50",
                    "last_data": "2026-03-09 19:06:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1644942,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-10/",
                "name": "dt",
                "value": "2026-03-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-10 19:05:21",
                    "last_data": "2026-03-10 19:05:21"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645160,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-11/",
                "name": "dt",
                "value": "2026-03-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-11 19:05:49",
                    "last_data": "2026-03-11 19:05:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645373,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-12/",
                "name": "dt",
                "value": "2026-03-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-12 19:05:20",
                    "last_data": "2026-03-12 19:05:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645590,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-13/",
                "name": "dt",
                "value": "2026-03-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-13 19:04:25",
                    "last_data": "2026-03-13 19:04:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645796,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-14/",
                "name": "dt",
                "value": "2026-03-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-14 19:04:53",
                    "last_data": "2026-03-14 19:04:53"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1646076,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-15/",
                "name": "dt",
                "value": "2026-03-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-15 19:04:42",
                    "last_data": "2026-03-15 19:04:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648029,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-16/",
                "name": "dt",
                "value": "2026-03-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-16 19:05:10",
                    "last_data": "2026-03-16 19:05:10"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648244,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-17/",
                "name": "dt",
                "value": "2026-03-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-17 19:06:28",
                    "last_data": "2026-03-17 19:06:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648457,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-18/",
                "name": "dt",
                "value": "2026-03-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-18 19:06:13",
                    "last_data": "2026-03-18 19:06:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648704,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-19/",
                "name": "dt",
                "value": "2026-03-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-19 19:05:15",
                    "last_data": "2026-03-19 19:05:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648915,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-20/",
                "name": "dt",
                "value": "2026-03-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-20 19:06:41",
                    "last_data": "2026-03-20 19:06:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1649248,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-21/",
                "name": "dt",
                "value": "2026-03-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-21 19:06:04",
                    "last_data": "2026-03-21 19:06:04"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1649454,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-22/",
                "name": "dt",
                "value": "2026-03-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-22 19:06:00",
                    "last_data": "2026-03-22 19:06:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1649675,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-23/",
                "name": "dt",
                "value": "2026-03-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-23 19:07:10",
                    "last_data": "2026-03-23 19:07:10"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1649891,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-24/",
                "name": "dt",
                "value": "2026-03-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-24 19:06:03",
                    "last_data": "2026-03-24 19:06:03"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650143,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-25/",
                "name": "dt",
                "value": "2026-03-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-25 19:05:34",
                    "last_data": "2026-03-25 19:05:34"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650355,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-26/",
                "name": "dt",
                "value": "2026-03-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-26 19:05:38",
                    "last_data": "2026-03-26 19:05:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650571,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-27/",
                "name": "dt",
                "value": "2026-03-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-27 19:05:30",
                    "last_data": "2026-03-27 19:05:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650780,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-28/",
                "name": "dt",
                "value": "2026-03-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-28 19:04:49",
                    "last_data": "2026-03-28 19:04:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1651414,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-29/",
                "name": "dt",
                "value": "2026-03-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-29 19:04:46",
                    "last_data": "2026-03-29 19:04:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1651722,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-30/",
                "name": "dt",
                "value": "2026-03-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-30 19:05:10",
                    "last_data": "2026-03-30 19:05:10"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1651937,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-31/",
                "name": "dt",
                "value": "2026-03-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-31 19:06:07",
                    "last_data": "2026-03-31 19:06:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652165,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-01/",
                "name": "dt",
                "value": "2026-04-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-01 19:07:07",
                    "last_data": "2026-04-01 19:07:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652539,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-02/",
                "name": "dt",
                "value": "2026-04-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-02 19:05:54",
                    "last_data": "2026-04-02 19:05:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652752,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-03/",
                "name": "dt",
                "value": "2026-04-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-03 19:05:35",
                    "last_data": "2026-04-03 19:05:35"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652969,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-04/",
                "name": "dt",
                "value": "2026-04-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-04 19:05:15",
                    "last_data": "2026-04-04 19:05:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1656472,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-05/",
                "name": "dt",
                "value": "2026-04-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-05 19:04:56",
                    "last_data": "2026-04-05 19:04:56"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1656691,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-06/",
                "name": "dt",
                "value": "2026-04-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-06 19:06:03",
                    "last_data": "2026-04-06 19:06:03"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1656919,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-07/",
                "name": "dt",
                "value": "2026-04-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-07 19:09:27",
                    "last_data": "2026-04-07 19:09:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657321,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-08/",
                "name": "dt",
                "value": "2026-04-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-08 19:06:37",
                    "last_data": "2026-04-08 19:06:37"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657543,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-09/",
                "name": "dt",
                "value": "2026-04-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-09 19:05:29",
                    "last_data": "2026-04-09 19:05:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657762,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-10/",
                "name": "dt",
                "value": "2026-04-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-10 19:04:48",
                    "last_data": "2026-04-10 19:04:48"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657973,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-11/",
                "name": "dt",
                "value": "2026-04-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-11 19:05:11",
                    "last_data": "2026-04-11 19:05:11"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1658180,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-12/",
                "name": "dt",
                "value": "2026-04-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-12 19:04:17",
                    "last_data": "2026-04-12 19:04:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1658397,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-13/",
                "name": "dt",
                "value": "2026-04-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-13 19:05:22",
                    "last_data": "2026-04-13 19:05:22"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1658582,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-14/",
                "name": "dt",
                "value": "2026-04-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-14 19:04:32",
                    "last_data": "2026-04-14 19:04:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1659066,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-15/",
                "name": "dt",
                "value": "2026-04-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-15 19:04:36",
                    "last_data": "2026-04-15 19:04:36"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1661237,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-16/",
                "name": "dt",
                "value": "2026-04-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-16 19:04:50",
                    "last_data": "2026-04-16 19:04:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "billing_frequency": "string",
        "cancellation_date": "string",
        "contract_billing_day": "string",
        "contract_internal_id": "string",
        "contract_line_internal_id": "string",
        "contract_line_status": "string",
        "contract_status": "string",
        "contract_subsidiary": "string",
        "customer_company_name": "string",
        "customer_internal_id": "string",
        "customer_sfdc_id": "string",
        "end_date": "string",
        "end_of_term_action": "string",
        "first_recurring_bill_date": "string",
        "full_monthly_value": "string",
        "incontract_action": "string",
        "item": "string",
        "last_billed_date": "string",
        "lastmodified": "string",
        "net_monthly_value": "string",
        "next_bill_date": "string",
        "qty": "string",
        "rate": "string",
        "replaced_by": "string",
        "replaces": "string",
        "sales_order_document_number": "string",
        "sales_order_internal_id": "string",
        "start_date": "string",
        "transaction_line_unique_id": "string"
    }
  • created: 2024-11-05 19:07:36
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.netsuite_netsuite_contract_line`\n(\n`contract_line_status`STRING,`transaction_line_unique_id`STRING,`customer_company_name`STRING,`rate`STRING,`first_recurring_bill_date`STRING,`next_bill_date`STRING,`qty`STRING,`lastmodified`STRING,`incontract_action`STRING,`customer_internal_id`STRING,`full_monthly_value`STRING,`contract_subsidiary`STRING,`sales_order_internal_id`STRING,`replaces`STRING,`customer_sfdc_id`STRING,`end_date`STRING,`contract_internal_id`STRING,`replaced_by`STRING,`item`STRING,`sales_order_document_number`STRING,`billing_frequency`STRING,`contract_status`STRING,`start_date`STRING,`contract_line_internal_id`STRING,`contract_billing_day`STRING,`net_monthly_value`STRING,`cancellation_date`STRING,`end_of_term_action`STRING,`last_billed_date`STRING\n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_contract_line`",
        "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_contract_line"
    }
Server:
  • hostname: schemamanager-5475496c57-7dpqb
  • name: schema_manager
  • process_start: 2026-01-09 11:27:47
  • sf_env: prod
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2024-10-30 11:50:17",
        "disabled": false,
        "format": "raw",
        "id": 1998,
        "is_partitioned": true,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_prod_drivethru",
            "table": "netsuite_netsuite_contract_line"
        },
        "type": "drivethrujson"
    },
    "partition": {
        "count": 184,
        "ddl": [
            "ALTER TABLE\n    `sfdl_prod_drivethru.netsuite_netsuite_contract_line`\nADD\n\n\n PARTITION (dt='2025-10-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-15/'\n PARTITION (dt='2025-10-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-16/'\n PARTITION (dt='2025-10-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-17/'\n PARTITION (dt='2025-10-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-18/'\n PARTITION (dt='2025-10-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-19/'\n PARTITION (dt='2025-10-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-20/'\n PARTITION (dt='2025-10-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-21/'\n PARTITION (dt='2025-10-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-22/'\n PARTITION (dt='2025-10-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-23/'\n PARTITION (dt='2025-10-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-24/'\n PARTITION (dt='2025-10-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-25/'\n PARTITION (dt='2025-10-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-26/'\n PARTITION (dt='2025-10-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-27/'\n PARTITION (dt='2025-10-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-28/'\n PARTITION (dt='2025-10-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-29/'\n PARTITION (dt='2025-10-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-30/'\n PARTITION (dt='2025-10-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-31/'\n PARTITION (dt='2025-11-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-01/'\n PARTITION (dt='2025-11-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-02/'\n PARTITION (dt='2025-11-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-03/'\n PARTITION (dt='2025-11-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-04/'\n PARTITION (dt='2025-11-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-05/'\n PARTITION (dt='2025-11-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-06/'\n PARTITION (dt='2025-11-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-07/'\n PARTITION (dt='2025-11-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-08/'\n PARTITION (dt='2025-11-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-09/'\n PARTITION (dt='2025-11-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-10/'\n PARTITION (dt='2025-11-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-11/'\n PARTITION (dt='2025-11-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-12/'\n PARTITION (dt='2025-11-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-13/'\n PARTITION (dt='2025-11-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-14/'\n PARTITION (dt='2025-11-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-15/'\n PARTITION (dt='2025-11-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-16/'\n PARTITION (dt='2025-11-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-17/'\n PARTITION (dt='2025-11-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-18/'\n PARTITION (dt='2025-11-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-19/'\n PARTITION (dt='2025-11-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-20/'\n PARTITION (dt='2025-11-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-21/'\n PARTITION (dt='2025-11-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-22/'\n PARTITION (dt='2025-11-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-23/'\n PARTITION (dt='2025-11-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-24/'\n PARTITION (dt='2025-11-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-25/'\n PARTITION (dt='2025-11-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-26/'\n PARTITION (dt='2025-11-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-27/'\n PARTITION (dt='2025-11-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-28/'\n PARTITION (dt='2025-11-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-29/'\n PARTITION (dt='2025-11-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-30/'\n PARTITION (dt='2025-12-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-01/'\n PARTITION (dt='2025-12-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-02/'\n PARTITION (dt='2025-12-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-03/'\n PARTITION (dt='2025-12-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-04/'\n PARTITION (dt='2025-12-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-05/'\n PARTITION (dt='2025-12-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-06/'\n PARTITION (dt='2025-12-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-07/'\n PARTITION (dt='2025-12-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-08/'\n PARTITION (dt='2025-12-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-09/'\n PARTITION (dt='2025-12-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-10/'\n PARTITION (dt='2025-12-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-11/'\n PARTITION (dt='2025-12-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-12/'\n PARTITION (dt='2025-12-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-13/'\n PARTITION (dt='2025-12-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-14/'\n PARTITION (dt='2025-12-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-15/'\n PARTITION (dt='2025-12-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-16/'\n PARTITION (dt='2025-12-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-17/'\n PARTITION (dt='2025-12-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-18/'\n PARTITION (dt='2025-12-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-19/'\n PARTITION (dt='2025-12-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-20/'\n PARTITION (dt='2025-12-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-21/'\n PARTITION (dt='2025-12-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-22/'\n PARTITION (dt='2025-12-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-23/'\n PARTITION (dt='2025-12-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-24/'\n PARTITION (dt='2025-12-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-25/'\n PARTITION (dt='2025-12-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-26/'\n PARTITION (dt='2025-12-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-27/'\n PARTITION (dt='2025-12-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-28/'\n PARTITION (dt='2025-12-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-29/'\n PARTITION (dt='2025-12-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-30/'\n PARTITION (dt='2025-12-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-31/'\n PARTITION (dt='2026-01-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-01/'\n PARTITION (dt='2026-01-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-02/'\n PARTITION (dt='2026-01-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-03/'\n PARTITION (dt='2026-01-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-04/'\n PARTITION (dt='2026-01-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-05/'\n PARTITION (dt='2026-01-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-06/'\n PARTITION (dt='2026-01-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-07/'\n PARTITION (dt='2026-01-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-08/'\n PARTITION (dt='2026-01-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-09/'\n PARTITION (dt='2026-01-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-10/'\n PARTITION (dt='2026-01-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-11/'\n PARTITION (dt='2026-01-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-12/'\n PARTITION (dt='2026-01-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-13/'\n PARTITION (dt='2026-01-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-14/'\n PARTITION (dt='2026-01-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-15/'\n PARTITION (dt='2026-01-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-16/'\n PARTITION (dt='2026-01-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-17/'\n PARTITION (dt='2026-01-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-18/'\n PARTITION (dt='2026-01-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-19/'\n PARTITION (dt='2026-01-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-20/'\n PARTITION (dt='2026-01-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-21/'\n PARTITION (dt='2026-01-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-22/'\n PARTITION (dt='2026-01-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-23/'\n PARTITION (dt='2026-01-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-24/'\n PARTITION (dt='2026-01-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-25/'\n PARTITION (dt='2026-01-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-26/'\n PARTITION (dt='2026-01-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-27/'\n PARTITION (dt='2026-01-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-28/'\n PARTITION (dt='2026-01-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-29/'\n PARTITION (dt='2026-01-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-30/'\n PARTITION (dt='2026-01-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-31/'\n PARTITION (dt='2026-02-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-01/'\n PARTITION (dt='2026-02-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-02/'\n PARTITION (dt='2026-02-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-03/'\n PARTITION (dt='2026-02-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-04/'\n PARTITION (dt='2026-02-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-05/'\n PARTITION (dt='2026-02-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-06/'\n PARTITION (dt='2026-02-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-07/'\n PARTITION (dt='2026-02-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-08/'\n PARTITION (dt='2026-02-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-09/'\n PARTITION (dt='2026-02-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-10/'\n PARTITION (dt='2026-02-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-11/'\n PARTITION (dt='2026-02-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-12/'\n PARTITION (dt='2026-02-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-13/'\n PARTITION (dt='2026-02-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-14/'\n PARTITION (dt='2026-02-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-15/'\n PARTITION (dt='2026-02-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-16/'\n PARTITION (dt='2026-02-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-17/'\n PARTITION (dt='2026-02-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-18/'\n PARTITION (dt='2026-02-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-19/'\n PARTITION (dt='2026-02-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-20/'\n PARTITION (dt='2026-02-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-21/'\n PARTITION (dt='2026-02-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-22/'\n PARTITION (dt='2026-02-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-23/'\n PARTITION (dt='2026-02-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-24/'\n PARTITION (dt='2026-02-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-25/'\n PARTITION (dt='2026-02-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-26/'\n PARTITION (dt='2026-02-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-27/'\n PARTITION (dt='2026-02-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-28/'\n PARTITION (dt='2026-03-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-01/'\n PARTITION (dt='2026-03-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-02/'\n PARTITION (dt='2026-03-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-03/'\n PARTITION (dt='2026-03-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-04/'\n PARTITION (dt='2026-03-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-05/'\n PARTITION (dt='2026-03-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-06/'\n PARTITION (dt='2026-03-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-07/'\n PARTITION (dt='2026-03-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-08/'\n PARTITION (dt='2026-03-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-09/'\n PARTITION (dt='2026-03-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-10/'\n PARTITION (dt='2026-03-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-11/'\n PARTITION (dt='2026-03-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-12/'\n PARTITION (dt='2026-03-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-13/'\n PARTITION (dt='2026-03-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-14/'\n PARTITION (dt='2026-03-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-15/'\n PARTITION (dt='2026-03-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-16/'\n PARTITION (dt='2026-03-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-17/'\n PARTITION (dt='2026-03-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-18/'\n PARTITION (dt='2026-03-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-19/'\n PARTITION (dt='2026-03-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-20/'\n PARTITION (dt='2026-03-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-21/'\n PARTITION (dt='2026-03-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-22/'\n PARTITION (dt='2026-03-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-23/'\n PARTITION (dt='2026-03-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-24/'\n PARTITION (dt='2026-03-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-25/'\n PARTITION (dt='2026-03-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-26/'\n PARTITION (dt='2026-03-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-27/'\n PARTITION (dt='2026-03-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-28/'\n PARTITION (dt='2026-03-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-29/'\n PARTITION (dt='2026-03-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-30/'\n PARTITION (dt='2026-03-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-31/'\n PARTITION (dt='2026-04-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-01/'\n PARTITION (dt='2026-04-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-02/'\n PARTITION (dt='2026-04-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-03/'\n PARTITION (dt='2026-04-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-04/'\n PARTITION (dt='2026-04-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-05/'\n PARTITION (dt='2026-04-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-06/'\n PARTITION (dt='2026-04-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-07/'\n PARTITION (dt='2026-04-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-08/'\n PARTITION (dt='2026-04-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-09/'\n PARTITION (dt='2026-04-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-10/'\n PARTITION (dt='2026-04-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-11/'\n PARTITION (dt='2026-04-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-12/'\n PARTITION (dt='2026-04-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-13/'\n PARTITION (dt='2026-04-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-14/'\n PARTITION (dt='2026-04-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-15/'\n PARTITION (dt='2026-04-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-16/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 1566189,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-15/",
                    "name": "dt",
                    "value": "2025-10-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-15 19:04:15",
                        "last_data": "2025-10-15 19:04:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1568516,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-16/",
                    "name": "dt",
                    "value": "2025-10-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-16 19:03:30",
                        "last_data": "2025-10-16 19:03:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1595818,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-17/",
                    "name": "dt",
                    "value": "2025-10-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-17 19:04:22",
                        "last_data": "2025-10-17 19:04:22"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1596075,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-18/",
                    "name": "dt",
                    "value": "2025-10-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-18 19:03:27",
                        "last_data": "2025-10-18 19:03:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1596648,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-19/",
                    "name": "dt",
                    "value": "2025-10-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-19 19:03:16",
                        "last_data": "2025-10-19 19:03:16"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1596861,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-20/",
                    "name": "dt",
                    "value": "2025-10-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-20 19:11:09",
                        "last_data": "2025-10-20 19:11:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597108,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-21/",
                    "name": "dt",
                    "value": "2025-10-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-21 19:10:45",
                        "last_data": "2025-10-21 19:10:45"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597352,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-22/",
                    "name": "dt",
                    "value": "2025-10-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-22 19:32:45",
                        "last_data": "2025-10-22 19:32:45"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597573,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-23/",
                    "name": "dt",
                    "value": "2025-10-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-23 19:22:46",
                        "last_data": "2025-10-23 19:22:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597834,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-24/",
                    "name": "dt",
                    "value": "2025-10-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-24 19:08:53",
                        "last_data": "2025-10-24 19:08:53"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1598080,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-25/",
                    "name": "dt",
                    "value": "2025-10-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-25 19:29:11",
                        "last_data": "2025-10-25 19:29:11"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1598306,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-26/",
                    "name": "dt",
                    "value": "2025-10-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-26 19:20:29",
                        "last_data": "2025-10-26 19:20:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1598539,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-27/",
                    "name": "dt",
                    "value": "2025-10-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-27 19:14:13",
                        "last_data": "2025-10-27 19:14:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1598777,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-28/",
                    "name": "dt",
                    "value": "2025-10-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-28 19:33:28",
                        "last_data": "2025-10-28 19:33:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599006,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-29/",
                    "name": "dt",
                    "value": "2025-10-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-29 19:13:48",
                        "last_data": "2025-10-29 19:13:48"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599244,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-30/",
                    "name": "dt",
                    "value": "2025-10-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-30 19:23:50",
                        "last_data": "2025-10-30 19:23:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599469,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-10-31/",
                    "name": "dt",
                    "value": "2025-10-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-31 19:07:23",
                        "last_data": "2025-10-31 19:07:23"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599915,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-01/",
                    "name": "dt",
                    "value": "2025-11-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-01 19:52:20",
                        "last_data": "2025-11-01 19:52:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600213,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-02/",
                    "name": "dt",
                    "value": "2025-11-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-02 19:26:00",
                        "last_data": "2025-11-02 19:26:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600456,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-03/",
                    "name": "dt",
                    "value": "2025-11-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-03 19:29:13",
                        "last_data": "2025-11-03 19:29:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600696,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-04/",
                    "name": "dt",
                    "value": "2025-11-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-04 19:17:02",
                        "last_data": "2025-11-04 19:17:02"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600929,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-05/",
                    "name": "dt",
                    "value": "2025-11-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-05 19:29:39",
                        "last_data": "2025-11-05 19:29:39"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601174,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-06/",
                    "name": "dt",
                    "value": "2025-11-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-06 19:39:29",
                        "last_data": "2025-11-06 19:39:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601429,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-07/",
                    "name": "dt",
                    "value": "2025-11-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-07 19:22:51",
                        "last_data": "2025-11-07 19:22:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601674,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-08/",
                    "name": "dt",
                    "value": "2025-11-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-08 19:42:30",
                        "last_data": "2025-11-08 19:42:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601904,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-09/",
                    "name": "dt",
                    "value": "2025-11-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-09 19:27:32",
                        "last_data": "2025-11-09 19:27:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602146,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-10/",
                    "name": "dt",
                    "value": "2025-11-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-10 19:20:46",
                        "last_data": "2025-11-10 19:20:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602385,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-11/",
                    "name": "dt",
                    "value": "2025-11-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-11 19:31:12",
                        "last_data": "2025-11-11 19:31:12"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602625,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-12/",
                    "name": "dt",
                    "value": "2025-11-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-12 19:37:42",
                        "last_data": "2025-11-12 19:37:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602852,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-13/",
                    "name": "dt",
                    "value": "2025-11-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-13 19:12:36",
                        "last_data": "2025-11-13 19:12:36"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1603092,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-14/",
                    "name": "dt",
                    "value": "2025-11-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-14 19:21:54",
                        "last_data": "2025-11-14 19:21:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1603353,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-15/",
                    "name": "dt",
                    "value": "2025-11-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-15 19:42:23",
                        "last_data": "2025-11-15 19:42:23"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1605757,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-16/",
                    "name": "dt",
                    "value": "2025-11-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-16 19:31:17",
                        "last_data": "2025-11-16 19:31:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1605988,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-17/",
                    "name": "dt",
                    "value": "2025-11-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-17 19:18:26",
                        "last_data": "2025-11-17 19:18:26"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606251,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-18/",
                    "name": "dt",
                    "value": "2025-11-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-18 19:18:02",
                        "last_data": "2025-11-18 19:18:02"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606479,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-19/",
                    "name": "dt",
                    "value": "2025-11-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-19 19:24:38",
                        "last_data": "2025-11-19 19:24:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606724,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-20/",
                    "name": "dt",
                    "value": "2025-11-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-20 19:21:38",
                        "last_data": "2025-11-20 19:21:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606970,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-21/",
                    "name": "dt",
                    "value": "2025-11-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-21 19:20:26",
                        "last_data": "2025-11-21 19:20:26"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1607748,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-22/",
                    "name": "dt",
                    "value": "2025-11-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-22 19:17:25",
                        "last_data": "2025-11-22 19:17:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1607968,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-23/",
                    "name": "dt",
                    "value": "2025-11-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-23 19:14:42",
                        "last_data": "2025-11-23 19:14:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608212,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-24/",
                    "name": "dt",
                    "value": "2025-11-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-24 19:18:32",
                        "last_data": "2025-11-24 19:18:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608452,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-25/",
                    "name": "dt",
                    "value": "2025-11-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-25 19:16:32",
                        "last_data": "2025-11-25 19:16:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608685,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-26/",
                    "name": "dt",
                    "value": "2025-11-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-26 19:21:09",
                        "last_data": "2025-11-26 19:21:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608908,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-27/",
                    "name": "dt",
                    "value": "2025-11-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-27 19:27:28",
                        "last_data": "2025-11-27 19:27:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1609142,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-28/",
                    "name": "dt",
                    "value": "2025-11-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-28 19:23:37",
                        "last_data": "2025-11-28 19:23:37"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1609360,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-29/",
                    "name": "dt",
                    "value": "2025-11-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-29 19:14:17",
                        "last_data": "2025-11-29 19:14:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1609594,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-11-30/",
                    "name": "dt",
                    "value": "2025-11-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-30 19:24:38",
                        "last_data": "2025-11-30 19:24:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1609849,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-01/",
                    "name": "dt",
                    "value": "2025-12-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-01 19:16:33",
                        "last_data": "2025-12-01 19:16:33"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1610084,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-02/",
                    "name": "dt",
                    "value": "2025-12-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-02 19:16:10",
                        "last_data": "2025-12-02 19:16:10"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1610323,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-03/",
                    "name": "dt",
                    "value": "2025-12-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-03 19:20:25",
                        "last_data": "2025-12-03 19:20:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1610559,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-04/",
                    "name": "dt",
                    "value": "2025-12-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-04 19:17:07",
                        "last_data": "2025-12-04 19:17:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611072,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-05/",
                    "name": "dt",
                    "value": "2025-12-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-05 19:15:57",
                        "last_data": "2025-12-05 19:15:57"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611303,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-06/",
                    "name": "dt",
                    "value": "2025-12-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-06 19:21:13",
                        "last_data": "2025-12-06 19:21:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611531,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-07/",
                    "name": "dt",
                    "value": "2025-12-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-07 19:28:27",
                        "last_data": "2025-12-07 19:28:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611770,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-08/",
                    "name": "dt",
                    "value": "2025-12-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-08 19:14:09",
                        "last_data": "2025-12-08 19:14:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1612251,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-09/",
                    "name": "dt",
                    "value": "2025-12-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-09 19:15:54",
                        "last_data": "2025-12-09 19:15:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1612484,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-10/",
                    "name": "dt",
                    "value": "2025-12-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-10 19:13:24",
                        "last_data": "2025-12-10 19:13:24"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1612742,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-11/",
                    "name": "dt",
                    "value": "2025-12-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-11 19:24:27",
                        "last_data": "2025-12-11 19:24:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613014,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-12/",
                    "name": "dt",
                    "value": "2025-12-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-12 19:18:18",
                        "last_data": "2025-12-12 19:18:18"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613288,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-13/",
                    "name": "dt",
                    "value": "2025-12-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-13 19:16:13",
                        "last_data": "2025-12-13 19:16:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613512,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-14/",
                    "name": "dt",
                    "value": "2025-12-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-14 19:18:06",
                        "last_data": "2025-12-14 19:18:06"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613791,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-15/",
                    "name": "dt",
                    "value": "2025-12-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-15 19:18:11",
                        "last_data": "2025-12-15 19:18:11"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1616533,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-16/",
                    "name": "dt",
                    "value": "2025-12-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-16 19:15:29",
                        "last_data": "2025-12-16 19:15:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1616756,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-17/",
                    "name": "dt",
                    "value": "2025-12-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-17 19:14:34",
                        "last_data": "2025-12-17 19:14:34"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1616979,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-18/",
                    "name": "dt",
                    "value": "2025-12-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-18 19:21:56",
                        "last_data": "2025-12-18 19:21:56"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617195,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-19/",
                    "name": "dt",
                    "value": "2025-12-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-19 19:14:07",
                        "last_data": "2025-12-19 19:14:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617405,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-20/",
                    "name": "dt",
                    "value": "2025-12-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-20 19:13:21",
                        "last_data": "2025-12-20 19:13:21"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617652,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-21/",
                    "name": "dt",
                    "value": "2025-12-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-21 19:15:05",
                        "last_data": "2025-12-21 19:15:05"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617867,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-22/",
                    "name": "dt",
                    "value": "2025-12-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-22 19:05:06",
                        "last_data": "2025-12-22 19:05:06"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618090,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-23/",
                    "name": "dt",
                    "value": "2025-12-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-23 19:05:31",
                        "last_data": "2025-12-23 19:05:31"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618300,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-24/",
                    "name": "dt",
                    "value": "2025-12-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-24 19:04:20",
                        "last_data": "2025-12-24 19:04:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618512,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-25/",
                    "name": "dt",
                    "value": "2025-12-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-25 19:03:52",
                        "last_data": "2025-12-25 19:03:52"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618733,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-26/",
                    "name": "dt",
                    "value": "2025-12-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-26 19:04:05",
                        "last_data": "2025-12-26 19:04:05"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618938,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-27/",
                    "name": "dt",
                    "value": "2025-12-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-27 19:04:07",
                        "last_data": "2025-12-27 19:04:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619185,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-28/",
                    "name": "dt",
                    "value": "2025-12-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-28 19:04:40",
                        "last_data": "2025-12-28 19:04:40"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619416,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-29/",
                    "name": "dt",
                    "value": "2025-12-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-29 19:07:43",
                        "last_data": "2025-12-29 19:07:43"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619633,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-30/",
                    "name": "dt",
                    "value": "2025-12-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-30 19:06:08",
                        "last_data": "2025-12-30 19:06:08"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619848,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2025-12-31/",
                    "name": "dt",
                    "value": "2025-12-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-31 19:07:15",
                        "last_data": "2025-12-31 19:07:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620083,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-01/",
                    "name": "dt",
                    "value": "2026-01-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-01 19:06:13",
                        "last_data": "2026-01-01 19:06:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620300,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-02/",
                    "name": "dt",
                    "value": "2026-01-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-02 19:05:55",
                        "last_data": "2026-01-02 19:05:55"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620505,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-03/",
                    "name": "dt",
                    "value": "2026-01-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-03 19:05:12",
                        "last_data": "2026-01-03 19:05:12"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620722,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-04/",
                    "name": "dt",
                    "value": "2026-01-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-04 19:04:51",
                        "last_data": "2026-01-04 19:04:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620957,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-05/",
                    "name": "dt",
                    "value": "2026-01-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-05 19:08:04",
                        "last_data": "2026-01-05 19:08:04"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621174,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-06/",
                    "name": "dt",
                    "value": "2026-01-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-06 19:15:29",
                        "last_data": "2026-01-06 19:15:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621398,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-07/",
                    "name": "dt",
                    "value": "2026-01-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-07 19:08:18",
                        "last_data": "2026-01-07 19:08:18"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621619,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-08/",
                    "name": "dt",
                    "value": "2026-01-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-08 19:05:12",
                        "last_data": "2026-01-08 19:05:12"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621821,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-09/",
                    "name": "dt",
                    "value": "2026-01-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-09 19:04:50",
                        "last_data": "2026-01-09 19:04:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1622059,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-10/",
                    "name": "dt",
                    "value": "2026-01-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-10 19:03:54",
                        "last_data": "2026-01-10 19:03:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1622284,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-11/",
                    "name": "dt",
                    "value": "2026-01-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-11 19:04:55",
                        "last_data": "2026-01-11 19:04:55"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1622632,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-12/",
                    "name": "dt",
                    "value": "2026-01-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-12 19:05:40",
                        "last_data": "2026-01-12 19:05:40"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1622850,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-13/",
                    "name": "dt",
                    "value": "2026-01-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-13 19:07:00",
                        "last_data": "2026-01-13 19:07:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1623067,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-14/",
                    "name": "dt",
                    "value": "2026-01-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-14 19:05:48",
                        "last_data": "2026-01-14 19:05:48"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1623334,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-15/",
                    "name": "dt",
                    "value": "2026-01-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-15 19:05:05",
                        "last_data": "2026-01-15 19:05:05"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1625658,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-16/",
                    "name": "dt",
                    "value": "2026-01-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-16 19:05:42",
                        "last_data": "2026-01-16 19:05:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626079,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-17/",
                    "name": "dt",
                    "value": "2026-01-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-17 19:05:36",
                        "last_data": "2026-01-17 19:05:36"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626288,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-18/",
                    "name": "dt",
                    "value": "2026-01-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-18 19:04:24",
                        "last_data": "2026-01-18 19:04:24"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626514,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-19/",
                    "name": "dt",
                    "value": "2026-01-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-19 19:04:49",
                        "last_data": "2026-01-19 19:04:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626763,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-20/",
                    "name": "dt",
                    "value": "2026-01-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-20 19:04:42",
                        "last_data": "2026-01-20 19:04:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626983,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-21/",
                    "name": "dt",
                    "value": "2026-01-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-21 19:05:21",
                        "last_data": "2026-01-21 19:05:21"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627191,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-22/",
                    "name": "dt",
                    "value": "2026-01-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-22 19:05:07",
                        "last_data": "2026-01-22 19:05:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627408,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-23/",
                    "name": "dt",
                    "value": "2026-01-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-23 19:05:31",
                        "last_data": "2026-01-23 19:05:31"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627623,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-24/",
                    "name": "dt",
                    "value": "2026-01-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-24 19:04:52",
                        "last_data": "2026-01-24 19:04:52"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627832,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-25/",
                    "name": "dt",
                    "value": "2026-01-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-25 19:03:35",
                        "last_data": "2026-01-25 19:03:35"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628056,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-26/",
                    "name": "dt",
                    "value": "2026-01-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-26 19:05:39",
                        "last_data": "2026-01-26 19:05:39"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628271,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-27/",
                    "name": "dt",
                    "value": "2026-01-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-27 19:05:05",
                        "last_data": "2026-01-27 19:05:05"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628495,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-28/",
                    "name": "dt",
                    "value": "2026-01-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-28 19:08:08",
                        "last_data": "2026-01-28 19:08:08"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628722,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-29/",
                    "name": "dt",
                    "value": "2026-01-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-29 19:06:35",
                        "last_data": "2026-01-29 19:06:35"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628944,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-30/",
                    "name": "dt",
                    "value": "2026-01-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-30 19:05:28",
                        "last_data": "2026-01-30 19:05:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629151,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-01-31/",
                    "name": "dt",
                    "value": "2026-01-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-31 19:05:31",
                        "last_data": "2026-01-31 19:05:31"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629379,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-01/",
                    "name": "dt",
                    "value": "2026-02-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-01 19:05:41",
                        "last_data": "2026-02-01 19:05:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629608,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-02/",
                    "name": "dt",
                    "value": "2026-02-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-02 19:06:13",
                        "last_data": "2026-02-02 19:06:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629881,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-03/",
                    "name": "dt",
                    "value": "2026-02-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-03 19:04:55",
                        "last_data": "2026-02-03 19:04:55"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630106,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-04/",
                    "name": "dt",
                    "value": "2026-02-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-04 19:05:23",
                        "last_data": "2026-02-04 19:05:23"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630327,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-05/",
                    "name": "dt",
                    "value": "2026-02-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-05 19:05:48",
                        "last_data": "2026-02-05 19:05:48"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630552,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-06/",
                    "name": "dt",
                    "value": "2026-02-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-06 21:03:51",
                        "last_data": "2026-02-06 21:03:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630756,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-07/",
                    "name": "dt",
                    "value": "2026-02-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-07 19:04:25",
                        "last_data": "2026-02-07 19:04:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630968,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-08/",
                    "name": "dt",
                    "value": "2026-02-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-08 19:05:16",
                        "last_data": "2026-02-08 19:05:16"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631197,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-09/",
                    "name": "dt",
                    "value": "2026-02-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-09 19:04:51",
                        "last_data": "2026-02-09 19:04:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631427,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-10/",
                    "name": "dt",
                    "value": "2026-02-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-10 19:26:01",
                        "last_data": "2026-02-10 19:26:01"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631733,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-11/",
                    "name": "dt",
                    "value": "2026-02-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-11 19:04:51",
                        "last_data": "2026-02-11 19:04:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631958,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-12/",
                    "name": "dt",
                    "value": "2026-02-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-12 19:04:39",
                        "last_data": "2026-02-12 19:04:39"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1632263,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-13/",
                    "name": "dt",
                    "value": "2026-02-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-13 19:05:38",
                        "last_data": "2026-02-13 19:05:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1632467,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-14/",
                    "name": "dt",
                    "value": "2026-02-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-14 19:04:36",
                        "last_data": "2026-02-14 19:04:36"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1632739,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-15/",
                    "name": "dt",
                    "value": "2026-02-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-15 19:04:09",
                        "last_data": "2026-02-15 19:04:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635043,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-16/",
                    "name": "dt",
                    "value": "2026-02-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-16 19:04:52",
                        "last_data": "2026-02-16 19:04:52"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635263,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-17/",
                    "name": "dt",
                    "value": "2026-02-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-17 19:04:38",
                        "last_data": "2026-02-17 19:04:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635477,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-18/",
                    "name": "dt",
                    "value": "2026-02-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-18 19:04:46",
                        "last_data": "2026-02-18 19:04:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635689,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-19/",
                    "name": "dt",
                    "value": "2026-02-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-19 19:05:08",
                        "last_data": "2026-02-19 19:05:08"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635904,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-20/",
                    "name": "dt",
                    "value": "2026-02-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-20 19:04:53",
                        "last_data": "2026-02-20 19:04:53"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636118,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-21/",
                    "name": "dt",
                    "value": "2026-02-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-21 19:05:01",
                        "last_data": "2026-02-21 19:05:01"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636384,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-22/",
                    "name": "dt",
                    "value": "2026-02-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-22 19:04:24",
                        "last_data": "2026-02-22 19:04:24"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636664,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-23/",
                    "name": "dt",
                    "value": "2026-02-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-23 19:04:40",
                        "last_data": "2026-02-23 19:04:40"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636883,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-24/",
                    "name": "dt",
                    "value": "2026-02-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-24 19:05:28",
                        "last_data": "2026-02-24 19:05:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1637501,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-25/",
                    "name": "dt",
                    "value": "2026-02-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-25 19:04:50",
                        "last_data": "2026-02-25 19:04:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1637723,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-26/",
                    "name": "dt",
                    "value": "2026-02-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-26 19:05:03",
                        "last_data": "2026-02-26 19:05:03"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641112,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-27/",
                    "name": "dt",
                    "value": "2026-02-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-27 19:31:51",
                        "last_data": "2026-02-27 19:31:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641325,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-02-28/",
                    "name": "dt",
                    "value": "2026-02-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-28 19:07:29",
                        "last_data": "2026-02-28 19:07:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641563,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-01/",
                    "name": "dt",
                    "value": "2026-03-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-01 19:08:01",
                        "last_data": "2026-03-01 19:08:01"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641757,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-02/",
                    "name": "dt",
                    "value": "2026-03-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-02 19:05:39",
                        "last_data": "2026-03-02 19:05:39"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642003,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-03/",
                    "name": "dt",
                    "value": "2026-03-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-03 21:27:09",
                        "last_data": "2026-03-03 21:27:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642218,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-04/",
                    "name": "dt",
                    "value": "2026-03-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-04 19:06:44",
                        "last_data": "2026-03-04 19:06:44"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642434,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-05/",
                    "name": "dt",
                    "value": "2026-03-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-05 19:06:19",
                        "last_data": "2026-03-05 19:06:19"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642657,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-06/",
                    "name": "dt",
                    "value": "2026-03-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-06 19:05:23",
                        "last_data": "2026-03-06 19:05:23"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642867,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-07/",
                    "name": "dt",
                    "value": "2026-03-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-07 19:05:03",
                        "last_data": "2026-03-07 19:05:03"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1643118,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-08/",
                    "name": "dt",
                    "value": "2026-03-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-08 19:04:42",
                        "last_data": "2026-03-08 19:04:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1643870,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-09/",
                    "name": "dt",
                    "value": "2026-03-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-09 19:06:50",
                        "last_data": "2026-03-09 19:06:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1644942,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-10/",
                    "name": "dt",
                    "value": "2026-03-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-10 19:05:21",
                        "last_data": "2026-03-10 19:05:21"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645160,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-11/",
                    "name": "dt",
                    "value": "2026-03-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-11 19:05:49",
                        "last_data": "2026-03-11 19:05:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645373,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-12/",
                    "name": "dt",
                    "value": "2026-03-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-12 19:05:20",
                        "last_data": "2026-03-12 19:05:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645590,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-13/",
                    "name": "dt",
                    "value": "2026-03-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-13 19:04:25",
                        "last_data": "2026-03-13 19:04:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645796,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-14/",
                    "name": "dt",
                    "value": "2026-03-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-14 19:04:53",
                        "last_data": "2026-03-14 19:04:53"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1646076,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-15/",
                    "name": "dt",
                    "value": "2026-03-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-15 19:04:42",
                        "last_data": "2026-03-15 19:04:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648029,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-16/",
                    "name": "dt",
                    "value": "2026-03-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-16 19:05:10",
                        "last_data": "2026-03-16 19:05:10"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648244,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-17/",
                    "name": "dt",
                    "value": "2026-03-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-17 19:06:28",
                        "last_data": "2026-03-17 19:06:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648457,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-18/",
                    "name": "dt",
                    "value": "2026-03-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-18 19:06:13",
                        "last_data": "2026-03-18 19:06:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648704,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-19/",
                    "name": "dt",
                    "value": "2026-03-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-19 19:05:15",
                        "last_data": "2026-03-19 19:05:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648915,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-20/",
                    "name": "dt",
                    "value": "2026-03-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-20 19:06:41",
                        "last_data": "2026-03-20 19:06:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1649248,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-21/",
                    "name": "dt",
                    "value": "2026-03-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-21 19:06:04",
                        "last_data": "2026-03-21 19:06:04"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1649454,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-22/",
                    "name": "dt",
                    "value": "2026-03-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-22 19:06:00",
                        "last_data": "2026-03-22 19:06:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1649675,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-23/",
                    "name": "dt",
                    "value": "2026-03-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-23 19:07:10",
                        "last_data": "2026-03-23 19:07:10"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1649891,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-24/",
                    "name": "dt",
                    "value": "2026-03-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-24 19:06:03",
                        "last_data": "2026-03-24 19:06:03"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650143,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-25/",
                    "name": "dt",
                    "value": "2026-03-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-25 19:05:34",
                        "last_data": "2026-03-25 19:05:34"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650355,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-26/",
                    "name": "dt",
                    "value": "2026-03-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-26 19:05:38",
                        "last_data": "2026-03-26 19:05:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650571,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-27/",
                    "name": "dt",
                    "value": "2026-03-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-27 19:05:30",
                        "last_data": "2026-03-27 19:05:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650780,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-28/",
                    "name": "dt",
                    "value": "2026-03-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-28 19:04:49",
                        "last_data": "2026-03-28 19:04:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1651414,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-29/",
                    "name": "dt",
                    "value": "2026-03-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-29 19:04:46",
                        "last_data": "2026-03-29 19:04:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1651722,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-30/",
                    "name": "dt",
                    "value": "2026-03-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-30 19:05:10",
                        "last_data": "2026-03-30 19:05:10"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1651937,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-03-31/",
                    "name": "dt",
                    "value": "2026-03-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-31 19:06:07",
                        "last_data": "2026-03-31 19:06:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652165,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-01/",
                    "name": "dt",
                    "value": "2026-04-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-01 19:07:07",
                        "last_data": "2026-04-01 19:07:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652539,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-02/",
                    "name": "dt",
                    "value": "2026-04-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-02 19:05:54",
                        "last_data": "2026-04-02 19:05:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652752,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-03/",
                    "name": "dt",
                    "value": "2026-04-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-03 19:05:35",
                        "last_data": "2026-04-03 19:05:35"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652969,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-04/",
                    "name": "dt",
                    "value": "2026-04-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-04 19:05:15",
                        "last_data": "2026-04-04 19:05:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1656472,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-05/",
                    "name": "dt",
                    "value": "2026-04-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-05 19:04:56",
                        "last_data": "2026-04-05 19:04:56"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1656691,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-06/",
                    "name": "dt",
                    "value": "2026-04-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-06 19:06:03",
                        "last_data": "2026-04-06 19:06:03"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1656919,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-07/",
                    "name": "dt",
                    "value": "2026-04-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-07 19:09:27",
                        "last_data": "2026-04-07 19:09:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657321,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-08/",
                    "name": "dt",
                    "value": "2026-04-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-08 19:06:37",
                        "last_data": "2026-04-08 19:06:37"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657543,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-09/",
                    "name": "dt",
                    "value": "2026-04-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-09 19:05:29",
                        "last_data": "2026-04-09 19:05:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657762,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-10/",
                    "name": "dt",
                    "value": "2026-04-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-10 19:04:48",
                        "last_data": "2026-04-10 19:04:48"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657973,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-11/",
                    "name": "dt",
                    "value": "2026-04-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-11 19:05:11",
                        "last_data": "2026-04-11 19:05:11"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1658180,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-12/",
                    "name": "dt",
                    "value": "2026-04-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-12 19:04:17",
                        "last_data": "2026-04-12 19:04:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1658397,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-13/",
                    "name": "dt",
                    "value": "2026-04-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-13 19:05:22",
                        "last_data": "2026-04-13 19:05:22"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1658582,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-14/",
                    "name": "dt",
                    "value": "2026-04-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-14 19:04:32",
                        "last_data": "2026-04-14 19:04:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1659066,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-15/",
                    "name": "dt",
                    "value": "2026-04-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-15 19:04:36",
                        "last_data": "2026-04-15 19:04:36"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1661237,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line/dt=2026-04-16/",
                    "name": "dt",
                    "value": "2026-04-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-16 19:04:50",
                        "last_data": "2026-04-16 19:04:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "billing_frequency": "string",
            "cancellation_date": "string",
            "contract_billing_day": "string",
            "contract_internal_id": "string",
            "contract_line_internal_id": "string",
            "contract_line_status": "string",
            "contract_status": "string",
            "contract_subsidiary": "string",
            "customer_company_name": "string",
            "customer_internal_id": "string",
            "customer_sfdc_id": "string",
            "end_date": "string",
            "end_of_term_action": "string",
            "first_recurring_bill_date": "string",
            "full_monthly_value": "string",
            "incontract_action": "string",
            "item": "string",
            "last_billed_date": "string",
            "lastmodified": "string",
            "net_monthly_value": "string",
            "next_bill_date": "string",
            "qty": "string",
            "rate": "string",
            "replaced_by": "string",
            "replaces": "string",
            "sales_order_document_number": "string",
            "sales_order_internal_id": "string",
            "start_date": "string",
            "transaction_line_unique_id": "string"
        },
        "created": "2024-11-05 19:07:36",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.netsuite_netsuite_contract_line`\n(\n`contract_line_status`STRING,`transaction_line_unique_id`STRING,`customer_company_name`STRING,`rate`STRING,`first_recurring_bill_date`STRING,`next_bill_date`STRING,`qty`STRING,`lastmodified`STRING,`incontract_action`STRING,`customer_internal_id`STRING,`full_monthly_value`STRING,`contract_subsidiary`STRING,`sales_order_internal_id`STRING,`replaces`STRING,`customer_sfdc_id`STRING,`end_date`STRING,`contract_internal_id`STRING,`replaced_by`STRING,`item`STRING,`sales_order_document_number`STRING,`billing_frequency`STRING,`contract_status`STRING,`start_date`STRING,`contract_line_internal_id`STRING,`contract_billing_day`STRING,`net_monthly_value`STRING,`cancellation_date`STRING,`end_of_term_action`STRING,`last_billed_date`STRING\n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_contract_line'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_contract_line`",
            "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_contract_line"
        }
    },
    "server": {
        "hostname": "schemamanager-5475496c57-7dpqb",
        "name": "schema_manager",
        "process_start": "2026-01-09 11:27:47",
        "sf_env": "prod",
        "version": "2112174301"
    }
}