Schema Info

Schema Name: sfdl_stage_excel.storedge_salesdata
  • created: 2018-11-12 14:14:38
  • disabled: False
  • format: raw
  • id: 661
  • is_partitioned: False
  • is_schema_datatyped: False
  • name:
    {
        "database": "sfdl_stage_excel",
        "table": "storedge_salesdata"
    }
  • type: excel
Schema Versions: 1
    • created: 2018-11-12 14:14:38
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_excel`",
          "DROP TABLE IF EXISTS `sfdl_stage_excel.storedge_salesdata`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_excel.storedge_salesdata`\n(\n `chargeover_id`  string , `peachtree_id`  string , `customer_name`  string , `invoice__`  string , `cm_`  string , `date`  string , `name`  string , `address`  string , `city`  string , `state`  string , `zip`  string , `qty`  string , `peachtree_item_code`  string , `chargeover_item_code`  string , `description`  string , `price`  string , `extended_price`  string , `_origin`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'quote.delim' = '\"', 'escape.delim' = '\\\\', 'field.delim' = '~')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-excel-storedge-stage/raw/salesdata/2018-11-12/1542053675'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_excel.storedge_salesdata"
      ]
    • hive_path: s3://sfdl-excel-storedge-stage/raw/salesdata/2018-11-12/1542053675
    • id: 190218
    • processed: 1
    • raw_data:
      {
          "_origin": 17,
          "address": 7,
          "chargeover_id": 0,
          "chargeover_item_code": 13,
          "city": 8,
          "cm?": 4,
          "customer_name": 2,
          "date": 5,
          "description": 14,
          "extended_price": 16,
          "invoice_#": 3,
          "name": 6,
          "peachtree_id": 1,
          "peachtree_item_code": 12,
          "price": 15,
          "qty": 11,
          "state": 9,
          "zip": 10
      }
    • schema_attributes:
      {
          "_origin": "string",
          "address": "string",
          "chargeover_id": "string",
          "chargeover_item_code": "string",
          "city": "string",
          "cm_": "string",
          "customer_name": "string",
          "date": "string",
          "description": "string",
          "extended_price": "string",
          "invoice__": "string",
          "name": "string",
          "peachtree_id": "string",
          "peachtree_item_code": "string",
          "price": "string",
          "qty": "string",
          "state": "string",
          "zip": "string"
      }
    • schema_name_id: 661
    • schema_scan_id: 1639261
    • updated: 2018-11-12 14:14:49
Schema Scans: 1
Last at 2018-11-12 14:14:38
    • duration: 0:00:13.652225
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 1639261
    • payload:
      {
          "datatype_dict": {
              "string": "string"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": false,
          "s3": {
              "bucket": "sfdl-excel-storedge-stage",
              "hive_path": "s3://sfdl-excel-storedge-stage/raw/salesdata/2018-11-12/1542053675",
              "key": "raw/salesdata/2018-11-12/1542053675/storedge_2013-2018_sales_by_customer_by_item.xlsx.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_excel.storedge_salesdata",
              "type": "excel"
          }
      }
    • running: False
    • schema_name_id: 661
    • start_time: 2018-11-12 14:14:38
    • success: True
    • trace_id: 13945285886634275472
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "_origin": "string",
        "address": "string",
        "chargeover_id": "string",
        "chargeover_item_code": "string",
        "city": "string",
        "cm_": "string",
        "customer_name": "string",
        "date": "string",
        "description": "string",
        "extended_price": "string",
        "invoice__": "string",
        "name": "string",
        "peachtree_id": "string",
        "peachtree_item_code": "string",
        "price": "string",
        "qty": "string",
        "state": "string",
        "zip": "string"
    }
  • created: 2018-11-12 14:14:38
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_excel`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_excel.storedge_salesdata`\n(\n `chargeover_id`  string , `peachtree_id`  string , `customer_name`  string , `invoice__`  string , `cm_`  string , `date`  string , `name`  string , `address`  string , `city`  string , `state`  string , `zip`  string , `qty`  string , `peachtree_item_code`  string , `chargeover_item_code`  string , `description`  string , `price`  string , `extended_price`  string , `_origin`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'quote.delim' = '\"', 'escape.delim' = '\\\\', 'field.delim' = '~')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-excel-storedge-stage/raw/salesdata/2018-11-12/1542053675'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_excel.storedge_salesdata`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_excel.storedge_salesdata"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2018-11-12 14:14:38",
        "disabled": false,
        "format": "raw",
        "id": 661,
        "is_partitioned": false,
        "is_schema_datatyped": false,
        "name": {
            "database": "sfdl_stage_excel",
            "table": "storedge_salesdata"
        },
        "type": "excel"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "_origin": "string",
            "address": "string",
            "chargeover_id": "string",
            "chargeover_item_code": "string",
            "city": "string",
            "cm_": "string",
            "customer_name": "string",
            "date": "string",
            "description": "string",
            "extended_price": "string",
            "invoice__": "string",
            "name": "string",
            "peachtree_id": "string",
            "peachtree_item_code": "string",
            "price": "string",
            "qty": "string",
            "state": "string",
            "zip": "string"
        },
        "created": "2018-11-12 14:14:38",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_excel`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_excel.storedge_salesdata`\n(\n `chargeover_id`  string , `peachtree_id`  string , `customer_name`  string , `invoice__`  string , `cm_`  string , `date`  string , `name`  string , `address`  string , `city`  string , `state`  string , `zip`  string , `qty`  string , `peachtree_item_code`  string , `chargeover_item_code`  string , `description`  string , `price`  string , `extended_price`  string , `_origin`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'quote.delim' = '\"', 'escape.delim' = '\\\\', 'field.delim' = '~')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-excel-storedge-stage/raw/salesdata/2018-11-12/1542053675'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_excel.storedge_salesdata`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_excel.storedge_salesdata"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}