Schema Info

Schema Name: sfdl_stage_rds.ess_esscore_occupancy_snapshots
  • created: 2021-07-12 13:41:44
  • disabled: False
  • format: raw
  • id: 1080
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_stage_rds",
        "table": "ess_esscore_occupancy_snapshots"
    }
  • type: rds
Schema Versions: 4
    • created: 2023-06-15 18:21:14
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_occupancy_snapshots`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_occupancy_snapshots`\n(\n `id`  bigint , `unit_type_id`  int , `site_id`  int , `occupied_units`  int , `total_units`  int , `occupied_price`  decimal(9,2) , `total_price`  decimal(9,2) , `occupied_square_feet`  int , `total_square_feet`  int , `month`  int , `year`  int , `created_at`  timestamp , `updated_at`  timestamp \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2023-06-15/1686871272'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_occupancy_snapshots"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2023-06-15/1686871272
    • id: 550897
    • processed: 1
    • raw_data:
      {
          "created_at": 11,
          "id": 0,
          "month": 9,
          "occupied_price": 5,
          "occupied_square_feet": 7,
          "occupied_units": 3,
          "site_id": 2,
          "total_price": 6,
          "total_square_feet": 8,
          "total_units": 4,
          "unit_type_id": 1,
          "updated_at": 12,
          "year": 10
      }
    • schema_attributes:
      {
          "created_at": "timestamp",
          "id": "bigint",
          "month": "int",
          "occupied_price": "decimal(9,2)",
          "occupied_square_feet": "int",
          "occupied_units": "int",
          "site_id": "int",
          "total_price": "decimal(9,2)",
          "total_square_feet": "int",
          "total_units": "int",
          "unit_type_id": "int",
          "updated_at": "timestamp",
          "year": "int"
      }
    • schema_name_id: 1080
    • schema_scan_id: 4963360
    • updated: 2023-06-15 18:21:25
    • created: 2022-06-22 20:45:08
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_occupancy_snapshots`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_occupancy_snapshots`\n(\n `id`  bigint , `unit_type_id`  int , `site_id`  int , `occupied_units`  int , `total_units`  int , `occupied_price`  decimal(9,2) , `total_price`  decimal(9,2) , `occupied_square_feet`  int , `total_square_feet`  int , `month`  int , `year`  int , `created_at`  timestamp , `updated_at`  timestamp \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2022-06-23/1655948706'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_occupancy_snapshots"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2022-06-23/1655948706
    • id: 402901
    • processed: 1
    • raw_data:
      {
          "created_at": 11,
          "id": 0,
          "month": 9,
          "occupied_price": 5,
          "occupied_square_feet": 7,
          "occupied_units": 3,
          "site_id": 2,
          "total_price": 6,
          "total_square_feet": 8,
          "total_units": 4,
          "unit_type_id": 1,
          "updated_at": 12,
          "year": 10
      }
    • schema_attributes:
      {
          "created_at": "timestamp",
          "id": "bigint",
          "month": "int",
          "occupied_price": "decimal(9,2)",
          "occupied_square_feet": "int",
          "occupied_units": "int",
          "site_id": "int",
          "total_price": "decimal(9,2)",
          "total_square_feet": "int",
          "total_units": "int",
          "unit_type_id": "int",
          "updated_at": "timestamp",
          "year": "int"
      }
    • schema_name_id: 1080
    • schema_scan_id: 3933481
    • updated: 2022-06-22 20:45:19
    • created: 2022-06-22 15:35:23
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_occupancy_snapshots`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_occupancy_snapshots`\n(\n `id`  bigint , `unit_type_id`  int , `site_id`  int , `occupied_units`  int , `total_units`  int , `occupied_price`  decimal(9,2) , `total_price`  decimal(9,2) , `occupied_square_feet`  int , `total_square_feet`  int , `month`  int , `year`  int , `created_at`  timestamp , `updated_at`  timestamp \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2022-06-22/1655930121'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_occupancy_snapshots"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2022-06-22/1655930121
    • id: 402783
    • processed: 1
    • raw_data:
      {
          "created_at": 11,
          "id": 0,
          "month": 9,
          "occupied_price": 5,
          "occupied_square_feet": 7,
          "occupied_units": 3,
          "site_id": 2,
          "total_price": 6,
          "total_square_feet": 8,
          "total_units": 4,
          "unit_type_id": 1,
          "updated_at": 12,
          "year": 10
      }
    • schema_attributes:
      {
          "created_at": "timestamp",
          "id": "bigint",
          "month": "int",
          "occupied_price": "decimal(9,2)",
          "occupied_square_feet": "int",
          "occupied_units": "int",
          "site_id": "int",
          "total_price": "decimal(9,2)",
          "total_square_feet": "int",
          "total_units": "int",
          "unit_type_id": "int",
          "updated_at": "timestamp",
          "year": "int"
      }
    • schema_name_id: 1080
    • schema_scan_id: 3932825
    • updated: 2022-06-22 15:35:34
    • created: 2021-07-23 23:29:53
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_occupancy_snapshots`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_occupancy_snapshots`\n(\n `id`  bigint , `unit_type_id`  int , `site_id`  int , `occupied_units`  int , `total_units`  int , `occupied_price`  decimal(9,2) , `total_price`  decimal(9,2) , `occupied_square_feet`  int , `total_square_feet`  int , `month`  int , `year`  int , `created_at`  timestamp , `updated_at`  timestamp \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2021-07-24/1627100991'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_occupancy_snapshots"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2021-07-24/1627100991
    • id: 341501
    • processed: 1
    • raw_data:
      {
          "created_at": 11,
          "id": 0,
          "month": 9,
          "occupied_price": 5,
          "occupied_square_feet": 7,
          "occupied_units": 3,
          "site_id": 2,
          "total_price": 6,
          "total_square_feet": 8,
          "total_units": 4,
          "unit_type_id": 1,
          "updated_at": 12,
          "year": 10
      }
    • schema_attributes:
      {
          "created_at": "timestamp",
          "id": "bigint",
          "month": "int",
          "occupied_price": "decimal(9,2)",
          "occupied_square_feet": "int",
          "occupied_units": "int",
          "site_id": "int",
          "total_price": "decimal(9,2)",
          "total_square_feet": "int",
          "total_units": "int",
          "unit_type_id": "int",
          "updated_at": "timestamp",
          "year": "int"
      }
    • schema_name_id: 1080
    • schema_scan_id: 3410524
    • updated: 2021-07-23 23:30:04
Schema Scans: 4
Last at 2023-06-15 18:21:13
    • duration: 0:00:11.184199
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 4963360
    • payload:
      {
          "datatype_dict": {
              "created_at": "timestamp",
              "id": "bigint",
              "month": "int",
              "occupied_price": "decimal(9,2)",
              "occupied_square_feet": "int",
              "occupied_units": "int",
              "site_id": "int",
              "total_price": "decimal(9,2)",
              "total_square_feet": "int",
              "total_units": "int",
              "unit_type_id": "int",
              "updated_at": "timestamp",
              "year": "int"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2023-06-15/1686871272",
              "key": "raw/esscore_occupancy_snapshots/2023-06-15/1686871272/split.ess_core.occupancy_snapshots0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_occupancy_snapshots",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1080
    • start_time: 2023-06-15 18:21:13
    • success: True
    • trace_id: 8180302752201860782
    • duration: 0:00:13.990962
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3933481
    • payload:
      {
          "datatype_dict": {
              "created_at": "timestamp",
              "id": "bigint",
              "month": "int",
              "occupied_price": "decimal(9,2)",
              "occupied_square_feet": "int",
              "occupied_units": "int",
              "site_id": "int",
              "total_price": "decimal(9,2)",
              "total_square_feet": "int",
              "total_units": "int",
              "unit_type_id": "int",
              "updated_at": "timestamp",
              "year": "int"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2022-06-23/1655948706",
              "key": "raw/esscore_occupancy_snapshots/2022-06-23/1655948706/split.ess_core.occupancy_snapshots0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_occupancy_snapshots",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1080
    • start_time: 2022-06-22 20:45:08
    • success: True
    • trace_id: 3973435311306038900
    • duration: 0:00:13.805189
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3932825
    • payload:
      {
          "datatype_dict": {
              "created_at": "timestamp",
              "id": "bigint",
              "month": "int",
              "occupied_price": "decimal(9,2)",
              "occupied_square_feet": "int",
              "occupied_units": "int",
              "site_id": "int",
              "total_price": "decimal(9,2)",
              "total_square_feet": "int",
              "total_units": "int",
              "unit_type_id": "int",
              "updated_at": "timestamp",
              "year": "int"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2022-06-22/1655930121",
              "key": "raw/esscore_occupancy_snapshots/2022-06-22/1655930121/split.ess_core.occupancy_snapshots0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_occupancy_snapshots",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1080
    • start_time: 2022-06-22 15:35:23
    • success: True
    • trace_id: 7765197728465082389
    • duration: 0:00:14.298594
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3410524
    • payload:
      {
          "datatype_dict": {
              "created_at": "timestamp",
              "id": "bigint",
              "month": "int",
              "occupied_price": "decimal(9,2)",
              "occupied_square_feet": "int",
              "occupied_units": "int",
              "site_id": "int",
              "total_price": "decimal(9,2)",
              "total_square_feet": "int",
              "total_units": "int",
              "unit_type_id": "int",
              "updated_at": "timestamp",
              "year": "int"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2021-07-24/1627100991",
              "key": "raw/esscore_occupancy_snapshots/2021-07-24/1627100991/split.ess_core.occupancy_snapshots0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_occupancy_snapshots",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1080
    • start_time: 2021-07-23 23:29:52
    • success: True
    • trace_id: 12924758459784438166
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "created_at": "timestamp",
        "id": "bigint",
        "month": "int",
        "occupied_price": "decimal(9,2)",
        "occupied_square_feet": "int",
        "occupied_units": "int",
        "site_id": "int",
        "total_price": "decimal(9,2)",
        "total_square_feet": "int",
        "total_units": "int",
        "unit_type_id": "int",
        "updated_at": "timestamp",
        "year": "int"
    }
  • created: 2023-06-15 18:21:14
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_occupancy_snapshots`\n(\n `id`  bigint , `unit_type_id`  int , `site_id`  int , `occupied_units`  int , `total_units`  int , `occupied_price`  decimal(9,2) , `total_price`  decimal(9,2) , `occupied_square_feet`  int , `total_square_feet`  int , `month`  int , `year`  int , `created_at`  timestamp , `updated_at`  timestamp \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2023-06-15/1686871272'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_occupancy_snapshots`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_occupancy_snapshots"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2021-07-12 13:41:44",
        "disabled": false,
        "format": "raw",
        "id": 1080,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_stage_rds",
            "table": "ess_esscore_occupancy_snapshots"
        },
        "type": "rds"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "created_at": "timestamp",
            "id": "bigint",
            "month": "int",
            "occupied_price": "decimal(9,2)",
            "occupied_square_feet": "int",
            "occupied_units": "int",
            "site_id": "int",
            "total_price": "decimal(9,2)",
            "total_square_feet": "int",
            "total_units": "int",
            "unit_type_id": "int",
            "updated_at": "timestamp",
            "year": "int"
        },
        "created": "2023-06-15 18:21:14",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_occupancy_snapshots`\n(\n `id`  bigint , `unit_type_id`  int , `site_id`  int , `occupied_units`  int , `total_units`  int , `occupied_price`  decimal(9,2) , `total_price`  decimal(9,2) , `occupied_square_feet`  int , `total_square_feet`  int , `month`  int , `year`  int , `created_at`  timestamp , `updated_at`  timestamp \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_occupancy_snapshots/2023-06-15/1686871272'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_occupancy_snapshots`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_occupancy_snapshots"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}