Schema Info

Schema Name: sfdl_prod_drivethru.netsuite_netsuite_sales_order
  • created: 2024-10-30 15:35:19
  • disabled: False
  • format: raw
  • id: 2004
  • is_partitioned: True
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_prod_drivethru",
        "table": "netsuite_netsuite_sales_order"
    }
  • type: drivethrujson
Schema Versions: 2
    • created: 2024-11-05 19:06:23
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_sales_order`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.netsuite_netsuite_sales_order`\n(\n`date`STRING,`type`STRING,`customer_company_name`STRING,`start_date`STRING,`sfdc_order_product_id`STRING,`item`STRING,`status`STRING,`sfdc_opportunity_id`STRING,`contract_internal_id`STRING,`sfdc_order_id`STRING,`transaction_line_unique_id`STRING,`contract_line_creation_status`STRING,`in_contract_action`STRING,`lastmodifieddate`STRING,`customer_sfdc_id`STRING,`rate`STRING,`sales_order_cancellation_date`STRING,`document_numberid`STRING,`list_price`STRING,`end_date`STRING,`closed`STRING,`sales_order_status`STRING,`customer_internal_id`STRING,`contract_cancellation_date`STRING,`total_amount_transaction_currency`STRING,`tax_line`STRING,`internal_id`STRING,`quantity`STRING,`contract_billing_freq`STRING,`line_number`STRING,`subsidiary`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_sales_order'\n",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_sales_order"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order
    • id: 1075796
    • processed: 1
    • raw_data:
      {
          "closed": false,
          "contract_billing_freq": null,
          "contract_cancellation_date": null,
          "contract_internal_id": null,
          "contract_line_creation_status": null,
          "customer_company_name": "A+ Management - SafeSmart Storage",
          "customer_internal_id": 2278776,
          "customer_sfdc_id": "001PJ00000F3IJ9YAN",
          "date": "10/24/2024",
          "document_numberid": "8810587",
          "end_date": null,
          "in_contract_action": null,
          "internal_id": 11411085,
          "item": "Setup Fee",
          "lastmodifieddate": "11/5/2024 10:48:48 am",
          "line_number": 1,
          "list_price": 799,
          "quantity": -1,
          "rate": 399,
          "sales_order_cancellation_date": null,
          "sales_order_status": null,
          "sfdc_opportunity_id": "006PJ00000E67BdYAJ",
          "sfdc_order_id": "801PJ00000F48MaYAJ",
          "sfdc_order_product_id": "802PJ000006x6feYAA",
          "start_date": null,
          "status": "Sales Order : Pending Approval",
          "subsidiary": "SiteLink Software, LLC",
          "tax_line": false,
          "total_amount_transaction_currency": 874,
          "transaction_line_unique_id": null,
          "type": "SalesOrd"
      }
    • schema_attributes:
      {
          "closed": "string",
          "contract_billing_freq": "string",
          "contract_cancellation_date": "string",
          "contract_internal_id": "string",
          "contract_line_creation_status": "string",
          "customer_company_name": "string",
          "customer_internal_id": "string",
          "customer_sfdc_id": "string",
          "date": "string",
          "document_numberid": "string",
          "end_date": "string",
          "in_contract_action": "string",
          "internal_id": "string",
          "item": "string",
          "lastmodifieddate": "string",
          "line_number": "string",
          "list_price": "string",
          "quantity": "string",
          "rate": "string",
          "sales_order_cancellation_date": "string",
          "sales_order_status": "string",
          "sfdc_opportunity_id": "string",
          "sfdc_order_id": "string",
          "sfdc_order_product_id": "string",
          "start_date": "string",
          "status": "string",
          "subsidiary": "string",
          "tax_line": "string",
          "total_amount_transaction_currency": "string",
          "transaction_line_unique_id": "string",
          "type": "string"
      }
    • schema_name_id: 2004
    • schema_scan_id: 131003780
    • updated: 2024-11-05 19:06:37
    • created: 2024-10-30 15:35:26
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_sales_order`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.netsuite_netsuite_sales_order`\n(\n`customer_internal_id`STRING,`customer_company_name`STRING,`customer_sfdc_id`STRING,`contract_internal_id`STRING,`type`STRING,`internal_id`STRING,`date`STRING,`document_numberid`STRING,`sfdc_opportunity_id`STRING,`sfdc_order_id`STRING,`total_amount_transaction_currency`STRING,`line_number`STRING,`transaction_line_unique_id`STRING,`sfdc_order_product_id`STRING,`subsidiary`STRING,`item`STRING,`status`STRING,`contract_line_creation_status`STRING,`sales_order_status`STRING,`in_contract_action`STRING,`contract_billing_freq`STRING,`tax_line`STRING,`closed`STRING,`quantity`STRING,`rate`STRING,`list_price`STRING,`start_date`STRING,`end_date`STRING,`contract_cancellation_date`STRING,`sales_order_cancellation_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_sales_order'\n",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_sales_order"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order
    • id: 1068749
    • processed: 1
    • raw_data:
      {
          "closed": true,
          "contract_billing_freq": "Monthly",
          "contract_cancellation_date": null,
          "contract_internal_id": 14728,
          "contract_line_creation_status": "Created",
          "customer_company_name": "Sentinel Self Storage - Middletown",
          "customer_internal_id": 1732040,
          "customer_sfdc_id": "001C0000010jjiFIAQ",
          "date": "9/19/2024",
          "document_numberid": "8807598",
          "end_date": null,
          "in_contract_action": "Cross-sell",
          "internal_id": 11112153,
          "item": "Collection Manager Pro for SiteLink",
          "line_number": 1,
          "list_price": 60,
          "quantity": -1,
          "rate": 0,
          "sales_order_cancellation_date": null,
          "sales_order_status": "Active",
          "sfdc_opportunity_id": null,
          "sfdc_order_id": null,
          "sfdc_order_product_id": null,
          "start_date": "10/1/2024",
          "status": "Sales Order : Closed",
          "subsidiary": "SiteLink Software, LLC",
          "tax_line": false,
          "total_amount_transaction_currency": 0,
          "transaction_line_unique_id": "11112153-paki611",
          "type": "SalesOrd"
      }
    • schema_attributes:
      {
          "closed": "string",
          "contract_billing_freq": "string",
          "contract_cancellation_date": "string",
          "contract_internal_id": "string",
          "contract_line_creation_status": "string",
          "customer_company_name": "string",
          "customer_internal_id": "string",
          "customer_sfdc_id": "string",
          "date": "string",
          "document_numberid": "string",
          "end_date": "string",
          "in_contract_action": "string",
          "internal_id": "string",
          "item": "string",
          "line_number": "string",
          "list_price": "string",
          "quantity": "string",
          "rate": "string",
          "sales_order_cancellation_date": "string",
          "sales_order_status": "string",
          "sfdc_opportunity_id": "string",
          "sfdc_order_id": "string",
          "sfdc_order_product_id": "string",
          "start_date": "string",
          "status": "string",
          "subsidiary": "string",
          "tax_line": "string",
          "total_amount_transaction_currency": "string",
          "transaction_line_unique_id": "string",
          "type": "string"
      }
    • schema_name_id: 2004
    • schema_scan_id: 130560657
    • updated: 2024-10-30 15:35:37
Schema Scans: 6
Last at 2026-04-16 19:05:23
    • duration: 0:00:01.329466
    • exit_message:
      {
          "ddl_changed": false,
          "partitions_applied": false,
          "success": true
      }
    • id: 162152340
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/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_sales_order",
              "key": "raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-16/netsuite_sales_order_part_30_17-02-47-469.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_sales_order",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 13941093897675212314,
              "service_name": "drive-thru",
              "span_id": 3087964515667307143,
              "trace_id": 10180012642173227268
          }
      }
    • running: False
    • schema_name_id: 2004
    • start_time: 2026-04-16 19:05:23
    • success: True
    • trace_id: 10180012642173227268
    • duration: 0:00:04.159715
    • exit_message:
      {
          "ddl_changed": false,
          "partitions_applied": true,
          "success": true
      }
    • id: 162152268
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/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_sales_order",
              "key": "raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-16/netsuite_sales_order_part_30_17-02-47-469.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_sales_order",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 16935605846473955556,
              "service_name": "drive-thru",
              "span_id": 8929792454166366880,
              "trace_id": 2112932200212640882
          }
      }
    • running: False
    • schema_name_id: 2004
    • start_time: 2026-04-16 19:04:46
    • success: True
    • trace_id: 2112932200212640882
    • duration: 0:00:01.651552
    • exit_message:
      {
          "ddl_changed": false,
          "partitions_applied": false,
          "success": true
      }
    • id: 162096264
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/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_sales_order",
              "key": "raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-15/netsuite_sales_order_part_30_17-02-38-446.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_sales_order",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 6171369773068802985,
              "service_name": "drive-thru",
              "span_id": 6976873811267663087,
              "trace_id": 8194549296084179206
          }
      }
    • running: False
    • schema_name_id: 2004
    • start_time: 2026-04-15 19:03:47
    • success: True
    • trace_id: 8194549296084179206
    • duration: 0:00:04.351729
    • exit_message:
      {
          "ddl_changed": false,
          "partitions_applied": true,
          "success": true
      }
    • id: 162096191
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/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_sales_order",
              "key": "raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-15/netsuite_sales_order_part_30_17-02-38-446.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_sales_order",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 3608791749573520436,
              "service_name": "drive-thru",
              "span_id": 16568998118323612989,
              "trace_id": 9455509622270818144
          }
      }
    • running: False
    • schema_name_id: 2004
    • start_time: 2026-04-15 19:03:14
    • success: True
    • trace_id: 9455509622270818144
    • duration: 0:00:19.136422
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 2,
          "partitions_applied": false,
          "success": true
      }
    • id: 131003780
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/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_sales_order",
              "key": "raw_incremental/netsuite_netsuite_sales_order/dt=2024-11-05/netsuite_sales_order_part_1.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_sales_order",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 2483322921229419527,
              "service_name": "drive-thru",
              "span_id": 1058225105276365508,
              "trace_id": 6644272839290004336
          }
      }
    • running: False
    • schema_name_id: 2004
    • start_time: 2024-11-05 19:06:20
    • success: True
    • trace_id: 6644272839290004336
    • duration: 0:00:20.830101
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 1,
          "partitions_applied": false,
          "success": true
      }
    • id: 130560657
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/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_sales_order",
              "key": "raw_incremental/netsuite_netsuite_sales_order/dt=2024-10-30/netsuite_sales_order_part_9_PUSH_2.json.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.netsuite_netsuite_sales_order",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 15666291057643681834,
              "service_name": "drive-thru",
              "span_id": 13549625029888877185,
              "trace_id": 11580305742084286935
          }
      }
    • running: False
    • schema_name_id: 2004
    • start_time: 2024-10-30 15:35:19
    • success: True
    • trace_id: 11580305742084286935
Partitions:
  • count: 148
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_prod_drivethru.netsuite_netsuite_sales_order`\nADD\n\n\n PARTITION (dt='2025-10-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-15'\n PARTITION (dt='2025-10-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-16'\n PARTITION (dt='2025-10-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-17'\n PARTITION (dt='2025-10-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-20'\n PARTITION (dt='2025-10-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-21'\n PARTITION (dt='2025-10-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-22'\n PARTITION (dt='2025-10-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-24'\n PARTITION (dt='2025-10-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-27'\n PARTITION (dt='2025-10-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-28'\n PARTITION (dt='2025-10-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-29'\n PARTITION (dt='2025-10-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-30'\n PARTITION (dt='2025-10-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-31'\n PARTITION (dt='2025-11-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-02/'\n PARTITION (dt='2025-11-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-03'\n PARTITION (dt='2025-11-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-04'\n PARTITION (dt='2025-11-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-05'\n PARTITION (dt='2025-11-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-06'\n PARTITION (dt='2025-11-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-07'\n PARTITION (dt='2025-11-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-08/'\n PARTITION (dt='2025-11-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-10'\n PARTITION (dt='2025-11-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-11'\n PARTITION (dt='2025-11-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-12'\n PARTITION (dt='2025-11-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-13'\n PARTITION (dt='2025-11-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-14'\n PARTITION (dt='2025-11-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-16/'\n PARTITION (dt='2025-11-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-17'\n PARTITION (dt='2025-11-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-18'\n PARTITION (dt='2025-11-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-19'\n PARTITION (dt='2025-11-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-20'\n PARTITION (dt='2025-11-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-21'\n PARTITION (dt='2025-11-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-24'\n PARTITION (dt='2025-11-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-25'\n PARTITION (dt='2025-11-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-26'\n PARTITION (dt='2025-11-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-27'\n PARTITION (dt='2025-11-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-28'\n PARTITION (dt='2025-12-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-01'\n PARTITION (dt='2025-12-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-02'\n PARTITION (dt='2025-12-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-03'\n PARTITION (dt='2025-12-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-04'\n PARTITION (dt='2025-12-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-05'\n PARTITION (dt='2025-12-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-06'\n PARTITION (dt='2025-12-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-07/'\n PARTITION (dt='2025-12-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-08'\n PARTITION (dt='2025-12-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-09'\n PARTITION (dt='2025-12-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-10'\n PARTITION (dt='2025-12-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-11'\n PARTITION (dt='2025-12-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-12'\n PARTITION (dt='2025-12-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-14'\n PARTITION (dt='2025-12-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-15'\n PARTITION (dt='2025-12-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-16'\n PARTITION (dt='2025-12-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-17'\n PARTITION (dt='2025-12-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-18'\n PARTITION (dt='2025-12-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-19'\n PARTITION (dt='2025-12-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-20'\n PARTITION (dt='2025-12-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-22'\n PARTITION (dt='2025-12-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-23'\n PARTITION (dt='2025-12-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-24'\n PARTITION (dt='2025-12-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-26'\n PARTITION (dt='2025-12-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-29'\n PARTITION (dt='2025-12-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-30'\n PARTITION (dt='2025-12-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-31'\n PARTITION (dt='2026-01-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-02'\n PARTITION (dt='2026-01-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-05'\n PARTITION (dt='2026-01-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-06'\n PARTITION (dt='2026-01-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-07'\n PARTITION (dt='2026-01-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-08'\n PARTITION (dt='2026-01-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-09'\n PARTITION (dt='2026-01-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-12'\n PARTITION (dt='2026-01-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-13'\n PARTITION (dt='2026-01-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-14'\n PARTITION (dt='2026-01-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-15'\n PARTITION (dt='2026-01-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-16'\n PARTITION (dt='2026-01-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-19'\n PARTITION (dt='2026-01-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-20'\n PARTITION (dt='2026-01-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-21'\n PARTITION (dt='2026-01-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-22'\n PARTITION (dt='2026-01-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-23'\n PARTITION (dt='2026-01-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-24'\n PARTITION (dt='2026-01-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-25/'\n PARTITION (dt='2026-01-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-26'\n PARTITION (dt='2026-01-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-27'\n PARTITION (dt='2026-01-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-28'\n PARTITION (dt='2026-01-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-29'\n PARTITION (dt='2026-01-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-30'\n PARTITION (dt='2026-01-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-31'\n PARTITION (dt='2026-02-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-02'\n PARTITION (dt='2026-02-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-03'\n PARTITION (dt='2026-02-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-04'\n PARTITION (dt='2026-02-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-05'\n PARTITION (dt='2026-02-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-06'\n PARTITION (dt='2026-02-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-07/'\n PARTITION (dt='2026-02-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-09'\n PARTITION (dt='2026-02-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-10'\n PARTITION (dt='2026-02-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-11'\n PARTITION (dt='2026-02-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-12'\n PARTITION (dt='2026-02-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-13'\n PARTITION (dt='2026-02-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-14'\n PARTITION (dt='2026-02-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-16'\n PARTITION (dt='2026-02-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-17'\n PARTITION (dt='2026-02-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-18'\n PARTITION (dt='2026-02-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-19'\n PARTITION (dt='2026-02-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-20'\n PARTITION (dt='2026-02-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-21/'\n PARTITION (dt='2026-02-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-23'\n PARTITION (dt='2026-02-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-24'\n PARTITION (dt='2026-02-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-25'\n PARTITION (dt='2026-02-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-26'\n PARTITION (dt='2026-02-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-27'\n PARTITION (dt='2026-02-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-28'\n PARTITION (dt='2026-03-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-01'\n PARTITION (dt='2026-03-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-02'\n PARTITION (dt='2026-03-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-03'\n PARTITION (dt='2026-03-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-04'\n PARTITION (dt='2026-03-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-05'\n PARTITION (dt='2026-03-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-06'\n PARTITION (dt='2026-03-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-09'\n PARTITION (dt='2026-03-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-10'\n PARTITION (dt='2026-03-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-11'\n PARTITION (dt='2026-03-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-12'\n PARTITION (dt='2026-03-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-13'\n PARTITION (dt='2026-03-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-16'\n PARTITION (dt='2026-03-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-17/'\n PARTITION (dt='2026-03-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-18'\n PARTITION (dt='2026-03-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-19'\n PARTITION (dt='2026-03-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-20'\n PARTITION (dt='2026-03-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-23'\n PARTITION (dt='2026-03-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-24'\n PARTITION (dt='2026-03-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-25'\n PARTITION (dt='2026-03-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-26'\n PARTITION (dt='2026-03-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-27'\n PARTITION (dt='2026-03-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-28/'\n PARTITION (dt='2026-03-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-29'\n PARTITION (dt='2026-03-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-30'\n PARTITION (dt='2026-03-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-31'\n PARTITION (dt='2026-04-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-01'\n PARTITION (dt='2026-04-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-02'\n PARTITION (dt='2026-04-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-03'\n PARTITION (dt='2026-04-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-04/'\n PARTITION (dt='2026-04-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-06'\n PARTITION (dt='2026-04-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-07'\n PARTITION (dt='2026-04-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-08'\n PARTITION (dt='2026-04-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-09'\n PARTITION (dt='2026-04-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-10'\n PARTITION (dt='2026-04-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-11/'\n PARTITION (dt='2026-04-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-13'\n PARTITION (dt='2026-04-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-14'\n PARTITION (dt='2026-04-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-15'\n PARTITION (dt='2026-04-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-16'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 1566184,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-15",
                "name": "dt",
                "value": "2025-10-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-15 19:03:10",
                    "last_data": "2025-10-15 19:03:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1568510,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-16",
                "name": "dt",
                "value": "2025-10-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-16 19:02:18",
                    "last_data": "2025-10-16 19:02:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1595809,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-17",
                "name": "dt",
                "value": "2025-10-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-17 19:03:02",
                    "last_data": "2025-10-17 19:03:19"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1596856,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-20",
                "name": "dt",
                "value": "2025-10-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-20 19:07:22",
                    "last_data": "2025-10-20 19:07:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597107,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-21",
                "name": "dt",
                "value": "2025-10-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-21 19:10:40",
                    "last_data": "2025-10-21 19:10:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597341,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-22",
                "name": "dt",
                "value": "2025-10-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-22 19:27:08",
                    "last_data": "2025-10-22 19:28:35"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1597836,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-24",
                "name": "dt",
                "value": "2025-10-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-24 19:12:33",
                    "last_data": "2025-10-24 19:14:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1598537,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-27",
                "name": "dt",
                "value": "2025-10-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-27 19:13:22",
                    "last_data": "2025-10-27 19:13:39"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1598770,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-28",
                "name": "dt",
                "value": "2025-10-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-28 19:15:17",
                    "last_data": "2025-10-28 19:32:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599008,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-29",
                "name": "dt",
                "value": "2025-10-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-29 19:39:57",
                    "last_data": "2025-10-29 19:40:21"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599242,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-30",
                "name": "dt",
                "value": "2025-10-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-30 19:22:56",
                    "last_data": "2025-10-30 19:36:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1599477,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-31",
                "name": "dt",
                "value": "2025-10-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-10-31 19:25:08",
                    "last_data": "2025-10-31 19:26:04"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600195,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-02/",
                "name": "dt",
                "value": "2025-11-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-02 19:14:41",
                    "last_data": "2025-11-02 19:14:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600462,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-03",
                "name": "dt",
                "value": "2025-11-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-03 20:00:17",
                    "last_data": "2025-11-03 20:00:26"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600690,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-04",
                "name": "dt",
                "value": "2025-11-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-04 19:14:08",
                    "last_data": "2025-11-04 19:17:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1600938,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-05",
                "name": "dt",
                "value": "2025-11-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-05 19:38:39",
                    "last_data": "2025-11-05 19:38:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601169,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-06",
                "name": "dt",
                "value": "2025-11-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-06 19:25:20",
                    "last_data": "2025-11-06 19:25:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601428,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-07",
                "name": "dt",
                "value": "2025-11-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-07 19:21:47",
                    "last_data": "2025-11-07 19:22:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1601661,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-08/",
                "name": "dt",
                "value": "2025-11-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-08 19:15:00",
                    "last_data": "2025-11-08 19:15:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602139,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-10",
                "name": "dt",
                "value": "2025-11-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-10 19:18:17",
                    "last_data": "2025-11-10 19:19:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602370,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-11",
                "name": "dt",
                "value": "2025-11-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-11 19:11:22",
                    "last_data": "2025-11-11 19:18:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602612,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-12",
                "name": "dt",
                "value": "2025-11-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-12 19:27:23",
                    "last_data": "2025-11-12 19:35:59"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1602848,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-13",
                "name": "dt",
                "value": "2025-11-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-13 19:09:49",
                    "last_data": "2025-11-13 19:11:47"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1603081,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-14",
                "name": "dt",
                "value": "2025-11-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-14 19:17:22",
                    "last_data": "2025-11-14 19:19:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1605756,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-16/",
                "name": "dt",
                "value": "2025-11-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-16 19:29:48",
                    "last_data": "2025-11-16 19:29:48"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1605981,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-17",
                "name": "dt",
                "value": "2025-11-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-17 19:13:53",
                    "last_data": "2025-11-17 19:17:01"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606254,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-18",
                "name": "dt",
                "value": "2025-11-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-18 19:19:42",
                    "last_data": "2025-11-18 19:20:12"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606489,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-19",
                "name": "dt",
                "value": "2025-11-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-19 19:29:34",
                    "last_data": "2025-11-19 19:29:58"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606719,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-20",
                "name": "dt",
                "value": "2025-11-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-20 19:18:14",
                    "last_data": "2025-11-20 19:21:12"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1606975,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-21",
                "name": "dt",
                "value": "2025-11-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-21 19:22:11",
                    "last_data": "2025-11-21 19:25:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608211,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-24",
                "name": "dt",
                "value": "2025-11-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-24 19:16:04",
                    "last_data": "2025-11-24 19:18:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608438,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-25",
                "name": "dt",
                "value": "2025-11-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-25 19:11:38",
                    "last_data": "2025-11-25 19:12:03"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608682,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-26",
                "name": "dt",
                "value": "2025-11-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-26 19:16:29",
                    "last_data": "2025-11-26 19:16:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1608898,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-27",
                "name": "dt",
                "value": "2025-11-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-27 19:14:00",
                    "last_data": "2025-11-27 19:27:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1609146,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-28",
                "name": "dt",
                "value": "2025-11-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-11-28 19:24:45",
                    "last_data": "2025-11-28 19:26:44"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1609837,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-01",
                "name": "dt",
                "value": "2025-12-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-01 19:10:20",
                    "last_data": "2025-12-01 19:10:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1610076,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-02",
                "name": "dt",
                "value": "2025-12-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-02 19:11:49",
                    "last_data": "2025-12-02 19:14:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1610312,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-03",
                "name": "dt",
                "value": "2025-12-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-03 19:13:31",
                    "last_data": "2025-12-03 19:17:33"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1610552,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-04",
                "name": "dt",
                "value": "2025-12-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-04 19:13:36",
                    "last_data": "2025-12-04 19:14:56"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611062,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-05",
                "name": "dt",
                "value": "2025-12-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-05 19:12:05",
                    "last_data": "2025-12-05 19:12:14"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611298,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-06",
                "name": "dt",
                "value": "2025-12-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-06 19:15:28",
                    "last_data": "2025-12-06 19:20:06"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611532,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-07/",
                "name": "dt",
                "value": "2025-12-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-07 19:30:27",
                    "last_data": "2025-12-07 19:30:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1611769,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-08",
                "name": "dt",
                "value": "2025-12-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-08 19:13:41",
                    "last_data": "2025-12-08 19:14:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1612244,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-09",
                "name": "dt",
                "value": "2025-12-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-09 19:13:29",
                    "last_data": "2025-12-09 19:13:56"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1612481,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-10",
                "name": "dt",
                "value": "2025-12-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-10 19:12:02",
                    "last_data": "2025-12-10 19:15:59"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1612739,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-11",
                "name": "dt",
                "value": "2025-12-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-11 19:21:55",
                    "last_data": "2025-12-11 19:22:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613006,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-12",
                "name": "dt",
                "value": "2025-12-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-12 19:13:19",
                    "last_data": "2025-12-12 19:18:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613511,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-14",
                "name": "dt",
                "value": "2025-12-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-14 19:18:00",
                    "last_data": "2025-12-14 19:22:39"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1613786,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-15",
                "name": "dt",
                "value": "2025-12-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-15 19:15:14",
                    "last_data": "2025-12-15 19:18:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1616527,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-16",
                "name": "dt",
                "value": "2025-12-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-16 19:12:29",
                    "last_data": "2025-12-16 19:13:45"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1616754,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-17",
                "name": "dt",
                "value": "2025-12-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-17 19:14:12",
                    "last_data": "2025-12-17 19:15:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1616975,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-18",
                "name": "dt",
                "value": "2025-12-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-18 19:15:34",
                    "last_data": "2025-12-18 19:21:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617190,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-19",
                "name": "dt",
                "value": "2025-12-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-19 19:12:25",
                    "last_data": "2025-12-19 19:14:31"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617403,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-20",
                "name": "dt",
                "value": "2025-12-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-20 19:12:10",
                    "last_data": "2025-12-20 19:12:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1617864,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-22",
                "name": "dt",
                "value": "2025-12-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-22 19:04:23",
                    "last_data": "2025-12-22 19:05:18"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618084,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-23",
                "name": "dt",
                "value": "2025-12-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-23 19:04:46",
                    "last_data": "2025-12-23 19:04:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618294,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-24",
                "name": "dt",
                "value": "2025-12-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-24 19:03:10",
                    "last_data": "2025-12-24 19:03:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1618730,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-26",
                "name": "dt",
                "value": "2025-12-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-26 19:03:42",
                    "last_data": "2025-12-26 19:03:47"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619418,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-29",
                "name": "dt",
                "value": "2025-12-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-29 19:08:28",
                    "last_data": "2025-12-29 19:08:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619627,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-30",
                "name": "dt",
                "value": "2025-12-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-30 19:04:51",
                    "last_data": "2025-12-30 19:05:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1619840,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-31",
                "name": "dt",
                "value": "2025-12-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-12-31 19:06:31",
                    "last_data": "2025-12-31 19:07:06"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620292,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-02",
                "name": "dt",
                "value": "2026-01-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-02 19:04:06",
                    "last_data": "2026-01-02 19:05:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1620941,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-05",
                "name": "dt",
                "value": "2026-01-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-05 19:04:06",
                    "last_data": "2026-01-05 19:06:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621171,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-06",
                "name": "dt",
                "value": "2026-01-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-06 19:12:37",
                    "last_data": "2026-01-06 19:12:52"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621393,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-07",
                "name": "dt",
                "value": "2026-01-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-07 19:07:05",
                    "last_data": "2026-01-07 19:07:47"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621611,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-08",
                "name": "dt",
                "value": "2026-01-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-08 19:04:17",
                    "last_data": "2026-01-08 19:05:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1621817,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-09",
                "name": "dt",
                "value": "2026-01-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-09 19:04:26",
                    "last_data": "2026-01-09 19:05:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1622620,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-12",
                "name": "dt",
                "value": "2026-01-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-12 19:03:41",
                    "last_data": "2026-01-12 19:05:06"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1622840,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-13",
                "name": "dt",
                "value": "2026-01-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-13 19:04:32",
                    "last_data": "2026-01-13 19:05:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1623059,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-14",
                "name": "dt",
                "value": "2026-01-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-14 19:04:30",
                    "last_data": "2026-01-14 19:05:09"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1623331,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-15",
                "name": "dt",
                "value": "2026-01-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-15 19:04:24",
                    "last_data": "2026-01-15 19:04:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1625655,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-16",
                "name": "dt",
                "value": "2026-01-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-16 19:03:51",
                    "last_data": "2026-01-16 19:06:55"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626509,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-19",
                "name": "dt",
                "value": "2026-01-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-19 19:03:18",
                    "last_data": "2026-01-19 19:04:33"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1626758,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-20",
                "name": "dt",
                "value": "2026-01-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-20 19:03:47",
                    "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": 1626979,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-21",
                "name": "dt",
                "value": "2026-01-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-21 19:04:37",
                    "last_data": "2026-01-21 19:05:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627188,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-22",
                "name": "dt",
                "value": "2026-01-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-22 19:03:52",
                    "last_data": "2026-01-22 19:05:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627403,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-23",
                "name": "dt",
                "value": "2026-01-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-23 19:04:31",
                    "last_data": "2026-01-23 19:06:34"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627612,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-24",
                "name": "dt",
                "value": "2026-01-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-24 19:03:24",
                    "last_data": "2026-01-24 19:04:35"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1627829,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-25/",
                "name": "dt",
                "value": "2026-01-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-25 19:03:18",
                    "last_data": "2026-01-25 19:03:18"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628048,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-26",
                "name": "dt",
                "value": "2026-01-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-26 19:04:37",
                    "last_data": "2026-01-26 19:05:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628267,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-27",
                "name": "dt",
                "value": "2026-01-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-27 19:04:34",
                    "last_data": "2026-01-27 19:04:48"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628486,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-28",
                "name": "dt",
                "value": "2026-01-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-28 19:05:55",
                    "last_data": "2026-01-28 19:07:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628717,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-29",
                "name": "dt",
                "value": "2026-01-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-29 19:04:55",
                    "last_data": "2026-01-29 19:05:19"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1628937,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-30",
                "name": "dt",
                "value": "2026-01-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-30 19:04:20",
                    "last_data": "2026-01-30 19:05:22"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629146,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-31",
                "name": "dt",
                "value": "2026-01-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-01-31 19:03:42",
                    "last_data": "2026-01-31 19:04:58"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629597,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-02",
                "name": "dt",
                "value": "2026-02-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-02 19:04:32",
                    "last_data": "2026-02-02 19:06:05"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1629884,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-03",
                "name": "dt",
                "value": "2026-02-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-03 19:06:17",
                    "last_data": "2026-02-03 19:06:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630104,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-04",
                "name": "dt",
                "value": "2026-02-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-04 19:04:56",
                    "last_data": "2026-02-04 19:05:04"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630326,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-05",
                "name": "dt",
                "value": "2026-02-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-05 19:05:29",
                    "last_data": "2026-02-05 19:05:40"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630543,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-06",
                "name": "dt",
                "value": "2026-02-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-06 21:00:27",
                    "last_data": "2026-02-06 21:00:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1630751,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-07/",
                "name": "dt",
                "value": "2026-02-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-07 19:03:50",
                    "last_data": "2026-02-07 19:03:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631191,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-09",
                "name": "dt",
                "value": "2026-02-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-09 19:04:23",
                    "last_data": "2026-02-09 19:04:45"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631422,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-10",
                "name": "dt",
                "value": "2026-02-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-10 19:23:35",
                    "last_data": "2026-02-10 19:23:50"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631735,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-11",
                "name": "dt",
                "value": "2026-02-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-11 19:04:55",
                    "last_data": "2026-02-11 19:05:18"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1631957,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-12",
                "name": "dt",
                "value": "2026-02-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-12 19:04:24",
                    "last_data": "2026-02-12 19:04:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1632254,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-13",
                "name": "dt",
                "value": "2026-02-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-13 19:02:50",
                    "last_data": "2026-02-13 19:02:58"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1632464,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-14",
                "name": "dt",
                "value": "2026-02-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-14 19:03:14",
                    "last_data": "2026-02-14 19:03:20"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635036,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-16",
                "name": "dt",
                "value": "2026-02-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-16 19:03:32",
                    "last_data": "2026-02-16 19:03:38"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635258,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-17",
                "name": "dt",
                "value": "2026-02-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-17 19:03:56",
                    "last_data": "2026-02-17 19:05:40"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635479,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-18",
                "name": "dt",
                "value": "2026-02-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-18 19:05:01",
                    "last_data": "2026-02-18 19:05:04"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635685,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-19",
                "name": "dt",
                "value": "2026-02-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-19 19:04:43",
                    "last_data": "2026-02-19 19:05:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1635906,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-20",
                "name": "dt",
                "value": "2026-02-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-20 19:04:58",
                    "last_data": "2026-02-20 19:05:11"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636105,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-21/",
                "name": "dt",
                "value": "2026-02-21"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-21 19:03:30",
                    "last_data": "2026-02-21 19:03:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636662,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-23",
                "name": "dt",
                "value": "2026-02-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-23 19:04:21",
                    "last_data": "2026-02-23 19:05:44"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1636877,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-24",
                "name": "dt",
                "value": "2026-02-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-24 19:04:26",
                    "last_data": "2026-02-24 19:04:47"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1637497,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-25",
                "name": "dt",
                "value": "2026-02-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-25 19:03:26",
                    "last_data": "2026-02-25 19:03:35"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1637716,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-26",
                "name": "dt",
                "value": "2026-02-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-26 19:04:03",
                    "last_data": "2026-02-26 19:04:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641110,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-27",
                "name": "dt",
                "value": "2026-02-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-27 19:31:33",
                    "last_data": "2026-02-27 19:31:44"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641315,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-28",
                "name": "dt",
                "value": "2026-02-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-02-28 19:03:36",
                    "last_data": "2026-02-28 19:04:52"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641553,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-01",
                "name": "dt",
                "value": "2026-03-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-01 19:05:00",
                    "last_data": "2026-03-01 19:06:56"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641753,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-02",
                "name": "dt",
                "value": "2026-03-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-02 19:05:09",
                    "last_data": "2026-03-02 19:05:32"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1641999,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-03",
                "name": "dt",
                "value": "2026-03-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-03 21:24:22",
                    "last_data": "2026-03-03 21:24:27"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642215,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-04",
                "name": "dt",
                "value": "2026-03-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-04 19:06:04",
                    "last_data": "2026-03-04 19:06:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642427,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-05",
                "name": "dt",
                "value": "2026-03-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-05 19:05:16",
                    "last_data": "2026-03-05 19:06:34"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1642651,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-06",
                "name": "dt",
                "value": "2026-03-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-06 19:04:35",
                    "last_data": "2026-03-06 19:04:51"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1643864,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-09",
                "name": "dt",
                "value": "2026-03-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-09 19:04:54",
                    "last_data": "2026-03-09 19:05:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1644938,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-10",
                "name": "dt",
                "value": "2026-03-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-10 19:03:34",
                    "last_data": "2026-03-10 19:03:45"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645156,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-11",
                "name": "dt",
                "value": "2026-03-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-11 19:04:31",
                    "last_data": "2026-03-11 19:04:42"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645368,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-12",
                "name": "dt",
                "value": "2026-03-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-12 19:04:07",
                    "last_data": "2026-03-12 19:04:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1645586,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-13",
                "name": "dt",
                "value": "2026-03-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-13 19:02:43",
                    "last_data": "2026-03-13 19:02:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648026,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-16",
                "name": "dt",
                "value": "2026-03-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-16 19:03:13",
                    "last_data": "2026-03-16 19:03:25"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648241,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-17/",
                "name": "dt",
                "value": "2026-03-17"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-17 19:04:37",
                    "last_data": "2026-03-17 19:04:37"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648454,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-18",
                "name": "dt",
                "value": "2026-03-18"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-18 19:03:59",
                    "last_data": "2026-03-18 19:04:17"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648702,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-19",
                "name": "dt",
                "value": "2026-03-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-19 19:03:18",
                    "last_data": "2026-03-19 19:03:28"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1648911,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-20",
                "name": "dt",
                "value": "2026-03-20"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-20 19:04:28",
                    "last_data": "2026-03-20 19:04:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1649669,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-23",
                "name": "dt",
                "value": "2026-03-23"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-23 19:04:33",
                    "last_data": "2026-03-23 19:04:36"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1649890,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-24",
                "name": "dt",
                "value": "2026-03-24"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-24 19:05:46",
                    "last_data": "2026-03-24 19:06:41"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650137,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-25",
                "name": "dt",
                "value": "2026-03-25"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-25 19:03:42",
                    "last_data": "2026-03-25 19:04:01"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650350,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-26",
                "name": "dt",
                "value": "2026-03-26"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-26 19:03:35",
                    "last_data": "2026-03-26 19:03:46"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650566,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-27",
                "name": "dt",
                "value": "2026-03-27"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-27 19:03:32",
                    "last_data": "2026-03-27 19:03:52"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1650776,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-28/",
                "name": "dt",
                "value": "2026-03-28"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-28 19:03:54",
                    "last_data": "2026-03-28 19:03:54"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1651410,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-29",
                "name": "dt",
                "value": "2026-03-29"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-29 19:03:07",
                    "last_data": "2026-03-29 19:03:08"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1651717,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-30",
                "name": "dt",
                "value": "2026-03-30"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-30 19:03:10",
                    "last_data": "2026-03-30 19:03:15"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1651931,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-31",
                "name": "dt",
                "value": "2026-03-31"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-03-31 19:04:15",
                    "last_data": "2026-03-31 19:04:22"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652158,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-01",
                "name": "dt",
                "value": "2026-04-01"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-01 19:03:56",
                    "last_data": "2026-04-01 19:04:30"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652534,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-02",
                "name": "dt",
                "value": "2026-04-02"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-02 19:03:56",
                    "last_data": "2026-04-02 19:04:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652746,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-03",
                "name": "dt",
                "value": "2026-04-03"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-03 19:03:51",
                    "last_data": "2026-04-03 19:04:07"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1652964,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-04/",
                "name": "dt",
                "value": "2026-04-04"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-04 19:03:29",
                    "last_data": "2026-04-04 19:03:29"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1656687,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-06",
                "name": "dt",
                "value": "2026-04-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-06 19:05:24",
                    "last_data": "2026-04-06 19:06:13"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1656911,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-07",
                "name": "dt",
                "value": "2026-04-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-07 19:03:34",
                    "last_data": "2026-04-07 19:04:03"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657316,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-08",
                "name": "dt",
                "value": "2026-04-08"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-08 19:04:18",
                    "last_data": "2026-04-08 19:04:59"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657538,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-09",
                "name": "dt",
                "value": "2026-04-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-09 19:03:40",
                    "last_data": "2026-04-09 19:03:45"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657754,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-10",
                "name": "dt",
                "value": "2026-04-10"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-10 19:02:43",
                    "last_data": "2026-04-10 19:05:19"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1657972,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-11/",
                "name": "dt",
                "value": "2026-04-11"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-11 19:05:06",
                    "last_data": "2026-04-11 19:05:06"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1658393,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-13",
                "name": "dt",
                "value": "2026-04-13"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-13 19:03:32",
                    "last_data": "2026-04-13 19:03:33"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1658573,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-14",
                "name": "dt",
                "value": "2026-04-14"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-14 19:03:17",
                    "last_data": "2026-04-14 19:03:34"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1659053,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-15",
                "name": "dt",
                "value": "2026-04-15"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-15 19:03:16",
                    "last_data": "2026-04-15 19:03:49"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 1661236,
                "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-16",
                "name": "dt",
                "value": "2026-04-16"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2026-04-16 19:04:48",
                    "last_data": "2026-04-16 19:05:24"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "closed": "string",
        "contract_billing_freq": "string",
        "contract_cancellation_date": "string",
        "contract_internal_id": "string",
        "contract_line_creation_status": "string",
        "customer_company_name": "string",
        "customer_internal_id": "string",
        "customer_sfdc_id": "string",
        "date": "string",
        "document_numberid": "string",
        "end_date": "string",
        "in_contract_action": "string",
        "internal_id": "string",
        "item": "string",
        "lastmodifieddate": "string",
        "line_number": "string",
        "list_price": "string",
        "quantity": "string",
        "rate": "string",
        "sales_order_cancellation_date": "string",
        "sales_order_status": "string",
        "sfdc_opportunity_id": "string",
        "sfdc_order_id": "string",
        "sfdc_order_product_id": "string",
        "start_date": "string",
        "status": "string",
        "subsidiary": "string",
        "tax_line": "string",
        "total_amount_transaction_currency": "string",
        "transaction_line_unique_id": "string",
        "type": "string"
    }
  • created: 2024-11-05 19:06:23
  • 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_sales_order`\n(\n`date`STRING,`type`STRING,`customer_company_name`STRING,`start_date`STRING,`sfdc_order_product_id`STRING,`item`STRING,`status`STRING,`sfdc_opportunity_id`STRING,`contract_internal_id`STRING,`sfdc_order_id`STRING,`transaction_line_unique_id`STRING,`contract_line_creation_status`STRING,`in_contract_action`STRING,`lastmodifieddate`STRING,`customer_sfdc_id`STRING,`rate`STRING,`sales_order_cancellation_date`STRING,`document_numberid`STRING,`list_price`STRING,`end_date`STRING,`closed`STRING,`sales_order_status`STRING,`customer_internal_id`STRING,`contract_cancellation_date`STRING,`total_amount_transaction_currency`STRING,`tax_line`STRING,`internal_id`STRING,`quantity`STRING,`contract_billing_freq`STRING,`line_number`STRING,`subsidiary`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_sales_order'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_sales_order`",
        "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_sales_order"
    }
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 15:35:19",
        "disabled": false,
        "format": "raw",
        "id": 2004,
        "is_partitioned": true,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_prod_drivethru",
            "table": "netsuite_netsuite_sales_order"
        },
        "type": "drivethrujson"
    },
    "partition": {
        "count": 148,
        "ddl": [
            "ALTER TABLE\n    `sfdl_prod_drivethru.netsuite_netsuite_sales_order`\nADD\n\n\n PARTITION (dt='2025-10-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-15'\n PARTITION (dt='2025-10-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-16'\n PARTITION (dt='2025-10-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-17'\n PARTITION (dt='2025-10-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-20'\n PARTITION (dt='2025-10-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-21'\n PARTITION (dt='2025-10-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-22'\n PARTITION (dt='2025-10-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-24'\n PARTITION (dt='2025-10-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-27'\n PARTITION (dt='2025-10-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-28'\n PARTITION (dt='2025-10-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-29'\n PARTITION (dt='2025-10-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-30'\n PARTITION (dt='2025-10-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-31'\n PARTITION (dt='2025-11-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-02/'\n PARTITION (dt='2025-11-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-03'\n PARTITION (dt='2025-11-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-04'\n PARTITION (dt='2025-11-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-05'\n PARTITION (dt='2025-11-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-06'\n PARTITION (dt='2025-11-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-07'\n PARTITION (dt='2025-11-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-08/'\n PARTITION (dt='2025-11-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-10'\n PARTITION (dt='2025-11-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-11'\n PARTITION (dt='2025-11-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-12'\n PARTITION (dt='2025-11-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-13'\n PARTITION (dt='2025-11-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-14'\n PARTITION (dt='2025-11-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-16/'\n PARTITION (dt='2025-11-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-17'\n PARTITION (dt='2025-11-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-18'\n PARTITION (dt='2025-11-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-19'\n PARTITION (dt='2025-11-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-20'\n PARTITION (dt='2025-11-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-21'\n PARTITION (dt='2025-11-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-24'\n PARTITION (dt='2025-11-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-25'\n PARTITION (dt='2025-11-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-26'\n PARTITION (dt='2025-11-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-27'\n PARTITION (dt='2025-11-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-28'\n PARTITION (dt='2025-12-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-01'\n PARTITION (dt='2025-12-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-02'\n PARTITION (dt='2025-12-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-03'\n PARTITION (dt='2025-12-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-04'\n PARTITION (dt='2025-12-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-05'\n PARTITION (dt='2025-12-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-06'\n PARTITION (dt='2025-12-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-07/'\n PARTITION (dt='2025-12-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-08'\n PARTITION (dt='2025-12-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-09'\n PARTITION (dt='2025-12-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-10'\n PARTITION (dt='2025-12-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-11'\n PARTITION (dt='2025-12-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-12'\n PARTITION (dt='2025-12-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-14'\n PARTITION (dt='2025-12-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-15'\n PARTITION (dt='2025-12-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-16'\n PARTITION (dt='2025-12-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-17'\n PARTITION (dt='2025-12-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-18'\n PARTITION (dt='2025-12-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-19'\n PARTITION (dt='2025-12-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-20'\n PARTITION (dt='2025-12-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-22'\n PARTITION (dt='2025-12-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-23'\n PARTITION (dt='2025-12-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-24'\n PARTITION (dt='2025-12-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-26'\n PARTITION (dt='2025-12-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-29'\n PARTITION (dt='2025-12-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-30'\n PARTITION (dt='2025-12-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-31'\n PARTITION (dt='2026-01-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-02'\n PARTITION (dt='2026-01-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-05'\n PARTITION (dt='2026-01-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-06'\n PARTITION (dt='2026-01-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-07'\n PARTITION (dt='2026-01-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-08'\n PARTITION (dt='2026-01-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-09'\n PARTITION (dt='2026-01-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-12'\n PARTITION (dt='2026-01-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-13'\n PARTITION (dt='2026-01-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-14'\n PARTITION (dt='2026-01-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-15'\n PARTITION (dt='2026-01-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-16'\n PARTITION (dt='2026-01-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-19'\n PARTITION (dt='2026-01-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-20'\n PARTITION (dt='2026-01-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-21'\n PARTITION (dt='2026-01-22') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-22'\n PARTITION (dt='2026-01-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-23'\n PARTITION (dt='2026-01-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-24'\n PARTITION (dt='2026-01-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-25/'\n PARTITION (dt='2026-01-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-26'\n PARTITION (dt='2026-01-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-27'\n PARTITION (dt='2026-01-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-28'\n PARTITION (dt='2026-01-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-29'\n PARTITION (dt='2026-01-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-30'\n PARTITION (dt='2026-01-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-31'\n PARTITION (dt='2026-02-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-02'\n PARTITION (dt='2026-02-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-03'\n PARTITION (dt='2026-02-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-04'\n PARTITION (dt='2026-02-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-05'\n PARTITION (dt='2026-02-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-06'\n PARTITION (dt='2026-02-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-07/'\n PARTITION (dt='2026-02-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-09'\n PARTITION (dt='2026-02-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-10'\n PARTITION (dt='2026-02-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-11'\n PARTITION (dt='2026-02-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-12'\n PARTITION (dt='2026-02-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-13'\n PARTITION (dt='2026-02-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-14'\n PARTITION (dt='2026-02-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-16'\n PARTITION (dt='2026-02-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-17'\n PARTITION (dt='2026-02-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-18'\n PARTITION (dt='2026-02-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-19'\n PARTITION (dt='2026-02-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-20'\n PARTITION (dt='2026-02-21') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-21/'\n PARTITION (dt='2026-02-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-23'\n PARTITION (dt='2026-02-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-24'\n PARTITION (dt='2026-02-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-25'\n PARTITION (dt='2026-02-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-26'\n PARTITION (dt='2026-02-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-27'\n PARTITION (dt='2026-02-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-28'\n PARTITION (dt='2026-03-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-01'\n PARTITION (dt='2026-03-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-02'\n PARTITION (dt='2026-03-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-03'\n PARTITION (dt='2026-03-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-04'\n PARTITION (dt='2026-03-05') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-05'\n PARTITION (dt='2026-03-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-06'\n PARTITION (dt='2026-03-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-09'\n PARTITION (dt='2026-03-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-10'\n PARTITION (dt='2026-03-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-11'\n PARTITION (dt='2026-03-12') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-12'\n PARTITION (dt='2026-03-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-13'\n PARTITION (dt='2026-03-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-16'\n PARTITION (dt='2026-03-17') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-17/'\n PARTITION (dt='2026-03-18') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-18'\n PARTITION (dt='2026-03-19') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-19'\n PARTITION (dt='2026-03-20') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-20'\n PARTITION (dt='2026-03-23') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-23'\n PARTITION (dt='2026-03-24') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-24'\n PARTITION (dt='2026-03-25') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-25'\n PARTITION (dt='2026-03-26') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-26'\n PARTITION (dt='2026-03-27') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-27'\n PARTITION (dt='2026-03-28') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-28/'\n PARTITION (dt='2026-03-29') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-29'\n PARTITION (dt='2026-03-30') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-30'\n PARTITION (dt='2026-03-31') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-31'\n PARTITION (dt='2026-04-01') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-01'\n PARTITION (dt='2026-04-02') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-02'\n PARTITION (dt='2026-04-03') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-03'\n PARTITION (dt='2026-04-04') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-04/'\n PARTITION (dt='2026-04-06') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-06'\n PARTITION (dt='2026-04-07') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-07'\n PARTITION (dt='2026-04-08') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-08'\n PARTITION (dt='2026-04-09') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-09'\n PARTITION (dt='2026-04-10') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-10'\n PARTITION (dt='2026-04-11') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-11/'\n PARTITION (dt='2026-04-13') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-13'\n PARTITION (dt='2026-04-14') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-14'\n PARTITION (dt='2026-04-15') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-15'\n PARTITION (dt='2026-04-16') location 's3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-16'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 1566184,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-15",
                    "name": "dt",
                    "value": "2025-10-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-15 19:03:10",
                        "last_data": "2025-10-15 19:03:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1568510,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-16",
                    "name": "dt",
                    "value": "2025-10-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-16 19:02:18",
                        "last_data": "2025-10-16 19:02:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1595809,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-17",
                    "name": "dt",
                    "value": "2025-10-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-17 19:03:02",
                        "last_data": "2025-10-17 19:03:19"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1596856,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-20",
                    "name": "dt",
                    "value": "2025-10-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-20 19:07:22",
                        "last_data": "2025-10-20 19:07:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597107,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-21",
                    "name": "dt",
                    "value": "2025-10-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-21 19:10:40",
                        "last_data": "2025-10-21 19:10:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597341,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-22",
                    "name": "dt",
                    "value": "2025-10-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-22 19:27:08",
                        "last_data": "2025-10-22 19:28:35"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1597836,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-24",
                    "name": "dt",
                    "value": "2025-10-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-24 19:12:33",
                        "last_data": "2025-10-24 19:14:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1598537,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-27",
                    "name": "dt",
                    "value": "2025-10-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-27 19:13:22",
                        "last_data": "2025-10-27 19:13:39"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1598770,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-28",
                    "name": "dt",
                    "value": "2025-10-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-28 19:15:17",
                        "last_data": "2025-10-28 19:32:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599008,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-29",
                    "name": "dt",
                    "value": "2025-10-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-29 19:39:57",
                        "last_data": "2025-10-29 19:40:21"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599242,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-30",
                    "name": "dt",
                    "value": "2025-10-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-30 19:22:56",
                        "last_data": "2025-10-30 19:36:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1599477,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-10-31",
                    "name": "dt",
                    "value": "2025-10-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-10-31 19:25:08",
                        "last_data": "2025-10-31 19:26:04"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600195,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-02/",
                    "name": "dt",
                    "value": "2025-11-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-02 19:14:41",
                        "last_data": "2025-11-02 19:14:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600462,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-03",
                    "name": "dt",
                    "value": "2025-11-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-03 20:00:17",
                        "last_data": "2025-11-03 20:00:26"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600690,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-04",
                    "name": "dt",
                    "value": "2025-11-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-04 19:14:08",
                        "last_data": "2025-11-04 19:17:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1600938,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-05",
                    "name": "dt",
                    "value": "2025-11-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-05 19:38:39",
                        "last_data": "2025-11-05 19:38:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601169,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-06",
                    "name": "dt",
                    "value": "2025-11-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-06 19:25:20",
                        "last_data": "2025-11-06 19:25:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601428,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-07",
                    "name": "dt",
                    "value": "2025-11-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-07 19:21:47",
                        "last_data": "2025-11-07 19:22:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1601661,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-08/",
                    "name": "dt",
                    "value": "2025-11-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-08 19:15:00",
                        "last_data": "2025-11-08 19:15:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602139,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-10",
                    "name": "dt",
                    "value": "2025-11-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-10 19:18:17",
                        "last_data": "2025-11-10 19:19:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602370,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-11",
                    "name": "dt",
                    "value": "2025-11-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-11 19:11:22",
                        "last_data": "2025-11-11 19:18:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602612,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-12",
                    "name": "dt",
                    "value": "2025-11-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-12 19:27:23",
                        "last_data": "2025-11-12 19:35:59"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1602848,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-13",
                    "name": "dt",
                    "value": "2025-11-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-13 19:09:49",
                        "last_data": "2025-11-13 19:11:47"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1603081,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-14",
                    "name": "dt",
                    "value": "2025-11-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-14 19:17:22",
                        "last_data": "2025-11-14 19:19:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1605756,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-16/",
                    "name": "dt",
                    "value": "2025-11-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-16 19:29:48",
                        "last_data": "2025-11-16 19:29:48"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1605981,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-17",
                    "name": "dt",
                    "value": "2025-11-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-17 19:13:53",
                        "last_data": "2025-11-17 19:17:01"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606254,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-18",
                    "name": "dt",
                    "value": "2025-11-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-18 19:19:42",
                        "last_data": "2025-11-18 19:20:12"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606489,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-19",
                    "name": "dt",
                    "value": "2025-11-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-19 19:29:34",
                        "last_data": "2025-11-19 19:29:58"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606719,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-20",
                    "name": "dt",
                    "value": "2025-11-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-20 19:18:14",
                        "last_data": "2025-11-20 19:21:12"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1606975,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-21",
                    "name": "dt",
                    "value": "2025-11-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-21 19:22:11",
                        "last_data": "2025-11-21 19:25:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608211,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-24",
                    "name": "dt",
                    "value": "2025-11-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-24 19:16:04",
                        "last_data": "2025-11-24 19:18:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608438,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-25",
                    "name": "dt",
                    "value": "2025-11-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-25 19:11:38",
                        "last_data": "2025-11-25 19:12:03"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608682,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-26",
                    "name": "dt",
                    "value": "2025-11-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-26 19:16:29",
                        "last_data": "2025-11-26 19:16:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1608898,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-27",
                    "name": "dt",
                    "value": "2025-11-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-27 19:14:00",
                        "last_data": "2025-11-27 19:27:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1609146,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-11-28",
                    "name": "dt",
                    "value": "2025-11-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-11-28 19:24:45",
                        "last_data": "2025-11-28 19:26:44"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1609837,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-01",
                    "name": "dt",
                    "value": "2025-12-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-01 19:10:20",
                        "last_data": "2025-12-01 19:10:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1610076,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-02",
                    "name": "dt",
                    "value": "2025-12-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-02 19:11:49",
                        "last_data": "2025-12-02 19:14:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1610312,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-03",
                    "name": "dt",
                    "value": "2025-12-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-03 19:13:31",
                        "last_data": "2025-12-03 19:17:33"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1610552,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-04",
                    "name": "dt",
                    "value": "2025-12-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-04 19:13:36",
                        "last_data": "2025-12-04 19:14:56"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611062,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-05",
                    "name": "dt",
                    "value": "2025-12-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-05 19:12:05",
                        "last_data": "2025-12-05 19:12:14"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611298,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-06",
                    "name": "dt",
                    "value": "2025-12-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-06 19:15:28",
                        "last_data": "2025-12-06 19:20:06"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611532,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-07/",
                    "name": "dt",
                    "value": "2025-12-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-07 19:30:27",
                        "last_data": "2025-12-07 19:30:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1611769,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-08",
                    "name": "dt",
                    "value": "2025-12-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-08 19:13:41",
                        "last_data": "2025-12-08 19:14:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1612244,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-09",
                    "name": "dt",
                    "value": "2025-12-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-09 19:13:29",
                        "last_data": "2025-12-09 19:13:56"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1612481,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-10",
                    "name": "dt",
                    "value": "2025-12-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-10 19:12:02",
                        "last_data": "2025-12-10 19:15:59"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1612739,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-11",
                    "name": "dt",
                    "value": "2025-12-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-11 19:21:55",
                        "last_data": "2025-12-11 19:22:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613006,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-12",
                    "name": "dt",
                    "value": "2025-12-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-12 19:13:19",
                        "last_data": "2025-12-12 19:18:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613511,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-14",
                    "name": "dt",
                    "value": "2025-12-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-14 19:18:00",
                        "last_data": "2025-12-14 19:22:39"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1613786,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-15",
                    "name": "dt",
                    "value": "2025-12-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-15 19:15:14",
                        "last_data": "2025-12-15 19:18:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1616527,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-16",
                    "name": "dt",
                    "value": "2025-12-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-16 19:12:29",
                        "last_data": "2025-12-16 19:13:45"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1616754,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-17",
                    "name": "dt",
                    "value": "2025-12-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-17 19:14:12",
                        "last_data": "2025-12-17 19:15:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1616975,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-18",
                    "name": "dt",
                    "value": "2025-12-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-18 19:15:34",
                        "last_data": "2025-12-18 19:21:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617190,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-19",
                    "name": "dt",
                    "value": "2025-12-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-19 19:12:25",
                        "last_data": "2025-12-19 19:14:31"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617403,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-20",
                    "name": "dt",
                    "value": "2025-12-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-20 19:12:10",
                        "last_data": "2025-12-20 19:12:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1617864,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-22",
                    "name": "dt",
                    "value": "2025-12-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-22 19:04:23",
                        "last_data": "2025-12-22 19:05:18"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618084,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-23",
                    "name": "dt",
                    "value": "2025-12-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-23 19:04:46",
                        "last_data": "2025-12-23 19:04:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618294,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-24",
                    "name": "dt",
                    "value": "2025-12-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-24 19:03:10",
                        "last_data": "2025-12-24 19:03:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1618730,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-26",
                    "name": "dt",
                    "value": "2025-12-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-26 19:03:42",
                        "last_data": "2025-12-26 19:03:47"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619418,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-29",
                    "name": "dt",
                    "value": "2025-12-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-29 19:08:28",
                        "last_data": "2025-12-29 19:08:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619627,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-30",
                    "name": "dt",
                    "value": "2025-12-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-30 19:04:51",
                        "last_data": "2025-12-30 19:05:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1619840,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2025-12-31",
                    "name": "dt",
                    "value": "2025-12-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-12-31 19:06:31",
                        "last_data": "2025-12-31 19:07:06"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620292,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-02",
                    "name": "dt",
                    "value": "2026-01-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-02 19:04:06",
                        "last_data": "2026-01-02 19:05:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1620941,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-05",
                    "name": "dt",
                    "value": "2026-01-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-05 19:04:06",
                        "last_data": "2026-01-05 19:06:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621171,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-06",
                    "name": "dt",
                    "value": "2026-01-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-06 19:12:37",
                        "last_data": "2026-01-06 19:12:52"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621393,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-07",
                    "name": "dt",
                    "value": "2026-01-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-07 19:07:05",
                        "last_data": "2026-01-07 19:07:47"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621611,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-08",
                    "name": "dt",
                    "value": "2026-01-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-08 19:04:17",
                        "last_data": "2026-01-08 19:05:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1621817,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-09",
                    "name": "dt",
                    "value": "2026-01-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-09 19:04:26",
                        "last_data": "2026-01-09 19:05:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1622620,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-12",
                    "name": "dt",
                    "value": "2026-01-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-12 19:03:41",
                        "last_data": "2026-01-12 19:05:06"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1622840,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-13",
                    "name": "dt",
                    "value": "2026-01-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-13 19:04:32",
                        "last_data": "2026-01-13 19:05:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1623059,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-14",
                    "name": "dt",
                    "value": "2026-01-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-14 19:04:30",
                        "last_data": "2026-01-14 19:05:09"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1623331,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-15",
                    "name": "dt",
                    "value": "2026-01-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-15 19:04:24",
                        "last_data": "2026-01-15 19:04:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1625655,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-16",
                    "name": "dt",
                    "value": "2026-01-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-16 19:03:51",
                        "last_data": "2026-01-16 19:06:55"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626509,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-19",
                    "name": "dt",
                    "value": "2026-01-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-19 19:03:18",
                        "last_data": "2026-01-19 19:04:33"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1626758,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-20",
                    "name": "dt",
                    "value": "2026-01-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-20 19:03:47",
                        "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": 1626979,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-21",
                    "name": "dt",
                    "value": "2026-01-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-21 19:04:37",
                        "last_data": "2026-01-21 19:05:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627188,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-22",
                    "name": "dt",
                    "value": "2026-01-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-22 19:03:52",
                        "last_data": "2026-01-22 19:05:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627403,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-23",
                    "name": "dt",
                    "value": "2026-01-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-23 19:04:31",
                        "last_data": "2026-01-23 19:06:34"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627612,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-24",
                    "name": "dt",
                    "value": "2026-01-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-24 19:03:24",
                        "last_data": "2026-01-24 19:04:35"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1627829,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-25/",
                    "name": "dt",
                    "value": "2026-01-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-25 19:03:18",
                        "last_data": "2026-01-25 19:03:18"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628048,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-26",
                    "name": "dt",
                    "value": "2026-01-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-26 19:04:37",
                        "last_data": "2026-01-26 19:05:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628267,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-27",
                    "name": "dt",
                    "value": "2026-01-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-27 19:04:34",
                        "last_data": "2026-01-27 19:04:48"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628486,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-28",
                    "name": "dt",
                    "value": "2026-01-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-28 19:05:55",
                        "last_data": "2026-01-28 19:07:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628717,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-29",
                    "name": "dt",
                    "value": "2026-01-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-29 19:04:55",
                        "last_data": "2026-01-29 19:05:19"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1628937,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-30",
                    "name": "dt",
                    "value": "2026-01-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-30 19:04:20",
                        "last_data": "2026-01-30 19:05:22"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629146,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-01-31",
                    "name": "dt",
                    "value": "2026-01-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-01-31 19:03:42",
                        "last_data": "2026-01-31 19:04:58"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629597,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-02",
                    "name": "dt",
                    "value": "2026-02-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-02 19:04:32",
                        "last_data": "2026-02-02 19:06:05"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1629884,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-03",
                    "name": "dt",
                    "value": "2026-02-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-03 19:06:17",
                        "last_data": "2026-02-03 19:06:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630104,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-04",
                    "name": "dt",
                    "value": "2026-02-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-04 19:04:56",
                        "last_data": "2026-02-04 19:05:04"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630326,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-05",
                    "name": "dt",
                    "value": "2026-02-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-05 19:05:29",
                        "last_data": "2026-02-05 19:05:40"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630543,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-06",
                    "name": "dt",
                    "value": "2026-02-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-06 21:00:27",
                        "last_data": "2026-02-06 21:00:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1630751,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-07/",
                    "name": "dt",
                    "value": "2026-02-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-07 19:03:50",
                        "last_data": "2026-02-07 19:03:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631191,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-09",
                    "name": "dt",
                    "value": "2026-02-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-09 19:04:23",
                        "last_data": "2026-02-09 19:04:45"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631422,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-10",
                    "name": "dt",
                    "value": "2026-02-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-10 19:23:35",
                        "last_data": "2026-02-10 19:23:50"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631735,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-11",
                    "name": "dt",
                    "value": "2026-02-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-11 19:04:55",
                        "last_data": "2026-02-11 19:05:18"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1631957,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-12",
                    "name": "dt",
                    "value": "2026-02-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-12 19:04:24",
                        "last_data": "2026-02-12 19:04:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1632254,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-13",
                    "name": "dt",
                    "value": "2026-02-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-13 19:02:50",
                        "last_data": "2026-02-13 19:02:58"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1632464,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-14",
                    "name": "dt",
                    "value": "2026-02-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-14 19:03:14",
                        "last_data": "2026-02-14 19:03:20"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635036,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-16",
                    "name": "dt",
                    "value": "2026-02-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-16 19:03:32",
                        "last_data": "2026-02-16 19:03:38"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635258,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-17",
                    "name": "dt",
                    "value": "2026-02-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-17 19:03:56",
                        "last_data": "2026-02-17 19:05:40"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635479,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-18",
                    "name": "dt",
                    "value": "2026-02-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-18 19:05:01",
                        "last_data": "2026-02-18 19:05:04"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635685,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-19",
                    "name": "dt",
                    "value": "2026-02-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-19 19:04:43",
                        "last_data": "2026-02-19 19:05:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1635906,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-20",
                    "name": "dt",
                    "value": "2026-02-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-20 19:04:58",
                        "last_data": "2026-02-20 19:05:11"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636105,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-21/",
                    "name": "dt",
                    "value": "2026-02-21"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-21 19:03:30",
                        "last_data": "2026-02-21 19:03:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636662,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-23",
                    "name": "dt",
                    "value": "2026-02-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-23 19:04:21",
                        "last_data": "2026-02-23 19:05:44"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1636877,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-24",
                    "name": "dt",
                    "value": "2026-02-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-24 19:04:26",
                        "last_data": "2026-02-24 19:04:47"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1637497,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-25",
                    "name": "dt",
                    "value": "2026-02-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-25 19:03:26",
                        "last_data": "2026-02-25 19:03:35"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1637716,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-26",
                    "name": "dt",
                    "value": "2026-02-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-26 19:04:03",
                        "last_data": "2026-02-26 19:04:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641110,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-27",
                    "name": "dt",
                    "value": "2026-02-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-27 19:31:33",
                        "last_data": "2026-02-27 19:31:44"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641315,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-02-28",
                    "name": "dt",
                    "value": "2026-02-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-02-28 19:03:36",
                        "last_data": "2026-02-28 19:04:52"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641553,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-01",
                    "name": "dt",
                    "value": "2026-03-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-01 19:05:00",
                        "last_data": "2026-03-01 19:06:56"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641753,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-02",
                    "name": "dt",
                    "value": "2026-03-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-02 19:05:09",
                        "last_data": "2026-03-02 19:05:32"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1641999,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-03",
                    "name": "dt",
                    "value": "2026-03-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-03 21:24:22",
                        "last_data": "2026-03-03 21:24:27"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642215,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-04",
                    "name": "dt",
                    "value": "2026-03-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-04 19:06:04",
                        "last_data": "2026-03-04 19:06:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642427,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-05",
                    "name": "dt",
                    "value": "2026-03-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-05 19:05:16",
                        "last_data": "2026-03-05 19:06:34"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1642651,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-06",
                    "name": "dt",
                    "value": "2026-03-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-06 19:04:35",
                        "last_data": "2026-03-06 19:04:51"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1643864,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-09",
                    "name": "dt",
                    "value": "2026-03-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-09 19:04:54",
                        "last_data": "2026-03-09 19:05:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1644938,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-10",
                    "name": "dt",
                    "value": "2026-03-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-10 19:03:34",
                        "last_data": "2026-03-10 19:03:45"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645156,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-11",
                    "name": "dt",
                    "value": "2026-03-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-11 19:04:31",
                        "last_data": "2026-03-11 19:04:42"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645368,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-12",
                    "name": "dt",
                    "value": "2026-03-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-12 19:04:07",
                        "last_data": "2026-03-12 19:04:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1645586,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-13",
                    "name": "dt",
                    "value": "2026-03-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-13 19:02:43",
                        "last_data": "2026-03-13 19:02:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648026,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-16",
                    "name": "dt",
                    "value": "2026-03-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-16 19:03:13",
                        "last_data": "2026-03-16 19:03:25"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648241,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-17/",
                    "name": "dt",
                    "value": "2026-03-17"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-17 19:04:37",
                        "last_data": "2026-03-17 19:04:37"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648454,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-18",
                    "name": "dt",
                    "value": "2026-03-18"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-18 19:03:59",
                        "last_data": "2026-03-18 19:04:17"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648702,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-19",
                    "name": "dt",
                    "value": "2026-03-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-19 19:03:18",
                        "last_data": "2026-03-19 19:03:28"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1648911,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-20",
                    "name": "dt",
                    "value": "2026-03-20"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-20 19:04:28",
                        "last_data": "2026-03-20 19:04:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1649669,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-23",
                    "name": "dt",
                    "value": "2026-03-23"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-23 19:04:33",
                        "last_data": "2026-03-23 19:04:36"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1649890,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-24",
                    "name": "dt",
                    "value": "2026-03-24"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-24 19:05:46",
                        "last_data": "2026-03-24 19:06:41"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650137,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-25",
                    "name": "dt",
                    "value": "2026-03-25"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-25 19:03:42",
                        "last_data": "2026-03-25 19:04:01"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650350,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-26",
                    "name": "dt",
                    "value": "2026-03-26"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-26 19:03:35",
                        "last_data": "2026-03-26 19:03:46"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650566,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-27",
                    "name": "dt",
                    "value": "2026-03-27"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-27 19:03:32",
                        "last_data": "2026-03-27 19:03:52"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1650776,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-28/",
                    "name": "dt",
                    "value": "2026-03-28"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-28 19:03:54",
                        "last_data": "2026-03-28 19:03:54"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1651410,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-29",
                    "name": "dt",
                    "value": "2026-03-29"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-29 19:03:07",
                        "last_data": "2026-03-29 19:03:08"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1651717,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-30",
                    "name": "dt",
                    "value": "2026-03-30"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-30 19:03:10",
                        "last_data": "2026-03-30 19:03:15"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1651931,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-03-31",
                    "name": "dt",
                    "value": "2026-03-31"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-03-31 19:04:15",
                        "last_data": "2026-03-31 19:04:22"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652158,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-01",
                    "name": "dt",
                    "value": "2026-04-01"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-01 19:03:56",
                        "last_data": "2026-04-01 19:04:30"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652534,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-02",
                    "name": "dt",
                    "value": "2026-04-02"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-02 19:03:56",
                        "last_data": "2026-04-02 19:04:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652746,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-03",
                    "name": "dt",
                    "value": "2026-04-03"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-03 19:03:51",
                        "last_data": "2026-04-03 19:04:07"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1652964,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-04/",
                    "name": "dt",
                    "value": "2026-04-04"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-04 19:03:29",
                        "last_data": "2026-04-04 19:03:29"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1656687,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-06",
                    "name": "dt",
                    "value": "2026-04-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-06 19:05:24",
                        "last_data": "2026-04-06 19:06:13"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1656911,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-07",
                    "name": "dt",
                    "value": "2026-04-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-07 19:03:34",
                        "last_data": "2026-04-07 19:04:03"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657316,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-08",
                    "name": "dt",
                    "value": "2026-04-08"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-08 19:04:18",
                        "last_data": "2026-04-08 19:04:59"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657538,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-09",
                    "name": "dt",
                    "value": "2026-04-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-09 19:03:40",
                        "last_data": "2026-04-09 19:03:45"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657754,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-10",
                    "name": "dt",
                    "value": "2026-04-10"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-10 19:02:43",
                        "last_data": "2026-04-10 19:05:19"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1657972,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-11/",
                    "name": "dt",
                    "value": "2026-04-11"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-11 19:05:06",
                        "last_data": "2026-04-11 19:05:06"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1658393,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-13",
                    "name": "dt",
                    "value": "2026-04-13"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-13 19:03:32",
                        "last_data": "2026-04-13 19:03:33"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1658573,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-14",
                    "name": "dt",
                    "value": "2026-04-14"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-14 19:03:17",
                        "last_data": "2026-04-14 19:03:34"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1659053,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-15",
                    "name": "dt",
                    "value": "2026-04-15"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-15 19:03:16",
                        "last_data": "2026-04-15 19:03:49"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 1661236,
                    "location": "s3://sfdl-drivethrujson-drivethru-prod/raw_incremental/netsuite_netsuite_sales_order/dt=2026-04-16",
                    "name": "dt",
                    "value": "2026-04-16"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2026-04-16 19:04:48",
                        "last_data": "2026-04-16 19:05:24"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "closed": "string",
            "contract_billing_freq": "string",
            "contract_cancellation_date": "string",
            "contract_internal_id": "string",
            "contract_line_creation_status": "string",
            "customer_company_name": "string",
            "customer_internal_id": "string",
            "customer_sfdc_id": "string",
            "date": "string",
            "document_numberid": "string",
            "end_date": "string",
            "in_contract_action": "string",
            "internal_id": "string",
            "item": "string",
            "lastmodifieddate": "string",
            "line_number": "string",
            "list_price": "string",
            "quantity": "string",
            "rate": "string",
            "sales_order_cancellation_date": "string",
            "sales_order_status": "string",
            "sfdc_opportunity_id": "string",
            "sfdc_order_id": "string",
            "sfdc_order_product_id": "string",
            "start_date": "string",
            "status": "string",
            "subsidiary": "string",
            "tax_line": "string",
            "total_amount_transaction_currency": "string",
            "transaction_line_unique_id": "string",
            "type": "string"
        },
        "created": "2024-11-05 19:06:23",
        "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_sales_order`\n(\n`date`STRING,`type`STRING,`customer_company_name`STRING,`start_date`STRING,`sfdc_order_product_id`STRING,`item`STRING,`status`STRING,`sfdc_opportunity_id`STRING,`contract_internal_id`STRING,`sfdc_order_id`STRING,`transaction_line_unique_id`STRING,`contract_line_creation_status`STRING,`in_contract_action`STRING,`lastmodifieddate`STRING,`customer_sfdc_id`STRING,`rate`STRING,`sales_order_cancellation_date`STRING,`document_numberid`STRING,`list_price`STRING,`end_date`STRING,`closed`STRING,`sales_order_status`STRING,`customer_internal_id`STRING,`contract_cancellation_date`STRING,`total_amount_transaction_currency`STRING,`tax_line`STRING,`internal_id`STRING,`quantity`STRING,`contract_billing_freq`STRING,`line_number`STRING,`subsidiary`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_sales_order'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.netsuite_netsuite_sales_order`",
            "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.netsuite_netsuite_sales_order"
        }
    },
    "server": {
        "hostname": "schemamanager-5475496c57-7dpqb",
        "name": "schema_manager",
        "process_start": "2026-01-09 11:27:47",
        "sf_env": "prod",
        "version": "2112174301"
    }
}