Schema Info
Schema Name: sfdl_dev_rds.incentive_pq_incentive
- created: 2022-07-13 19:40:38
- disabled: False
- format: raw
- id: 1842
- is_partitioned: False
- is_schema_datatyped: False
- name:
{ "database": "sfdl_dev_rds", "table": "incentive_pq_incentive" } - type: rds
Schema Versions: 1
-
Version 4689575
- created: 2022-07-13 19:40:38
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "DROP TABLE IF EXISTS `sfdl_dev_rds.incentive_pq_incentive`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.incentive_pq_incentive`\n(\n `active` smallint , `call_center_active` smallint , `created_dtm` timestamp , `fulfiller_campaign_id` string , `incentive_id` int , `incentive_type` string , `max_value` double , `modified_dtm` timestamp , `name` string , `send_instruction_email` smallint , `value` double \n)\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-incentive-dev/raw/pq_incentive/2022-07-13/1657759208'\n", "MSCK REPAIR TABLE sfdl_dev_rds.incentive_pq_incentive" ] - hive_path: s3://sfdl-rds-incentive-dev/raw/pq_incentive/2022-07-13/1657759208
- id: 4689575
- processed: 1
- raw_data:
{ "active": "int16", "call_center_active": "int16", "created_dtm": "timestamp[ns]", "fulfiller_campaign_id": "string", "incentive_id": "int32", "incentive_type": "string", "max_value": "double", "modified_dtm": "timestamp[ns]", "name": "string", "send_instruction_email": "int16", "value": "double" } - schema_attributes:
{ "active": "smallint", "call_center_active": "smallint", "created_dtm": "timestamp", "fulfiller_campaign_id": "string", "incentive_id": "int", "incentive_type": "string", "max_value": "double", "modified_dtm": "timestamp", "name": "string", "send_instruction_email": "smallint", "value": "double" } - schema_name_id: 1842
- schema_scan_id: 5949926
- updated: 2022-07-13 19:40:49
Schema Scans: 1
Last at 2022-07-13 19:40:38
-
Scan 5949926
- duration: 0:00:14.333464
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 0, "partitions_applied": false, "success": true } - id: 5949926
- payload:
{ "datatype_dict": null, "file_format": "parquet", "is_schema_datatyped": false, "s3": { "bucket": "sfdl-rds-incentive-dev", "hive_path": "s3://sfdl-rds-incentive-dev/raw/pq_incentive/2022-07-13/1657759208", "key": "raw/pq_incentive/2022-07-13/1657759208/incentive.parquet.gz" }, "schema": { "name": "sfdl_dev_rds.incentive_pq_incentive", "type": "rds" }, "trace_context": { "parent_id": 16911557827490343120, "service_name": "incentive", "span_id": 17068790968212093718, "trace_id": 16911557827490343120 } } - running: False
- schema_name_id: 1842
- start_time: 2022-07-13 19:40:38
- success: True
- trace_id: 16911557827490343120
- attributes:
{ "active": "smallint", "call_center_active": "smallint", "created_dtm": "timestamp", "fulfiller_campaign_id": "string", "incentive_id": "int", "incentive_type": "string", "max_value": "double", "modified_dtm": "timestamp", "name": "string", "send_instruction_email": "smallint", "value": "double" } - created: 2022-07-13 19:40:38
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.incentive_pq_incentive`\n(\n `active` smallint , `call_center_active` smallint , `created_dtm` timestamp , `fulfiller_campaign_id` string , `incentive_id` int , `incentive_type` string , `max_value` double , `modified_dtm` timestamp , `name` string , `send_instruction_email` smallint , `value` double \n)\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-incentive-dev/raw/pq_incentive/2022-07-13/1657759208'\n", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.incentive_pq_incentive`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.incentive_pq_incentive" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2022-07-13 19:40:38",
"disabled": false,
"format": "raw",
"id": 1842,
"is_partitioned": false,
"is_schema_datatyped": false,
"name": {
"database": "sfdl_dev_rds",
"table": "incentive_pq_incentive"
},
"type": "rds"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"active": "smallint",
"call_center_active": "smallint",
"created_dtm": "timestamp",
"fulfiller_campaign_id": "string",
"incentive_id": "int",
"incentive_type": "string",
"max_value": "double",
"modified_dtm": "timestamp",
"name": "string",
"send_instruction_email": "smallint",
"value": "double"
},
"created": "2022-07-13 19:40:38",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.incentive_pq_incentive`\n(\n `active` smallint , `call_center_active` smallint , `created_dtm` timestamp , `fulfiller_campaign_id` string , `incentive_id` int , `incentive_type` string , `max_value` double , `modified_dtm` timestamp , `name` string , `send_instruction_email` smallint , `value` double \n)\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-incentive-dev/raw/pq_incentive/2022-07-13/1657759208'\n",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.incentive_pq_incentive`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.incentive_pq_incentive"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}