Schema Info
Schema Name: sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal
- created: 2022-11-03 18:44:36
- disabled: False
- format: raw
- id: 2115
- is_partitioned: True
- is_schema_datatyped: False
- name:
{ "database": "sfdl_dev_rds", "table": "sparefoot_sparefoot_facility_tenants_temporal" } - type: rds
Schema Versions: 3
-
Version 4695708
- created: 2023-04-21 14:19:44
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\n(\n `alt_email` string , `alt_first_name` string , `alt_last_name` string , `alt_phone` bigint , `api_facility_id` string , `company_name` string , `confirmation_code` string , `corporation_id` int , `created` timestamp , `customer_address1` string , `customer_address2` string , `customer_cell_phone` bigint , `customer_city` string , `customer_email` string , `customer_first_name` string , `customer_home_phone` bigint , `customer_id` string , `customer_last_name` string , `customer_phone` bigint , `customer_state` string , `customer_work_email` string , `customer_work_phone` bigint , `customer_zip` string , `dt_partition` date , `facility_id` int , `facility_name` string , `id` string , `last_payment_amount` double , `lead_id` string , `lifetime_value` double , `listing_avail_id` int , `match_run_id` int , `modified` timestamp , `move_in_date` date , `move_out_date` date , `rent_rate` double , `source_type` string , `unit_dimensions` string , `unit_id` string , `unit_number` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal'\n", "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal" ] - hive_path: s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal
- id: 4695708
- processed: 1
- raw_data:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "int64", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "int32", "created": "timestamp[ns]", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "int64", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "int64", "customer_id": "string", "customer_last_name": "string", "customer_phone": "int64", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "int64", "customer_zip": "string", "dt_partition": "date32[day]", "facility_id": "int32", "facility_name": "string", "id": "string", "last_payment_amount": "double", "lead_id": "string", "lifetime_value": "double", "listing_avail_id": "int32", "match_run_id": "int32", "modified": "timestamp[ns]", "move_in_date": "date32[day]", "move_out_date": "date32[day]", "rent_rate": "double", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - schema_attributes:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "bigint", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "int", "created": "timestamp", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "bigint", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "bigint", "customer_id": "string", "customer_last_name": "string", "customer_phone": "bigint", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "bigint", "customer_zip": "string", "dt_partition": "date", "facility_id": "int", "facility_name": "string", "id": "string", "last_payment_amount": "double", "lead_id": "string", "lifetime_value": "double", "listing_avail_id": "int", "match_run_id": "int", "modified": "timestamp", "move_in_date": "date", "move_out_date": "date", "rent_rate": "double", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - schema_name_id: 2115
- schema_scan_id: 6174906
- updated: 2023-04-21 14:19:57
-
Version 4693969
- created: 2023-04-20 14:57:23
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\n(\n `alt_email` string , `alt_first_name` string , `alt_last_name` string , `alt_phone` string , `api_facility_id` string , `company_name` string , `confirmation_code` string , `corporation_id` string , `created` timestamp , `customer_address1` string , `customer_address2` string , `customer_cell_phone` string , `customer_city` string , `customer_email` string , `customer_first_name` string , `customer_home_phone` string , `customer_id` string , `customer_last_name` string , `customer_phone` string , `customer_state` string , `customer_work_email` string , `customer_work_phone` string , `customer_zip` string , `dt_partition` timestamp , `facility_id` string , `facility_name` string , `id` string , `last_payment_amount` string , `lead_id` string , `lifetime_value` string , `listing_avail_id` string , `match_run_id` string , `modified` timestamp , `move_in_date` timestamp , `move_out_date` timestamp , `rent_rate` string , `source_type` string , `unit_dimensions` string , `unit_id` string , `unit_number` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal'\n", "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal" ] - hive_path: s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal
- id: 4693969
- processed: 1
- raw_data:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "string", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "string", "created": "timestamp[ns]", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "string", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "string", "customer_id": "string", "customer_last_name": "string", "customer_phone": "string", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "string", "customer_zip": "string", "dt_partition": "timestamp[ns]", "facility_id": "string", "facility_name": "string", "id": "string", "last_payment_amount": "string", "lead_id": "string", "lifetime_value": "string", "listing_avail_id": "string", "match_run_id": "string", "modified": "timestamp[ns]", "move_in_date": "timestamp[ns]", "move_out_date": "timestamp[ns]", "rent_rate": "string", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - schema_attributes:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "string", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "string", "created": "timestamp", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "string", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "string", "customer_id": "string", "customer_last_name": "string", "customer_phone": "string", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "string", "customer_zip": "string", "dt_partition": "timestamp", "facility_id": "string", "facility_name": "string", "id": "string", "last_payment_amount": "string", "lead_id": "string", "lifetime_value": "string", "listing_avail_id": "string", "match_run_id": "string", "modified": "timestamp", "move_in_date": "timestamp", "move_out_date": "timestamp", "rent_rate": "string", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - schema_name_id: 2115
- schema_scan_id: 6170366
- updated: 2023-04-20 14:57:36
-
Version 4690341
- created: 2022-11-03 18:44:37
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\n(\n `alt_email` string , `alt_first_name` string , `alt_last_name` string , `alt_phone` bigint , `api_facility_id` string , `company_name` string , `confirmation_code` string , `corporation_id` int , `created` timestamp , `customer_address1` string , `customer_address2` string , `customer_cell_phone` bigint , `customer_city` string , `customer_email` string , `customer_first_name` string , `customer_home_phone` bigint , `customer_id` string , `customer_last_name` string , `customer_phone` bigint , `customer_state` string , `customer_work_email` string , `customer_work_phone` bigint , `customer_zip` string , `dt_partition` date , `facility_id` int , `facility_name` string , `id` string , `last_payment_amount` double , `lead_id` string , `lifetime_value` double , `listing_avail_id` int , `match_run_id` int , `modified` timestamp , `move_in_date` date , `move_out_date` date , `rent_rate` double , `source_type` string , `unit_dimensions` string , `unit_id` string , `unit_number` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal'\n", "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal" ] - hive_path: s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal
- id: 4690341
- processed: 1
- raw_data:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "int64", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "int32", "created": "timestamp[ns]", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "int64", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "int64", "customer_id": "string", "customer_last_name": "string", "customer_phone": "int64", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "int64", "customer_zip": "string", "dt_partition": "date32[day]", "facility_id": "int32", "facility_name": "string", "id": "string", "last_payment_amount": "double", "lead_id": "string", "lifetime_value": "double", "listing_avail_id": "int32", "match_run_id": "int32", "modified": "timestamp[ns]", "move_in_date": "date32[day]", "move_out_date": "date32[day]", "rent_rate": "double", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - schema_attributes:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "bigint", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "int", "created": "timestamp", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "bigint", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "bigint", "customer_id": "string", "customer_last_name": "string", "customer_phone": "bigint", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "bigint", "customer_zip": "string", "dt_partition": "date", "facility_id": "int", "facility_name": "string", "id": "string", "last_payment_amount": "double", "lead_id": "string", "lifetime_value": "double", "listing_avail_id": "int", "match_run_id": "int", "modified": "timestamp", "move_in_date": "date", "move_out_date": "date", "rent_rate": "double", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - schema_name_id: 2115
- schema_scan_id: 5999782
- updated: 2022-11-03 18:44:51
Schema Scans: 3
Last at 2023-04-21 14:19:42
-
Scan 6174906
- duration: 0:00:17.951441
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 14, "partitions_applied": false, "success": true } - id: 6174906
- payload:
{ "datatype_dict": null, "file_format": "parquet", "is_schema_datatyped": false, "partition": { "location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2023-04-20", "name": "dt", "type": "string", "value": "2023-04-20" }, "s3": { "bucket": "sfdl-rds-sparefoot-dev", "hive_path": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal", "key": "raw_incremental/sparefoot_facility_tenants_temporal/dt=2023-04-20/facility_tenants_temporal.parquet.gz" }, "schema": { "name": "sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal", "type": "rds" }, "trace_context": { "parent_id": 10159317277554689581, "service_name": "sparefoot", "span_id": 16348725365049082073, "trace_id": 10159317277554689581 } } - running: False
- schema_name_id: 2115
- start_time: 2023-04-21 14:19:42
- success: True
- trace_id: 10159317277554689581
-
Scan 6170366
- duration: 0:00:18.518133
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 13, "partitions_applied": false, "success": true } - id: 6170366
- payload:
{ "datatype_dict": null, "file_format": "parquet", "is_schema_datatyped": false, "partition": { "location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2023-04-19", "name": "dt", "type": "string", "value": "2023-04-19" }, "s3": { "bucket": "sfdl-rds-sparefoot-dev", "hive_path": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal", "key": "raw_incremental/sparefoot_facility_tenants_temporal/dt=2023-04-19/facility_tenants_temporal.parquet.gz" }, "schema": { "name": "sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal", "type": "rds" }, "trace_context": { "parent_id": 17637212605928637298, "service_name": "sparefoot", "span_id": 14815995415887036310, "trace_id": 17637212605928637298 } } - running: False
- schema_name_id: 2115
- start_time: 2023-04-20 14:57:21
- success: True
- trace_id: 17637212605928637298
-
Scan 5999782
- duration: 0:00:17.768070
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 1, "partitions_applied": false, "success": true } - id: 5999782
- payload:
{ "datatype_dict": null, "file_format": "parquet", "is_schema_datatyped": false, "partition": { "location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2022-11-03", "name": "dt", "type": "string", "value": "2022-11-03" }, "s3": { "bucket": "sfdl-rds-sparefoot-dev", "hive_path": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal", "key": "raw_incremental/sparefoot_facility_tenants_temporal/dt=2022-11-03/facility_tenants_temporal_1.parquet.gz" }, "schema": { "name": "sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal", "type": "rds" }, "trace_context": { "parent_id": 8089787663519482682, "service_name": "sparefoot", "span_id": 12536563107355215200, "trace_id": 8089787663519482682 } } - running: False
- schema_name_id: 2115
- start_time: 2022-11-03 18:44:36
- success: True
- trace_id: 8089787663519482682
- count: 3
- ddl:
[ "ALTER TABLE\n `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\nADD\n\n\n PARTITION (dt='2024-05-13') location 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-05-13/'\n PARTITION (dt='2024-08-13') location 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-08-13/'\n PARTITION (dt='2025-07-02') location 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2025-07-02/'\n;" ] - name: dt
- state:
[ { "info": { "id": 254001, "location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-05-13/", "name": "dt", "value": "2024-05-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2024-05-14 02:43:37", "last_data": "2024-05-14 02:43:37" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 259588, "location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-08-13/", "name": "dt", "value": "2024-08-13" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2024-08-14 08:52:41", "last_data": "2024-08-14 08:52:41" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } }, { "info": { "id": 297996, "location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2025-07-02/", "name": "dt", "value": "2025-07-02" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2025-07-02 15:22:23", "last_data": "2025-07-02 15:22:23" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } } ] - type: string
- attributes:
{ "alt_email": "string", "alt_first_name": "string", "alt_last_name": "string", "alt_phone": "bigint", "api_facility_id": "string", "company_name": "string", "confirmation_code": "string", "corporation_id": "int", "created": "timestamp", "customer_address1": "string", "customer_address2": "string", "customer_cell_phone": "bigint", "customer_city": "string", "customer_email": "string", "customer_first_name": "string", "customer_home_phone": "bigint", "customer_id": "string", "customer_last_name": "string", "customer_phone": "bigint", "customer_state": "string", "customer_work_email": "string", "customer_work_phone": "bigint", "customer_zip": "string", "dt_partition": "date", "facility_id": "int", "facility_name": "string", "id": "string", "last_payment_amount": "double", "lead_id": "string", "lifetime_value": "double", "listing_avail_id": "int", "match_run_id": "int", "modified": "timestamp", "move_in_date": "date", "move_out_date": "date", "rent_rate": "double", "source_type": "string", "unit_dimensions": "string", "unit_id": "string", "unit_number": "string" } - created: 2023-04-21 14:19:44
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\n(\n `alt_email` string , `alt_first_name` string , `alt_last_name` string , `alt_phone` bigint , `api_facility_id` string , `company_name` string , `confirmation_code` string , `corporation_id` int , `created` timestamp , `customer_address1` string , `customer_address2` string , `customer_cell_phone` bigint , `customer_city` string , `customer_email` string , `customer_first_name` string , `customer_home_phone` bigint , `customer_id` string , `customer_last_name` string , `customer_phone` bigint , `customer_state` string , `customer_work_email` string , `customer_work_phone` bigint , `customer_zip` string , `dt_partition` date , `facility_id` int , `facility_name` string , `id` string , `last_payment_amount` double , `lead_id` string , `lifetime_value` double , `listing_avail_id` int , `match_run_id` int , `modified` timestamp , `move_in_date` date , `move_out_date` date , `rent_rate` double , `source_type` string , `unit_dimensions` string , `unit_id` string , `unit_number` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal'\n", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2022-11-03 18:44:36",
"disabled": false,
"format": "raw",
"id": 2115,
"is_partitioned": true,
"is_schema_datatyped": false,
"name": {
"database": "sfdl_dev_rds",
"table": "sparefoot_sparefoot_facility_tenants_temporal"
},
"type": "rds"
},
"partition": {
"count": 3,
"ddl": [
"ALTER TABLE\n `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\nADD\n\n\n PARTITION (dt='2024-05-13') location 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-05-13/'\n PARTITION (dt='2024-08-13') location 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-08-13/'\n PARTITION (dt='2025-07-02') location 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2025-07-02/'\n;"
],
"name": "dt",
"state": [
{
"info": {
"id": 254001,
"location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-05-13/",
"name": "dt",
"value": "2024-05-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2024-05-14 02:43:37",
"last_data": "2024-05-14 02:43:37"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 259588,
"location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2024-08-13/",
"name": "dt",
"value": "2024-08-13"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2024-08-14 08:52:41",
"last_data": "2024-08-14 08:52:41"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
},
{
"info": {
"id": 297996,
"location": "s3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal/dt=2025-07-02/",
"name": "dt",
"value": "2025-07-02"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2025-07-02 15:22:23",
"last_data": "2025-07-02 15:22:23"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
}
],
"type": "string"
},
"schema": {
"attributes": {
"alt_email": "string",
"alt_first_name": "string",
"alt_last_name": "string",
"alt_phone": "bigint",
"api_facility_id": "string",
"company_name": "string",
"confirmation_code": "string",
"corporation_id": "int",
"created": "timestamp",
"customer_address1": "string",
"customer_address2": "string",
"customer_cell_phone": "bigint",
"customer_city": "string",
"customer_email": "string",
"customer_first_name": "string",
"customer_home_phone": "bigint",
"customer_id": "string",
"customer_last_name": "string",
"customer_phone": "bigint",
"customer_state": "string",
"customer_work_email": "string",
"customer_work_phone": "bigint",
"customer_zip": "string",
"dt_partition": "date",
"facility_id": "int",
"facility_name": "string",
"id": "string",
"last_payment_amount": "double",
"lead_id": "string",
"lifetime_value": "double",
"listing_avail_id": "int",
"match_run_id": "int",
"modified": "timestamp",
"move_in_date": "date",
"move_out_date": "date",
"rent_rate": "double",
"source_type": "string",
"unit_dimensions": "string",
"unit_id": "string",
"unit_number": "string"
},
"created": "2023-04-21 14:19:44",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`\n(\n `alt_email` string , `alt_first_name` string , `alt_last_name` string , `alt_phone` bigint , `api_facility_id` string , `company_name` string , `confirmation_code` string , `corporation_id` int , `created` timestamp , `customer_address1` string , `customer_address2` string , `customer_cell_phone` bigint , `customer_city` string , `customer_email` string , `customer_first_name` string , `customer_home_phone` bigint , `customer_id` string , `customer_last_name` string , `customer_phone` bigint , `customer_state` string , `customer_work_email` string , `customer_work_phone` bigint , `customer_zip` string , `dt_partition` date , `facility_id` int , `facility_name` string , `id` string , `last_payment_amount` double , `lead_id` string , `lifetime_value` double , `listing_avail_id` int , `match_run_id` int , `modified` timestamp , `move_in_date` date , `move_out_date` date , `rent_rate` double , `source_type` string , `unit_dimensions` string , `unit_id` string , `unit_number` string \n)\nPARTITIONED BY (dt string)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparefoot-dev/raw_incremental/sparefoot_facility_tenants_temporal'\n",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_sparefoot_facility_tenants_temporal"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}