Schema Info

Schema Name: sfdl_prod_drivethru.molo_moloeventset
  • created: 2023-10-17 01:55:08
  • disabled: False
  • format: raw
  • id: 1595
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_prod_drivethru",
        "table": "molo_moloeventset"
    }
  • type: drivethrucsv
Schema Versions: 15
    • created: 2026-04-17 03:02:16
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-17/1776412728'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-17/1776412728
    • id: 1717603
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 162167368
    • updated: 2026-04-17 03:02:27
    • created: 2026-04-16 03:05:00
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-16/1776326487'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-16/1776326487
    • id: 1716345
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 162111712
    • updated: 2026-04-16 03:05:14
    • created: 2026-04-15 03:02:44
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-15/1776239958'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-15/1776239958
    • id: 1715166
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 162055780
    • updated: 2026-04-15 03:02:57
    • created: 2026-04-14 03:06:38
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-14/1776153684'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-14/1776153684
    • id: 1714031
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 162000513
    • updated: 2026-04-14 03:06:52
    • created: 2026-04-13 02:57:25
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-13/1776066876'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-13/1776066876
    • id: 1712758
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161941570
    • updated: 2026-04-13 02:57:39
    • created: 2026-04-12 02:59:22
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-12/1775980592'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-12/1775980592
    • id: 1711557
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161892436
    • updated: 2026-04-12 02:59:36
    • created: 2026-04-11 03:00:51
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-11/1775894353'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-11/1775894353
    • id: 1710319
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161840950
    • updated: 2026-04-11 03:01:05
    • created: 2026-04-10 03:08:17
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-10/1775808108'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-10/1775808108
    • id: 1709303
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161785999
    • updated: 2026-04-10 03:08:31
    • created: 2026-04-09 03:01:07
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-09/1775721448'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-09/1775721448
    • id: 1708065
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161730027
    • updated: 2026-04-09 03:01:21
    • created: 2026-04-08 03:01:23
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-08/1775635255'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-08/1775635255
    • id: 1706807
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161675333
    • updated: 2026-04-08 03:01:37
    • created: 2026-04-07 02:55:21
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-07/1775548429'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-07/1775548429
    • id: 1705661
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161618340
    • updated: 2026-04-07 02:55:34
    • created: 2026-04-06 03:02:32
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-06/1775462396'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-06/1775462396
    • id: 1704422
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161561433
    • updated: 2026-04-06 03:02:46
    • created: 2026-04-05 03:02:06
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-05/1775376019'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-05/1775376019
    • id: 1703225
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161514788
    • updated: 2026-04-05 03:02:19
    • created: 2026-04-04 03:01:09
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-04/1775289503'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-04/1775289503
    • id: 1702064
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161459910
    • updated: 2026-04-04 03:01:23
    • created: 2026-04-03 03:06:19
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-03/1775203275'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-03/1775203275
    • id: 1700861
    • processed: 1
    • raw_data:
      {
          "AllDay": 17,
          "Completed": 8,
          "CompletionDateTime": 9,
          "CompletionUser_Id": 20,
          "CreationDateTime": 11,
          "CreationUser_Id": 22,
          "DeletionDateTime": 13,
          "DeletionUser_Id": 24,
          "EndDate": 4,
          "EndTime": 5,
          "EstimateId": 28,
          "EventStatusId": 18,
          "EventStatus_Id": 26,
          "EventTypeId": 14,
          "EventType_Id": 25,
          "Hidden": 10,
          "Id": 0,
          "LastEditDateTime": 12,
          "LastEditUser_Id": 23,
          "MarinaLocation_Id": 19,
          "Name": 1,
          "Notes": 6,
          "RecordStatus_Id": 21,
          "Reminders": 16,
          "SV_JobId": 27,
          "StartDate": 2,
          "StartTime": 3,
          "UpdateHash": 7,
          "WorkOrderId": 15
      }
    • schema_attributes:
      {
          "AllDay": "string",
          "Completed": "string",
          "CompletionDateTime": "string",
          "CompletionUser_Id": "string",
          "CreationDateTime": "string",
          "CreationUser_Id": "string",
          "DeletionDateTime": "string",
          "DeletionUser_Id": "string",
          "EndDate": "string",
          "EndTime": "string",
          "EstimateId": "string",
          "EventStatusId": "string",
          "EventStatus_Id": "string",
          "EventTypeId": "string",
          "EventType_Id": "string",
          "Hidden": "string",
          "Id": "string",
          "LastEditDateTime": "string",
          "LastEditUser_Id": "string",
          "MarinaLocation_Id": "string",
          "Name": "string",
          "Notes": "string",
          "RecordStatus_Id": "string",
          "Reminders": "string",
          "SV_JobId": "string",
          "StartDate": "string",
          "StartTime": "string",
          "UpdateHash": "string",
          "WorkOrderId": "string"
      }
    • schema_name_id: 1595
    • schema_scan_id: 161401771
    • updated: 2026-04-03 03:06:33
Schema Scans: 15
Last at 2026-04-17 03:02:15
    • duration: 0:00:12.454634
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 162167368
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-17/1776412728",
              "key": "raw/molo_moloEventSet/2026-04-17/1776412728/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 17718859716302153226,
              "service_name": "drive-thru",
              "span_id": 3843445209319145611,
              "trace_id": 14380323014299559292
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-17 03:02:15
    • success: True
    • trace_id: 14380323014299559292
    • duration: 0:00:15.270441
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 162111712
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-16/1776326487",
              "key": "raw/molo_moloEventSet/2026-04-16/1776326487/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 6510834862507322156,
              "service_name": "drive-thru",
              "span_id": 7688732073314775905,
              "trace_id": 10903612376213995451
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-16 03:04:59
    • success: True
    • trace_id: 10903612376213995451
    • duration: 0:00:14.798974
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 162055780
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-15/1776239958",
              "key": "raw/molo_moloEventSet/2026-04-15/1776239958/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 16508345644701131540,
              "service_name": "drive-thru",
              "span_id": 290512716691609358,
              "trace_id": 18227062145907408549
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-15 03:02:42
    • success: True
    • trace_id: 18227062145907408549
    • duration: 0:00:15.056279
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 162000513
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-14/1776153684",
              "key": "raw/molo_moloEventSet/2026-04-14/1776153684/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 12204744066535657203,
              "service_name": "drive-thru",
              "span_id": 6694100636576846094,
              "trace_id": 15589088981302916846
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-14 03:06:37
    • success: True
    • trace_id: 15589088981302916846
    • duration: 0:00:14.926261
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161941570
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-13/1776066876",
              "key": "raw/molo_moloEventSet/2026-04-13/1776066876/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 7268031132633665941,
              "service_name": "drive-thru",
              "span_id": 10530275412108388358,
              "trace_id": 13345737719845200673
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-13 02:57:24
    • success: True
    • trace_id: 13345737719845200673
    • duration: 0:00:14.914736
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161892436
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-12/1775980592",
              "key": "raw/molo_moloEventSet/2026-04-12/1775980592/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 7388220673640070320,
              "service_name": "drive-thru",
              "span_id": 12549983632291551857,
              "trace_id": 18159455909700164086
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-12 02:59:21
    • success: True
    • trace_id: 18159455909700164086
    • duration: 0:00:14.889340
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161840950
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-11/1775894353",
              "key": "raw/molo_moloEventSet/2026-04-11/1775894353/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 9302300701371095762,
              "service_name": "drive-thru",
              "span_id": 6596011262520811207,
              "trace_id": 18394671784233873354
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-11 03:00:50
    • success: True
    • trace_id: 18394671784233873354
    • duration: 0:00:15.090658
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161785999
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-10/1775808108",
              "key": "raw/molo_moloEventSet/2026-04-10/1775808108/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 10026775414846471926,
              "service_name": "drive-thru",
              "span_id": 4758934893391266474,
              "trace_id": 3275769699539538621
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-10 03:08:16
    • success: True
    • trace_id: 3275769699539538621
    • duration: 0:00:15.077166
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161730027
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-09/1775721448",
              "key": "raw/molo_moloEventSet/2026-04-09/1775721448/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 6515896865655643530,
              "service_name": "drive-thru",
              "span_id": 8427510964537454276,
              "trace_id": 682746797365441800
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-09 03:01:06
    • success: True
    • trace_id: 682746797365441800
    • duration: 0:00:14.905658
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161675333
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-08/1775635255",
              "key": "raw/molo_moloEventSet/2026-04-08/1775635255/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 4062013309229570584,
              "service_name": "drive-thru",
              "span_id": 13961049461110073137,
              "trace_id": 12824461946504350504
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-08 03:01:22
    • success: True
    • trace_id: 12824461946504350504
    • duration: 0:00:14.768897
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161618340
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-07/1775548429",
              "key": "raw/molo_moloEventSet/2026-04-07/1775548429/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 2460956134579573137,
              "service_name": "drive-thru",
              "span_id": 15260978604236610254,
              "trace_id": 3657083512271923768
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-07 02:55:20
    • success: True
    • trace_id: 3657083512271923768
    • duration: 0:00:14.958184
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161561433
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-06/1775462396",
              "key": "raw/molo_moloEventSet/2026-04-06/1775462396/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 17138515469693870610,
              "service_name": "drive-thru",
              "span_id": 7398519967314432686,
              "trace_id": 14637882034125741818
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-06 03:02:31
    • success: True
    • trace_id: 14637882034125741818
    • duration: 0:00:14.920007
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161514788
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-05/1775376019",
              "key": "raw/molo_moloEventSet/2026-04-05/1775376019/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 6231074121563846939,
              "service_name": "drive-thru",
              "span_id": 4598599378454210928,
              "trace_id": 13144045621343652972
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-05 03:02:04
    • success: True
    • trace_id: 13144045621343652972
    • duration: 0:00:15.144245
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161459910
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-04/1775289503",
              "key": "raw/molo_moloEventSet/2026-04-04/1775289503/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 5499676121506385175,
              "service_name": "drive-thru",
              "span_id": 5537821601874402581,
              "trace_id": 4806216587966763554
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-04 03:01:08
    • success: True
    • trace_id: 4806216587966763554
    • duration: 0:00:15.060245
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 161401771
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-03/1775203275",
              "key": "raw/molo_moloEventSet/2026-04-03/1775203275/EventSet.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.molo_moloEventSet",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 7641126229061969318,
              "service_name": "drive-thru",
              "span_id": 6377433243371468238,
              "trace_id": 1036029546951837514
          }
      }
    • running: False
    • schema_name_id: 1595
    • start_time: 2026-04-03 03:06:18
    • success: True
    • trace_id: 1036029546951837514
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "AllDay": "string",
        "Completed": "string",
        "CompletionDateTime": "string",
        "CompletionUser_Id": "string",
        "CreationDateTime": "string",
        "CreationUser_Id": "string",
        "DeletionDateTime": "string",
        "DeletionUser_Id": "string",
        "EndDate": "string",
        "EndTime": "string",
        "EstimateId": "string",
        "EventStatusId": "string",
        "EventStatus_Id": "string",
        "EventTypeId": "string",
        "EventType_Id": "string",
        "Hidden": "string",
        "Id": "string",
        "LastEditDateTime": "string",
        "LastEditUser_Id": "string",
        "MarinaLocation_Id": "string",
        "Name": "string",
        "Notes": "string",
        "RecordStatus_Id": "string",
        "Reminders": "string",
        "SV_JobId": "string",
        "StartDate": "string",
        "StartTime": "string",
        "UpdateHash": "string",
        "WorkOrderId": "string"
    }
  • created: 2026-04-17 03:02:16
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-17/1776412728'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
        "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
    }
Server:
  • hostname: schemamanager-5475496c57-7dpqb
  • name: schema_manager
  • process_start: 2026-01-09 11:27:47
  • sf_env: prod
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2023-10-17 01:55:08",
        "disabled": false,
        "format": "raw",
        "id": 1595,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_prod_drivethru",
            "table": "molo_moloeventset"
        },
        "type": "drivethrucsv"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "AllDay": "string",
            "Completed": "string",
            "CompletionDateTime": "string",
            "CompletionUser_Id": "string",
            "CreationDateTime": "string",
            "CreationUser_Id": "string",
            "DeletionDateTime": "string",
            "DeletionUser_Id": "string",
            "EndDate": "string",
            "EndTime": "string",
            "EstimateId": "string",
            "EventStatusId": "string",
            "EventStatus_Id": "string",
            "EventTypeId": "string",
            "EventType_Id": "string",
            "Hidden": "string",
            "Id": "string",
            "LastEditDateTime": "string",
            "LastEditUser_Id": "string",
            "MarinaLocation_Id": "string",
            "Name": "string",
            "Notes": "string",
            "RecordStatus_Id": "string",
            "Reminders": "string",
            "SV_JobId": "string",
            "StartDate": "string",
            "StartTime": "string",
            "UpdateHash": "string",
            "WorkOrderId": "string"
        },
        "created": "2026-04-17 03:02:16",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.molo_moloeventset`\n(\n `Id`  string , `Name`  string , `StartDate`  string , `StartTime`  string , `EndDate`  string , `EndTime`  string , `Notes`  string , `UpdateHash`  string , `Completed`  string , `CompletionDateTime`  string , `Hidden`  string , `CreationDateTime`  string , `LastEditDateTime`  string , `DeletionDateTime`  string , `EventTypeId`  string , `WorkOrderId`  string , `Reminders`  string , `AllDay`  string , `EventStatusId`  string , `MarinaLocation_Id`  string , `CompletionUser_Id`  string , `RecordStatus_Id`  string , `CreationUser_Id`  string , `LastEditUser_Id`  string , `DeletionUser_Id`  string , `EventType_Id`  string , `EventStatus_Id`  string , `SV_JobId`  string , `EstimateId`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrucsv-drivethru-prod/raw/molo_moloEventSet/2026-04-17/1776412728'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.molo_moloeventset`",
            "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.molo_moloeventset"
        }
    },
    "server": {
        "hostname": "schemamanager-5475496c57-7dpqb",
        "name": "schema_manager",
        "process_start": "2026-01-09 11:27:47",
        "sf_env": "prod",
        "version": "2112174301"
    }
}