Schema Info

Schema Name: sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact
  • created: 2023-01-01 18:59:06
  • disabled: False
  • format: raw
  • id: 2185
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_prod_postgres",
        "table": "keplernormies_unit_occupancy_daily_fact"
    }
  • type: postgres
Schema Versions: 1
    • created: 2023-01-01 19:02:28
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_postgres`",
          "DROP TABLE IF EXISTS `sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact`\n(\n `unit_occupancy_daily_fact_id`  bigint , `unit_type`  string , `width`  double , `length`  double , `rent`  double , `unit_count`  int , `occupied_count`  int , `vacant_count`  int , `complimentary_count`  int , `reserved_count`  int , `unrentable_count`  int , `dirty_count`  int , `damaged_count`  int , `insured_count`  int , `rent_rate_total`  decimal , `rent_total`  decimal , `standard_rate`  decimal , `rent_rate`  decimal , `area`  double , `vacant_area`  double , `reserved_area`  double , `complimentary_area`  double , `unrentable_area`  double , `occupied_area`  double , `occupied_potential_revenue`  decimal , `vacant_potential_revenue`  decimal , `reserved_potential_revenue`  decimal , `complimentary_potential_revenue`  decimal , `unrentable_potential_revenue`  decimal , `occupied_revenue`  decimal , `company_dim_id`  int , `facility_dim_id`  int , `date_dim_id`  int , `unit_group_key`  string , `company_owned_count`  int , `company_owned_potential_revenue`  decimal , `damaged_potential_revenue`  decimal , `height`  double , `amenity_list`  string , `channel_rates`  string , `managed_rate`  decimal , `auto_applied_discount_plans`  string , `excludes_insurance_count`  int , `fully_enclosed_insurable_count`  int , `non_fully_enclosed_insurable_count`  int \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '\u0001', '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-postgres-keplernormies-prod/raw/unit_occupancy_daily_fact/2023-01-01/1672560270'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact"
      ]
    • hive_path: s3://sfdl-postgres-keplernormies-prod/raw/unit_occupancy_daily_fact/2023-01-01/1672560270
    • id: 4691820
    • processed: 1
    • raw_data:
      {
          "amenity_list": 38,
          "area": 18,
          "auto_applied_discount_plans": 41,
          "channel_rates": 39,
          "company_dim_id": 30,
          "company_owned_count": 34,
          "company_owned_potential_revenue": 35,
          "complimentary_area": 21,
          "complimentary_count": 8,
          "complimentary_potential_revenue": 27,
          "damaged_count": 12,
          "damaged_potential_revenue": 36,
          "date_dim_id": 32,
          "dirty_count": 11,
          "excludes_insurance_count": 42,
          "facility_dim_id": 31,
          "fully_enclosed_insurable_count": 43,
          "height": 37,
          "insured_count": 13,
          "length": 3,
          "managed_rate": 40,
          "non_fully_enclosed_insurable_count": 44,
          "occupied_area": 23,
          "occupied_count": 6,
          "occupied_potential_revenue": 24,
          "occupied_revenue": 29,
          "rent": 4,
          "rent_rate": 17,
          "rent_rate_total": 14,
          "rent_total": 15,
          "reserved_area": 20,
          "reserved_count": 9,
          "reserved_potential_revenue": 26,
          "standard_rate": 16,
          "unit_count": 5,
          "unit_group_key": 33,
          "unit_occupancy_daily_fact_id": 0,
          "unit_type": 1,
          "unrentable_area": 22,
          "unrentable_count": 10,
          "unrentable_potential_revenue": 28,
          "vacant_area": 19,
          "vacant_count": 7,
          "vacant_potential_revenue": 25,
          "width": 2
      }
    • schema_attributes:
      {
          "amenity_list": "string",
          "area": "double",
          "auto_applied_discount_plans": "string",
          "channel_rates": "string",
          "company_dim_id": "int",
          "company_owned_count": "int",
          "company_owned_potential_revenue": "decimal",
          "complimentary_area": "double",
          "complimentary_count": "int",
          "complimentary_potential_revenue": "decimal",
          "damaged_count": "int",
          "damaged_potential_revenue": "decimal",
          "date_dim_id": "int",
          "dirty_count": "int",
          "excludes_insurance_count": "int",
          "facility_dim_id": "int",
          "fully_enclosed_insurable_count": "int",
          "height": "double",
          "insured_count": "int",
          "length": "double",
          "managed_rate": "decimal",
          "non_fully_enclosed_insurable_count": "int",
          "occupied_area": "double",
          "occupied_count": "int",
          "occupied_potential_revenue": "decimal",
          "occupied_revenue": "decimal",
          "rent": "double",
          "rent_rate": "decimal",
          "rent_rate_total": "decimal",
          "rent_total": "decimal",
          "reserved_area": "double",
          "reserved_count": "int",
          "reserved_potential_revenue": "decimal",
          "standard_rate": "decimal",
          "unit_count": "int",
          "unit_group_key": "string",
          "unit_occupancy_daily_fact_id": "bigint",
          "unit_type": "string",
          "unrentable_area": "double",
          "unrentable_count": "int",
          "unrentable_potential_revenue": "decimal",
          "vacant_area": "double",
          "vacant_count": "int",
          "vacant_potential_revenue": "decimal",
          "width": "double"
      }
    • schema_name_id: 2185
    • schema_scan_id: 6058996
    • updated: 2023-01-01 19:02:39
Schema Scans: 1
Last at 2023-01-01 19:02:26
    • duration: 0:00:12.716571
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6058996
    • payload:
      {
          "datatype_dict": {
              "amenity_list": "string",
              "area": "double",
              "auto_applied_discount_plans": "string",
              "channel_rates": "string",
              "company_dim_id": "int",
              "company_owned_count": "int",
              "company_owned_potential_revenue": "decimal",
              "complimentary_area": "double",
              "complimentary_count": "int",
              "complimentary_potential_revenue": "decimal",
              "damaged_count": "int",
              "damaged_potential_revenue": "decimal",
              "date_dim_id": "int",
              "dirty_count": "int",
              "excludes_insurance_count": "int",
              "facility_dim_id": "int",
              "fully_enclosed_insurable_count": "int",
              "height": "double",
              "insured_count": "int",
              "length": "double",
              "managed_rate": "decimal",
              "non_fully_enclosed_insurable_count": "int",
              "occupied_area": "double",
              "occupied_count": "int",
              "occupied_potential_revenue": "decimal",
              "occupied_revenue": "decimal",
              "rent": "double",
              "rent_rate": "decimal",
              "rent_rate_total": "decimal",
              "rent_total": "decimal",
              "reserved_area": "double",
              "reserved_count": "int",
              "reserved_potential_revenue": "decimal",
              "standard_rate": "decimal",
              "unit_count": "int",
              "unit_group_key": "string",
              "unit_occupancy_daily_fact_id": "bigint",
              "unit_type": "string",
              "unrentable_area": "double",
              "unrentable_count": "int",
              "unrentable_potential_revenue": "decimal",
              "vacant_area": "double",
              "vacant_count": "int",
              "vacant_potential_revenue": "decimal",
              "width": "double"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "\u0001"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-postgres-keplernormies-prod",
              "hive_path": "s3://sfdl-postgres-keplernormies-prod/raw/unit_occupancy_daily_fact/2023-01-01/1672560270",
              "key": "raw/unit_occupancy_daily_fact/2023-01-01/1672560270/data_0.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact",
              "type": "postgres"
          }
      }
    • running: False
    • schema_name_id: 2185
    • start_time: 2023-01-01 19:02:26
    • success: True
    • trace_id: 15058352274189124275
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "amenity_list": "string",
        "area": "double",
        "auto_applied_discount_plans": "string",
        "channel_rates": "string",
        "company_dim_id": "int",
        "company_owned_count": "int",
        "company_owned_potential_revenue": "decimal",
        "complimentary_area": "double",
        "complimentary_count": "int",
        "complimentary_potential_revenue": "decimal",
        "damaged_count": "int",
        "damaged_potential_revenue": "decimal",
        "date_dim_id": "int",
        "dirty_count": "int",
        "excludes_insurance_count": "int",
        "facility_dim_id": "int",
        "fully_enclosed_insurable_count": "int",
        "height": "double",
        "insured_count": "int",
        "length": "double",
        "managed_rate": "decimal",
        "non_fully_enclosed_insurable_count": "int",
        "occupied_area": "double",
        "occupied_count": "int",
        "occupied_potential_revenue": "decimal",
        "occupied_revenue": "decimal",
        "rent": "double",
        "rent_rate": "decimal",
        "rent_rate_total": "decimal",
        "rent_total": "decimal",
        "reserved_area": "double",
        "reserved_count": "int",
        "reserved_potential_revenue": "decimal",
        "standard_rate": "decimal",
        "unit_count": "int",
        "unit_group_key": "string",
        "unit_occupancy_daily_fact_id": "bigint",
        "unit_type": "string",
        "unrentable_area": "double",
        "unrentable_count": "int",
        "unrentable_potential_revenue": "decimal",
        "vacant_area": "double",
        "vacant_count": "int",
        "vacant_potential_revenue": "decimal",
        "width": "double"
    }
  • created: 2023-01-01 19:02:28
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_postgres`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact`\n(\n `unit_occupancy_daily_fact_id`  bigint , `unit_type`  string , `width`  double , `length`  double , `rent`  double , `unit_count`  int , `occupied_count`  int , `vacant_count`  int , `complimentary_count`  int , `reserved_count`  int , `unrentable_count`  int , `dirty_count`  int , `damaged_count`  int , `insured_count`  int , `rent_rate_total`  decimal , `rent_total`  decimal , `standard_rate`  decimal , `rent_rate`  decimal , `area`  double , `vacant_area`  double , `reserved_area`  double , `complimentary_area`  double , `unrentable_area`  double , `occupied_area`  double , `occupied_potential_revenue`  decimal , `vacant_potential_revenue`  decimal , `reserved_potential_revenue`  decimal , `complimentary_potential_revenue`  decimal , `unrentable_potential_revenue`  decimal , `occupied_revenue`  decimal , `company_dim_id`  int , `facility_dim_id`  int , `date_dim_id`  int , `unit_group_key`  string , `company_owned_count`  int , `company_owned_potential_revenue`  decimal , `damaged_potential_revenue`  decimal , `height`  double , `amenity_list`  string , `channel_rates`  string , `managed_rate`  decimal , `auto_applied_discount_plans`  string , `excludes_insurance_count`  int , `fully_enclosed_insurable_count`  int , `non_fully_enclosed_insurable_count`  int \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '\u0001', '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-postgres-keplernormies-prod/raw/unit_occupancy_daily_fact/2023-01-01/1672560270'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact`",
        "repair_table": "MSCK REPAIR TABLE sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact"
    }
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-01 18:59:06",
        "disabled": false,
        "format": "raw",
        "id": 2185,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_prod_postgres",
            "table": "keplernormies_unit_occupancy_daily_fact"
        },
        "type": "postgres"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "amenity_list": "string",
            "area": "double",
            "auto_applied_discount_plans": "string",
            "channel_rates": "string",
            "company_dim_id": "int",
            "company_owned_count": "int",
            "company_owned_potential_revenue": "decimal",
            "complimentary_area": "double",
            "complimentary_count": "int",
            "complimentary_potential_revenue": "decimal",
            "damaged_count": "int",
            "damaged_potential_revenue": "decimal",
            "date_dim_id": "int",
            "dirty_count": "int",
            "excludes_insurance_count": "int",
            "facility_dim_id": "int",
            "fully_enclosed_insurable_count": "int",
            "height": "double",
            "insured_count": "int",
            "length": "double",
            "managed_rate": "decimal",
            "non_fully_enclosed_insurable_count": "int",
            "occupied_area": "double",
            "occupied_count": "int",
            "occupied_potential_revenue": "decimal",
            "occupied_revenue": "decimal",
            "rent": "double",
            "rent_rate": "decimal",
            "rent_rate_total": "decimal",
            "rent_total": "decimal",
            "reserved_area": "double",
            "reserved_count": "int",
            "reserved_potential_revenue": "decimal",
            "standard_rate": "decimal",
            "unit_count": "int",
            "unit_group_key": "string",
            "unit_occupancy_daily_fact_id": "bigint",
            "unit_type": "string",
            "unrentable_area": "double",
            "unrentable_count": "int",
            "unrentable_potential_revenue": "decimal",
            "vacant_area": "double",
            "vacant_count": "int",
            "vacant_potential_revenue": "decimal",
            "width": "double"
        },
        "created": "2023-01-01 19:02:28",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_postgres`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact`\n(\n `unit_occupancy_daily_fact_id`  bigint , `unit_type`  string , `width`  double , `length`  double , `rent`  double , `unit_count`  int , `occupied_count`  int , `vacant_count`  int , `complimentary_count`  int , `reserved_count`  int , `unrentable_count`  int , `dirty_count`  int , `damaged_count`  int , `insured_count`  int , `rent_rate_total`  decimal , `rent_total`  decimal , `standard_rate`  decimal , `rent_rate`  decimal , `area`  double , `vacant_area`  double , `reserved_area`  double , `complimentary_area`  double , `unrentable_area`  double , `occupied_area`  double , `occupied_potential_revenue`  decimal , `vacant_potential_revenue`  decimal , `reserved_potential_revenue`  decimal , `complimentary_potential_revenue`  decimal , `unrentable_potential_revenue`  decimal , `occupied_revenue`  decimal , `company_dim_id`  int , `facility_dim_id`  int , `date_dim_id`  int , `unit_group_key`  string , `company_owned_count`  int , `company_owned_potential_revenue`  decimal , `damaged_potential_revenue`  decimal , `height`  double , `amenity_list`  string , `channel_rates`  string , `managed_rate`  decimal , `auto_applied_discount_plans`  string , `excludes_insurance_count`  int , `fully_enclosed_insurable_count`  int , `non_fully_enclosed_insurable_count`  int \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '\u0001', '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-postgres-keplernormies-prod/raw/unit_occupancy_daily_fact/2023-01-01/1672560270'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact`",
            "repair_table": "MSCK REPAIR TABLE sfdl_prod_postgres.keplernormies_unit_occupancy_daily_fact"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}