Schema Info
Schema Name: sfdl_dev_rds.sparephone_throttles
- created: 2022-03-02 17:58:41
- disabled: False
- format: raw
- id: 1713
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_dev_rds", "table": "sparephone_throttles" } - type: rds
Schema Versions: 2
-
Version 4689060
- created: 2022-03-16 16:53:59
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "DROP TABLE IF EXISTS `sfdl_dev_rds.sparephone_throttles`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparephone_throttles`\n(\n`user_name`varchar(32),`threshold`int,`base`int,`throttle_id`int,`name`varchar(32),`date_time`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-16/1647467619'\n", "MSCK REPAIR TABLE sfdl_dev_rds.sparephone_throttles" ] - hive_path: s3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-16/1647467619
- id: 4689060
- processed: 1
- raw_data:
{ "base": 100, "date_time": "2018-04-17 08:44:42", "name": "OPEN_PITCH_THROTTLE", "threshold": 0, "throttle_id": 2809, "user_name": "test" } - schema_attributes:
{ "base": "int", "date_time": "timestamp", "name": "string", "threshold": "int", "throttle_id": "int", "user_name": "string" } - schema_name_id: 1713
- schema_scan_id: 5904823
- updated: 2022-03-16 16:54:10
-
Version 4688983
- created: 2022-03-15 21:45:42
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "DROP TABLE IF EXISTS `sfdl_dev_rds.sparephone_throttles`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparephone_throttles`\n(\n`throttle_id`int,`name`varchar(32),`threshold`int,`base`int,`user_name`varchar(32),`date_time`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-15/1647398726'\n", "MSCK REPAIR TABLE sfdl_dev_rds.sparephone_throttles" ] - hive_path: s3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-15/1647398726
- id: 4688983
- processed: 1
- raw_data:
{ "base": 100, "date_time": "2018-04-17 08:44:42", "name": "OPEN_PITCH_THROTTLE", "threshold": 0, "throttle_id": 2809, "user_name": "test" } - schema_attributes:
{ "base": "int", "date_time": "timestamp", "name": "string", "threshold": "int", "throttle_id": "int", "user_name": "string" } - schema_name_id: 1713
- schema_scan_id: 5904397
- updated: 2022-03-15 21:45:53
Schema Scans: 2
Last at 2022-03-16 16:53:58
-
Scan 5904823
- duration: 0:00:14.325032
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 0, "partitions_applied": false, "success": true } - id: 5904823
- payload:
{ "datatype_dict": { "base": "int", "date_time": "timestamp", "name": "varchar(32)", "threshold": "int", "throttle_id": "int", "user_name": "varchar(32)" }, "file_format": "json", "is_schema_datatyped": true, "s3": { "bucket": "sfdl-rds-sparephone-dev", "hive_path": "s3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-16/1647467619", "key": "raw/throttles/2022-03-16/1647467619/throttles-8.json.gz" }, "schema": { "name": "sfdl_dev_rds.sparephone_throttles", "type": "rds" }, "trace_context": { "parent_id": 6832556185510421330, "service_name": "sparephone", "span_id": 14673926872806626076, "trace_id": 6832556185510421330 } } - running: False
- schema_name_id: 1713
- start_time: 2022-03-16 16:53:58
- success: True
- trace_id: 6832556185510421330
-
Scan 5904397
- duration: 0:00:14.365729
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 0, "partitions_applied": false, "success": true } - id: 5904397
- payload:
{ "datatype_dict": { "base": "int", "date_time": "timestamp", "name": "varchar(32)", "threshold": "int", "throttle_id": "int", "user_name": "varchar(32)" }, "file_format": "json", "is_schema_datatyped": true, "s3": { "bucket": "sfdl-rds-sparephone-dev", "hive_path": "s3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-15/1647398726", "key": "raw/throttles/2022-03-15/1647398726/data-8.json.gz" }, "schema": { "name": "sfdl_dev_rds.sparephone_throttles", "type": "rds" }, "trace_context": { "parent_id": 8028199625750967607, "service_name": "sparephone", "span_id": 9092977286935203056, "trace_id": 8028199625750967607 } } - running: False
- schema_name_id: 1713
- start_time: 2022-03-15 21:45:41
- success: True
- trace_id: 8028199625750967607
- attributes:
{ "base": "int", "date_time": "timestamp", "name": "string", "threshold": "int", "throttle_id": "int", "user_name": "string" } - created: 2022-03-16 16:53:59
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparephone_throttles`\n(\n`user_name`varchar(32),`threshold`int,`base`int,`throttle_id`int,`name`varchar(32),`date_time`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-16/1647467619'\n", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.sparephone_throttles`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.sparephone_throttles" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2022-03-02 17:58:41",
"disabled": false,
"format": "raw",
"id": 1713,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_dev_rds",
"table": "sparephone_throttles"
},
"type": "rds"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"base": "int",
"date_time": "timestamp",
"name": "string",
"threshold": "int",
"throttle_id": "int",
"user_name": "string"
},
"created": "2022-03-16 16:53:59",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparephone_throttles`\n(\n`user_name`varchar(32),`threshold`int,`base`int,`throttle_id`int,`name`varchar(32),`date_time`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-rds-sparephone-dev/raw/throttles/2022-03-16/1647467619'\n",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.sparephone_throttles`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.sparephone_throttles"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}