Schema Info
Schema Name: sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact
- created: 2021-08-31 15:10:30
- disabled: False
- format: raw
- id: 1673
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_dev_postgres", "table": "keplernormies_unit_occupancy_daily_fact" } - type: postgres
Schema Versions: 3
-
Version 4708783
- created: 2024-08-14 11:30:44
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_postgres`", "DROP TABLE IF EXISTS `sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_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 , `tiered_rate` decimal , `tier_dim_id` int , `tier_description` string , `tier_rank` int , `unit_group_name` string \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-dev/raw/unit_occupancy_daily_fact/2024-08-14/1723653014'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact" ] - hive_path: s3://sfdl-postgres-keplernormies-dev/raw/unit_occupancy_daily_fact/2024-08-14/1723653014
- id: 4708783
- 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, "tier_description": 47, "tier_dim_id": 46, "tier_rank": 48, "tiered_rate": 45, "unit_count": 5, "unit_group_key": 33, "unit_group_name": 49, "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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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: 1673
- schema_scan_id: 6565031
- updated: 2024-08-14 11:30:56
-
Version 4705886
- created: 2024-05-14 05:09:09
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_postgres`", "DROP TABLE IF EXISTS `sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_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 , `tiered_rate` decimal , `tier_dim_id` int , `tier_description` string , `tier_rank` int , `unit_group_name` string \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-dev/raw/unit_occupancy_daily_fact/2024-05-14/1715681315'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact" ] - hive_path: s3://sfdl-postgres-keplernormies-dev/raw/unit_occupancy_daily_fact/2024-05-14/1715681315
- id: 4705886
- 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, "tier_description": 47, "tier_dim_id": 46, "tier_rank": 48, "tiered_rate": 45, "unit_count": 5, "unit_group_key": 33, "unit_group_name": 49, "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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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: 1673
- schema_scan_id: 6490570
- updated: 2024-05-14 05:09:23
-
Version 4705720
- created: 2024-05-13 14:23:20
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_postgres`", "DROP TABLE IF EXISTS `sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_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 , `tiered_rate` decimal , `tier_dim_id` int , `tier_description` string , `tier_rank` int , `unit_group_name` string \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-dev/raw/unit_occupancy_daily_fact/2024-05-13/1715628169'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact" ] - hive_path: s3://sfdl-postgres-keplernormies-dev/raw/unit_occupancy_daily_fact/2024-05-13/1715628169
- id: 4705720
- 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, "tier_description": 47, "tier_dim_id": 46, "tier_rank": 48, "tiered_rate": 45, "unit_count": 5, "unit_group_key": 33, "unit_group_name": 49, "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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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: 1673
- schema_scan_id: 6489983
- updated: 2024-05-13 14:23:31
Schema Scans: 3
Last at 2024-08-14 11:30:43
-
Scan 6565031
- duration: 0:00:12.868314
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6565031
- 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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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-dev", "hive_path": "s3://sfdl-postgres-keplernormies-dev/raw/unit_occupancy_daily_fact/2024-08-14/1723653014", "key": "raw/unit_occupancy_daily_fact/2024-08-14/1723653014/data_0.csv.gz" }, "schema": { "name": "sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact", "type": "postgres" }, "trace_context": { "parent_id": 17762720931624264501, "service_name": "kepler-normies", "span_id": 10005791030785873714, "trace_id": 17762720931624264501 } } - running: False
- schema_name_id: 1673
- start_time: 2024-08-14 11:30:43
- success: True
- trace_id: 17762720931624264501
-
Scan 6490570
- duration: 0:00:15.544617
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6490570
- 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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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-dev", "hive_path": "s3://sfdl-postgres-keplernormies-dev/raw/unit_occupancy_daily_fact/2024-05-14/1715681315", "key": "raw/unit_occupancy_daily_fact/2024-05-14/1715681315/data_0.csv.gz" }, "schema": { "name": "sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact", "type": "postgres" }, "trace_context": { "parent_id": 13429290025584817350, "service_name": "kepler-normies", "span_id": 7238342774187666358, "trace_id": 13429290025584817350 } } - running: False
- schema_name_id: 1673
- start_time: 2024-05-14 05:09:07
- success: True
- trace_id: 13429290025584817350
-
Scan 6489983
- duration: 0:00:13.013485
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6489983
- 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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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-dev", "hive_path": "s3://sfdl-postgres-keplernormies-dev/raw/unit_occupancy_daily_fact/2024-05-13/1715628169", "key": "raw/unit_occupancy_daily_fact/2024-05-13/1715628169/data_0.csv.gz" }, "schema": { "name": "sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact", "type": "postgres" }, "trace_context": { "parent_id": 460340861887601811, "service_name": "kepler-normies", "span_id": 17220801656704444966, "trace_id": 460340861887601811 } } - running: False
- schema_name_id: 1673
- start_time: 2024-05-13 14:23:18
- success: True
- trace_id: 460340861887601811
- 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", "tier_description": "string", "tier_dim_id": "int", "tier_rank": "int", "tiered_rate": "decimal", "unit_count": "int", "unit_group_key": "string", "unit_group_name": "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: 2024-08-14 11:30:44
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_postgres`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_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 , `tiered_rate` decimal , `tier_dim_id` int , `tier_description` string , `tier_rank` int , `unit_group_name` string \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-dev/raw/unit_occupancy_daily_fact/2024-08-14/1723653014'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2021-08-31 15:10:30",
"disabled": false,
"format": "raw",
"id": 1673,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_dev_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",
"tier_description": "string",
"tier_dim_id": "int",
"tier_rank": "int",
"tiered_rate": "decimal",
"unit_count": "int",
"unit_group_key": "string",
"unit_group_name": "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": "2024-08-14 11:30:44",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_postgres`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_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 , `tiered_rate` decimal , `tier_dim_id` int , `tier_description` string , `tier_rank` int , `unit_group_name` string \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-dev/raw/unit_occupancy_daily_fact/2024-08-14/1723653014'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_postgres.keplernormies_unit_occupancy_daily_fact`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_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"
}
}