Schema Info
Schema Name: sfdl_stage_rds.ess_esscore_fees
- created: 2021-07-12 13:41:17
- disabled: False
- format: raw
- id: 1072
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_stage_rds", "table": "ess_esscore_fees" } - type: rds
Schema Versions: 4
-
Version 550876
- created: 2023-06-15 18:17:37
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`", "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_fees`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_fees`\n(\n `id` int , `site_id` int , `name` varchar(255) , `amount_in_cents` int , `grace_period` int , `kind` varchar(255) , `created_at` timestamp , `updated_at` timestamp , `percentage` decimal(5,4) , `description` string , `minimum_amount_in_cents` int , `maximum_amount_in_cents` int , `tax_rate_id` int , `deleted_at` timestamp , `creator_id` int \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_fees/2023-06-15/1686871056'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_fees" ] - hive_path: s3://sfdl-rds-ess-stage/raw/esscore_fees/2023-06-15/1686871056
- id: 550876
- processed: 1
- raw_data:
{ "amount_in_cents": 3, "created_at": 6, "creator_id": 14, "deleted_at": 13, "description": 9, "grace_period": 4, "id": 0, "kind": 5, "maximum_amount_in_cents": 11, "minimum_amount_in_cents": 10, "name": 2, "percentage": 8, "site_id": 1, "tax_rate_id": 12, "updated_at": 7 } - schema_attributes:
{ "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" } - schema_name_id: 1072
- schema_scan_id: 4963336
- updated: 2023-06-15 18:17:48
-
Version 402877
- created: 2022-06-22 20:32:26
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`", "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_fees`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_fees`\n(\n `id` int , `site_id` int , `name` varchar(255) , `amount_in_cents` int , `grace_period` int , `kind` varchar(255) , `created_at` timestamp , `updated_at` timestamp , `percentage` decimal(5,4) , `description` string , `minimum_amount_in_cents` int , `maximum_amount_in_cents` int , `tax_rate_id` int , `deleted_at` timestamp , `creator_id` int \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_fees/2022-06-23/1655947944'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_fees" ] - hive_path: s3://sfdl-rds-ess-stage/raw/esscore_fees/2022-06-23/1655947944
- id: 402877
- processed: 1
- raw_data:
{ "amount_in_cents": 3, "created_at": 6, "creator_id": 14, "deleted_at": 13, "description": 9, "grace_period": 4, "id": 0, "kind": 5, "maximum_amount_in_cents": 11, "minimum_amount_in_cents": 10, "name": 2, "percentage": 8, "site_id": 1, "tax_rate_id": 12, "updated_at": 7 } - schema_attributes:
{ "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" } - schema_name_id: 1072
- schema_scan_id: 3933443
- updated: 2022-06-22 20:32:37
-
Version 402775
- created: 2022-06-22 15:33:12
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`", "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_fees`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_fees`\n(\n `id` int , `site_id` int , `name` varchar(255) , `amount_in_cents` int , `grace_period` int , `kind` varchar(255) , `created_at` timestamp , `updated_at` timestamp , `percentage` decimal(5,4) , `description` string , `minimum_amount_in_cents` int , `maximum_amount_in_cents` int , `tax_rate_id` int , `deleted_at` timestamp , `creator_id` int \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_fees/2022-06-22/1655929991'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_fees" ] - hive_path: s3://sfdl-rds-ess-stage/raw/esscore_fees/2022-06-22/1655929991
- id: 402775
- processed: 1
- raw_data:
{ "amount_in_cents": 3, "created_at": 6, "creator_id": 14, "deleted_at": 13, "description": 9, "grace_period": 4, "id": 0, "kind": 5, "maximum_amount_in_cents": 11, "minimum_amount_in_cents": 10, "name": 2, "percentage": 8, "site_id": 1, "tax_rate_id": 12, "updated_at": 7 } - schema_attributes:
{ "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" } - schema_name_id: 1072
- schema_scan_id: 3932809
- updated: 2022-06-22 15:33:23
-
Version 341463
- created: 2021-07-23 23:00:49
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`", "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_fees`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_fees`\n(\n `id` int , `site_id` int , `name` varchar(255) , `amount_in_cents` int , `grace_period` int , `kind` varchar(255) , `created_at` timestamp , `updated_at` timestamp , `percentage` decimal(5,4) , `description` string , `minimum_amount_in_cents` int , `maximum_amount_in_cents` int , `tax_rate_id` int , `deleted_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_fees/2021-07-24/1627099248'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_fees" ] - hive_path: s3://sfdl-rds-ess-stage/raw/esscore_fees/2021-07-24/1627099248
- id: 341463
- processed: 1
- raw_data:
{ "amount_in_cents": 3, "created_at": 6, "deleted_at": 13, "description": 9, "grace_period": 4, "id": 0, "kind": 5, "maximum_amount_in_cents": 11, "minimum_amount_in_cents": 10, "name": 2, "percentage": 8, "site_id": 1, "tax_rate_id": 12, "updated_at": 7 } - schema_attributes:
{ "amount_in_cents": "int", "created_at": "timestamp", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" } - schema_name_id: 1072
- schema_scan_id: 3410486
- updated: 2021-07-23 23:01:06
Schema Scans: 4
Last at 2023-06-15 18:17:37
-
Scan 4963336
- duration: 0:00:11.039035
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 4963336
- payload:
{ "datatype_dict": { "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" }, "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_fees/2023-06-15/1686871056", "key": "raw/esscore_fees/2023-06-15/1686871056/split.ess_core.fees0.dat.gz" }, "schema": { "name": "sfdl_stage_rds.ess_esscore_fees", "type": "rds" } } - running: False
- schema_name_id: 1072
- start_time: 2023-06-15 18:17:37
- success: True
- trace_id: 12733512480419864913
-
Scan 3933443
- duration: 0:00:13.963978
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 0, "partitions_applied": false, "success": true } - id: 3933443
- payload:
{ "datatype_dict": { "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" }, "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_fees/2022-06-23/1655947944", "key": "raw/esscore_fees/2022-06-23/1655947944/split.ess_core.fees0.dat.gz" }, "schema": { "name": "sfdl_stage_rds.ess_esscore_fees", "type": "rds" } } - running: False
- schema_name_id: 1072
- start_time: 2022-06-22 20:32:25
- success: True
- trace_id: 16563670903037504243
-
Scan 3932809
- duration: 0:00:13.865437
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 0, "partitions_applied": false, "success": true } - id: 3932809
- payload:
{ "datatype_dict": { "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" }, "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_fees/2022-06-22/1655929991", "key": "raw/esscore_fees/2022-06-22/1655929991/split.ess_core.fees0.dat.gz" }, "schema": { "name": "sfdl_stage_rds.ess_esscore_fees", "type": "rds" } } - running: False
- schema_name_id: 1072
- start_time: 2022-06-22 15:33:12
- success: True
- trace_id: 8784729294588068032
-
Scan 3410486
- duration: 0:00:19.859477
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 0, "partitions_applied": false, "success": true } - id: 3410486
- payload:
{ "datatype_dict": { "amount_in_cents": "int", "created_at": "timestamp", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" }, "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_fees/2021-07-24/1627099248", "key": "raw/esscore_fees/2021-07-24/1627099248/split.ess_core.fees0.dat.gz" }, "schema": { "name": "sfdl_stage_rds.ess_esscore_fees", "type": "rds" } } - running: False
- schema_name_id: 1072
- start_time: 2021-07-23 23:00:49
- success: True
- trace_id: 7073553067621110855
- attributes:
{ "amount_in_cents": "int", "created_at": "timestamp", "creator_id": "int", "deleted_at": "timestamp", "description": "string", "grace_period": "int", "id": "int", "kind": "varchar(255)", "maximum_amount_in_cents": "int", "minimum_amount_in_cents": "int", "name": "varchar(255)", "percentage": "decimal(5,4)", "site_id": "int", "tax_rate_id": "int", "updated_at": "timestamp" } - created: 2023-06-15 18:17:37
- 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_fees`\n(\n `id` int , `site_id` int , `name` varchar(255) , `amount_in_cents` int , `grace_period` int , `kind` varchar(255) , `created_at` timestamp , `updated_at` timestamp , `percentage` decimal(5,4) , `description` string , `minimum_amount_in_cents` int , `maximum_amount_in_cents` int , `tax_rate_id` int , `deleted_at` timestamp , `creator_id` int \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_fees/2023-06-15/1686871056'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_fees`", "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_fees" }
- hostname: schemamanager-5c55c886bf-h2ts4
- name: schema_manager
- process_start: 2025-10-21 13:03:27
- sf_env: stage
- version: 2112174301
{
"name": {
"created": "2021-07-12 13:41:17",
"disabled": false,
"format": "raw",
"id": 1072,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_stage_rds",
"table": "ess_esscore_fees"
},
"type": "rds"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"amount_in_cents": "int",
"created_at": "timestamp",
"creator_id": "int",
"deleted_at": "timestamp",
"description": "string",
"grace_period": "int",
"id": "int",
"kind": "varchar(255)",
"maximum_amount_in_cents": "int",
"minimum_amount_in_cents": "int",
"name": "varchar(255)",
"percentage": "decimal(5,4)",
"site_id": "int",
"tax_rate_id": "int",
"updated_at": "timestamp"
},
"created": "2023-06-15 18:17:37",
"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_fees`\n(\n `id` int , `site_id` int , `name` varchar(255) , `amount_in_cents` int , `grace_period` int , `kind` varchar(255) , `created_at` timestamp , `updated_at` timestamp , `percentage` decimal(5,4) , `description` string , `minimum_amount_in_cents` int , `maximum_amount_in_cents` int , `tax_rate_id` int , `deleted_at` timestamp , `creator_id` int \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_fees/2023-06-15/1686871056'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_fees`",
"repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_fees"
}
},
"server": {
"hostname": "schemamanager-5c55c886bf-h2ts4",
"name": "schema_manager",
"process_start": "2025-10-21 13:03:27",
"sf_env": "stage",
"version": "2112174301"
}
}