Schema Info

Schema Name: sfdl_dev_csv.salesforce_locations
  • created: 2023-01-26 09:36:39
  • disabled: False
  • format: raw
  • id: 2197
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_dev_csv",
        "table": "salesforce_locations"
    }
  • type: csv
Schema Versions: 5
    • created: 2024-06-10 15:33:25
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
          "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `VisitorAddressId`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2024-06-10/1718051353'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
      ]
    • hive_path: s3://sfdl-csv-salesforce-dev/raw/locations/2024-06-10/1718051353
    • id: 4706458
    • processed: 1
    • raw_data:
      {
          "CloseDate": 21,
          "ConstructionEndDate": 19,
          "ConstructionStartDate": 18,
          "CreatedById": 6,
          "CreatedDate": 5,
          "CurrencyIsoCode": 4,
          "Description": 13,
          "DrivingDirections": 14,
          "ExternalReference": 29,
          "Id": 0,
          "IsDeleted": 2,
          "IsInventoryLocation": 25,
          "IsMobile": 24,
          "LastModifiedById": 8,
          "LastModifiedDate": 7,
          "Latitude": 11,
          "LocationLevel": 28,
          "LocationType": 10,
          "LogoId": 30,
          "Longitude": 12,
          "Name": 3,
          "OpenDate": 20,
          "OwnerId": 1,
          "ParentLocationId": 16,
          "PossessionDate": 17,
          "RemodelEndDate": 23,
          "RemodelStartDate": 22,
          "RootLocationId": 27,
          "SystemModstamp": 9,
          "TimeZone": 15,
          "VisitorAddressId": 26
      }
    • schema_attributes:
      {
          "CloseDate": "string",
          "ConstructionEndDate": "string",
          "ConstructionStartDate": "string",
          "CreatedById": "string",
          "CreatedDate": "string",
          "CurrencyIsoCode": "string",
          "Description": "string",
          "DrivingDirections": "string",
          "ExternalReference": "string",
          "Id": "string",
          "IsDeleted": "string",
          "IsInventoryLocation": "string",
          "IsMobile": "string",
          "LastModifiedById": "string",
          "LastModifiedDate": "string",
          "Latitude": "string",
          "Location": "string",
          "LocationLevel": "string",
          "LocationType": "string",
          "LogoId": "string",
          "Longitude": "string",
          "Name": "string",
          "OpenDate": "string",
          "OwnerId": "string",
          "ParentLocationId": "string",
          "PossessionDate": "string",
          "RemodelEndDate": "string",
          "RemodelStartDate": "string",
          "RootLocationId": "string",
          "SystemModstamp": "string",
          "TimeZone": "string",
          "VisitorAddressId": "string"
      }
    • schema_name_id: 2197
    • schema_scan_id: 6510713
    • updated: 2024-06-10 15:33:36
    • created: 2024-01-11 09:09:18
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
          "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Location`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `VisitorAddressId`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2024-01-11/1704985672'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
      ]
    • hive_path: s3://sfdl-csv-salesforce-dev/raw/locations/2024-01-11/1704985672
    • id: 4700474
    • processed: 1
    • raw_data:
      {
          "CloseDate": 22,
          "ConstructionEndDate": 20,
          "ConstructionStartDate": 19,
          "CreatedById": 6,
          "CreatedDate": 5,
          "CurrencyIsoCode": 4,
          "Description": 14,
          "DrivingDirections": 15,
          "ExternalReference": 30,
          "Id": 0,
          "IsDeleted": 2,
          "IsInventoryLocation": 26,
          "IsMobile": 25,
          "LastModifiedById": 8,
          "LastModifiedDate": 7,
          "Latitude": 11,
          "Location": 13,
          "LocationLevel": 29,
          "LocationType": 10,
          "LogoId": 31,
          "Longitude": 12,
          "Name": 3,
          "OpenDate": 21,
          "OwnerId": 1,
          "ParentLocationId": 17,
          "PossessionDate": 18,
          "RemodelEndDate": 24,
          "RemodelStartDate": 23,
          "RootLocationId": 28,
          "SystemModstamp": 9,
          "TimeZone": 16,
          "VisitorAddressId": 27
      }
    • schema_attributes:
      {
          "CloseDate": "string",
          "ConstructionEndDate": "string",
          "ConstructionStartDate": "string",
          "CreatedById": "string",
          "CreatedDate": "string",
          "CurrencyIsoCode": "string",
          "Description": "string",
          "DrivingDirections": "string",
          "ExternalReference": "string",
          "Id": "string",
          "IsDeleted": "string",
          "IsInventoryLocation": "string",
          "IsMobile": "string",
          "LastModifiedById": "string",
          "LastModifiedDate": "string",
          "Latitude": "string",
          "Location": "string",
          "LocationLevel": "string",
          "LocationType": "string",
          "LogoId": "string",
          "Longitude": "string",
          "Name": "string",
          "OpenDate": "string",
          "OwnerId": "string",
          "ParentLocationId": "string",
          "PossessionDate": "string",
          "RemodelEndDate": "string",
          "RemodelStartDate": "string",
          "RootLocationId": "string",
          "SystemModstamp": "string",
          "TimeZone": "string",
          "VisitorAddressId": "string"
      }
    • schema_name_id: 2197
    • schema_scan_id: 6402608
    • updated: 2024-01-11 09:09:32
    • created: 2023-08-16 11:13:06
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
          "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Location`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2023-08-16/1692202297'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
      ]
    • hive_path: s3://sfdl-csv-salesforce-dev/raw/locations/2023-08-16/1692202297
    • id: 4697480
    • processed: 1
    • raw_data:
      {
          "CloseDate": 22,
          "ConstructionEndDate": 20,
          "ConstructionStartDate": 19,
          "CreatedById": 6,
          "CreatedDate": 5,
          "CurrencyIsoCode": 4,
          "Description": 14,
          "DrivingDirections": 15,
          "ExternalReference": 29,
          "Id": 0,
          "IsDeleted": 2,
          "IsInventoryLocation": 26,
          "IsMobile": 25,
          "LastModifiedById": 8,
          "LastModifiedDate": 7,
          "Latitude": 11,
          "Location": 13,
          "LocationLevel": 28,
          "LocationType": 10,
          "LogoId": 30,
          "Longitude": 12,
          "Name": 3,
          "OpenDate": 21,
          "OwnerId": 1,
          "ParentLocationId": 17,
          "PossessionDate": 18,
          "RemodelEndDate": 24,
          "RemodelStartDate": 23,
          "RootLocationId": 27,
          "SystemModstamp": 9,
          "TimeZone": 16
      }
    • schema_attributes:
      {
          "CloseDate": "string",
          "ConstructionEndDate": "string",
          "ConstructionStartDate": "string",
          "CreatedById": "string",
          "CreatedDate": "string",
          "CurrencyIsoCode": "string",
          "Description": "string",
          "DrivingDirections": "string",
          "ExternalReference": "string",
          "Id": "string",
          "IsDeleted": "string",
          "IsInventoryLocation": "string",
          "IsMobile": "string",
          "LastModifiedById": "string",
          "LastModifiedDate": "string",
          "Latitude": "string",
          "Location": "string",
          "LocationLevel": "string",
          "LocationType": "string",
          "LogoId": "string",
          "Longitude": "string",
          "Name": "string",
          "OpenDate": "string",
          "OwnerId": "string",
          "ParentLocationId": "string",
          "PossessionDate": "string",
          "RemodelEndDate": "string",
          "RemodelStartDate": "string",
          "RootLocationId": "string",
          "SystemModstamp": "string",
          "TimeZone": "string"
      }
    • schema_name_id: 2197
    • schema_scan_id: 6251485
    • updated: 2023-08-16 11:13:17
    • created: 2023-08-16 10:28:55
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
          "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Location`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2023-08-16/1692199569'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
      ]
    • hive_path: s3://sfdl-csv-salesforce-dev/raw/locations/2023-08-16/1692199569
    • id: 4697438
    • processed: 1
    • raw_data:
      {
          "CloseDate": 22,
          "ConstructionEndDate": 20,
          "ConstructionStartDate": 19,
          "CreatedById": 6,
          "CreatedDate": 5,
          "CurrencyIsoCode": 4,
          "Description": 14,
          "DrivingDirections": 15,
          "ExternalReference": 29,
          "Id": 0,
          "IsDeleted": 2,
          "IsInventoryLocation": 26,
          "IsMobile": 25,
          "LastModifiedById": 8,
          "LastModifiedDate": 7,
          "Latitude": 11,
          "Location": 13,
          "LocationLevel": 28,
          "LocationType": 10,
          "LogoId": 30,
          "Longitude": 12,
          "Name": 3,
          "OpenDate": 21,
          "OwnerId": 1,
          "ParentLocationId": 17,
          "PossessionDate": 18,
          "RemodelEndDate": 24,
          "RemodelStartDate": 23,
          "RootLocationId": 27,
          "SystemModstamp": 9,
          "TimeZone": 16
      }
    • schema_attributes:
      {
          "CloseDate": "string",
          "ConstructionEndDate": "string",
          "ConstructionStartDate": "string",
          "CreatedById": "string",
          "CreatedDate": "string",
          "CurrencyIsoCode": "string",
          "Description": "string",
          "DrivingDirections": "string",
          "ExternalReference": "string",
          "Id": "string",
          "IsDeleted": "string",
          "IsInventoryLocation": "string",
          "IsMobile": "string",
          "LastModifiedById": "string",
          "LastModifiedDate": "string",
          "Latitude": "string",
          "Location": "string",
          "LocationLevel": "string",
          "LocationType": "string",
          "LogoId": "string",
          "Longitude": "string",
          "Name": "string",
          "OpenDate": "string",
          "OwnerId": "string",
          "ParentLocationId": "string",
          "PossessionDate": "string",
          "RemodelEndDate": "string",
          "RemodelStartDate": "string",
          "RootLocationId": "string",
          "SystemModstamp": "string",
          "TimeZone": "string"
      }
    • schema_name_id: 2197
    • schema_scan_id: 6251366
    • updated: 2023-08-16 10:29:06
    • created: 2023-08-16 09:28:45
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
          "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Location`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2023-08-16/1692195959'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
      ]
    • hive_path: s3://sfdl-csv-salesforce-dev/raw/locations/2023-08-16/1692195959
    • id: 4697381
    • processed: 1
    • raw_data:
      {
          "CloseDate": 22,
          "ConstructionEndDate": 20,
          "ConstructionStartDate": 19,
          "CreatedById": 6,
          "CreatedDate": 5,
          "CurrencyIsoCode": 4,
          "Description": 14,
          "DrivingDirections": 15,
          "ExternalReference": 29,
          "Id": 0,
          "IsDeleted": 2,
          "IsInventoryLocation": 26,
          "IsMobile": 25,
          "LastModifiedById": 8,
          "LastModifiedDate": 7,
          "Latitude": 11,
          "Location": 13,
          "LocationLevel": 28,
          "LocationType": 10,
          "LogoId": 30,
          "Longitude": 12,
          "Name": 3,
          "OpenDate": 21,
          "OwnerId": 1,
          "ParentLocationId": 17,
          "PossessionDate": 18,
          "RemodelEndDate": 24,
          "RemodelStartDate": 23,
          "RootLocationId": 27,
          "SystemModstamp": 9,
          "TimeZone": 16
      }
    • schema_attributes:
      {
          "CloseDate": "string",
          "ConstructionEndDate": "string",
          "ConstructionStartDate": "string",
          "CreatedById": "string",
          "CreatedDate": "string",
          "CurrencyIsoCode": "string",
          "Description": "string",
          "DrivingDirections": "string",
          "ExternalReference": "string",
          "Id": "string",
          "IsDeleted": "string",
          "IsInventoryLocation": "string",
          "IsMobile": "string",
          "LastModifiedById": "string",
          "LastModifiedDate": "string",
          "Latitude": "string",
          "Location": "string",
          "LocationLevel": "string",
          "LocationType": "string",
          "LogoId": "string",
          "Longitude": "string",
          "Name": "string",
          "OpenDate": "string",
          "OwnerId": "string",
          "ParentLocationId": "string",
          "PossessionDate": "string",
          "RemodelEndDate": "string",
          "RemodelStartDate": "string",
          "RootLocationId": "string",
          "SystemModstamp": "string",
          "TimeZone": "string"
      }
    • schema_name_id: 2197
    • schema_scan_id: 6251265
    • updated: 2023-08-16 09:28:57
Schema Scans: 5
Last at 2024-06-10 15:33:24
    • duration: 0:00:12.289053
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6510713
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-csv-salesforce-dev",
              "hive_path": "s3://sfdl-csv-salesforce-dev/raw/locations/2024-06-10/1718051353",
              "key": "raw/locations/2024-06-10/1718051353/locations.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_csv.salesforce_locations",
              "type": "csv"
          },
          "trace_context": {
              "parent_id": 8360669390226887556,
              "service_name": "drive-thru",
              "span_id": 3668406211862606930,
              "trace_id": 6631667370995475139
          }
      }
    • running: False
    • schema_name_id: 2197
    • start_time: 2024-06-10 15:33:24
    • success: True
    • trace_id: 6631667370995475139
    • duration: 0:00:15.109924
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6402608
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-csv-salesforce-dev",
              "hive_path": "s3://sfdl-csv-salesforce-dev/raw/locations/2024-01-11/1704985672",
              "key": "raw/locations/2024-01-11/1704985672/locations.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_csv.salesforce_locations",
              "type": "csv"
          },
          "trace_context": {
              "parent_id": 10788954828700877970,
              "service_name": "drive-thru",
              "span_id": 8404677654723370672,
              "trace_id": 17767366008944264351
          }
      }
    • running: False
    • schema_name_id: 2197
    • start_time: 2024-01-11 09:09:17
    • success: True
    • trace_id: 17767366008944264351
    • duration: 0:00:12.599744
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6251485
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-csv-salesforce-dev",
              "hive_path": "s3://sfdl-csv-salesforce-dev/raw/locations/2023-08-16/1692202297",
              "key": "raw/locations/2023-08-16/1692202297/locations.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_csv.salesforce_locations",
              "type": "csv"
          },
          "trace_context": {
              "parent_id": 12354559077257565290,
              "service_name": "drive-thru",
              "span_id": 12033914701493592707,
              "trace_id": 10805999729651913885
          }
      }
    • running: False
    • schema_name_id: 2197
    • start_time: 2023-08-16 11:13:05
    • success: True
    • trace_id: 10805999729651913885
    • duration: 0:00:12.451887
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6251366
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-csv-salesforce-dev",
              "hive_path": "s3://sfdl-csv-salesforce-dev/raw/locations/2023-08-16/1692199569",
              "key": "raw/locations/2023-08-16/1692199569/locations.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_csv.salesforce_locations",
              "type": "csv"
          },
          "trace_context": {
              "parent_id": 15853924986453046114,
              "service_name": "drive-thru",
              "span_id": 15909260596348724184,
              "trace_id": 16632414142537463997
          }
      }
    • running: False
    • schema_name_id: 2197
    • start_time: 2023-08-16 10:28:53
    • success: True
    • trace_id: 16632414142537463997
    • duration: 0:00:12.553692
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6251265
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-csv-salesforce-dev",
              "hive_path": "s3://sfdl-csv-salesforce-dev/raw/locations/2023-08-16/1692195959",
              "key": "raw/locations/2023-08-16/1692195959/locations.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_csv.salesforce_locations",
              "type": "csv"
          },
          "trace_context": {
              "parent_id": 15192418520984581122,
              "service_name": "drive-thru",
              "span_id": 9753465283917033424,
              "trace_id": 15104474286026748257
          }
      }
    • running: False
    • schema_name_id: 2197
    • start_time: 2023-08-16 09:28:44
    • success: True
    • trace_id: 15104474286026748257
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "CloseDate": "string",
        "ConstructionEndDate": "string",
        "ConstructionStartDate": "string",
        "CreatedById": "string",
        "CreatedDate": "string",
        "CurrencyIsoCode": "string",
        "Description": "string",
        "DrivingDirections": "string",
        "ExternalReference": "string",
        "Id": "string",
        "IsDeleted": "string",
        "IsInventoryLocation": "string",
        "IsMobile": "string",
        "LastModifiedById": "string",
        "LastModifiedDate": "string",
        "Latitude": "string",
        "Location": "string",
        "LocationLevel": "string",
        "LocationType": "string",
        "LogoId": "string",
        "Longitude": "string",
        "Name": "string",
        "OpenDate": "string",
        "OwnerId": "string",
        "ParentLocationId": "string",
        "PossessionDate": "string",
        "RemodelEndDate": "string",
        "RemodelStartDate": "string",
        "RootLocationId": "string",
        "SystemModstamp": "string",
        "TimeZone": "string",
        "VisitorAddressId": "string"
    }
  • created: 2024-06-10 15:33:25
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `VisitorAddressId`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2024-06-10/1718051353'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
    }
Server:
  • hostname: schemamanager-5447774fc6-4w58v
  • name: schema_manager
  • process_start: 2026-04-02 21:43:44
  • sf_env: dev
  • version: 2427328685
Raw:
{
    "name": {
        "created": "2023-01-26 09:36:39",
        "disabled": false,
        "format": "raw",
        "id": 2197,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_dev_csv",
            "table": "salesforce_locations"
        },
        "type": "csv"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "CloseDate": "string",
            "ConstructionEndDate": "string",
            "ConstructionStartDate": "string",
            "CreatedById": "string",
            "CreatedDate": "string",
            "CurrencyIsoCode": "string",
            "Description": "string",
            "DrivingDirections": "string",
            "ExternalReference": "string",
            "Id": "string",
            "IsDeleted": "string",
            "IsInventoryLocation": "string",
            "IsMobile": "string",
            "LastModifiedById": "string",
            "LastModifiedDate": "string",
            "Latitude": "string",
            "Location": "string",
            "LocationLevel": "string",
            "LocationType": "string",
            "LogoId": "string",
            "Longitude": "string",
            "Name": "string",
            "OpenDate": "string",
            "OwnerId": "string",
            "ParentLocationId": "string",
            "PossessionDate": "string",
            "RemodelEndDate": "string",
            "RemodelStartDate": "string",
            "RootLocationId": "string",
            "SystemModstamp": "string",
            "TimeZone": "string",
            "VisitorAddressId": "string"
        },
        "created": "2024-06-10 15:33:25",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_locations`\n(\n `Id`  string , `OwnerId`  string , `IsDeleted`  string , `Name`  string , `CurrencyIsoCode`  string , `CreatedDate`  string , `CreatedById`  string , `LastModifiedDate`  string , `LastModifiedById`  string , `SystemModstamp`  string , `LocationType`  string , `Latitude`  string , `Longitude`  string , `Description`  string , `DrivingDirections`  string , `TimeZone`  string , `ParentLocationId`  string , `PossessionDate`  string , `ConstructionStartDate`  string , `ConstructionEndDate`  string , `OpenDate`  string , `CloseDate`  string , `RemodelStartDate`  string , `RemodelEndDate`  string , `IsMobile`  string , `IsInventoryLocation`  string , `VisitorAddressId`  string , `RootLocationId`  string , `LocationLevel`  string , `ExternalReference`  string , `LogoId`  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-csv-salesforce-dev/raw/locations/2024-06-10/1718051353'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_locations`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_locations"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}