Schema Info
Schema Name: sfdl_prod_drivethru.newbook_newbookap_automated_contact
- created: 2024-12-07 14:57:57
- disabled: False
- format: raw
- id: 2801
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_prod_drivethru", "table": "newbook_newbookap_automated_contact" } - type: drivethrucsv
Schema Versions: 1
-
Version 1114970
- created: 2024-12-07 14:57:58
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`", "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_automated_contact`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_automated_contact`\n(\n `newbook_region` string , `tenant` string , `id` string , `name` string , `type` string , `template_id` string , `sender_type` string , `sender_type_id` string , `send_to` string , `send_type` string , `sending_method` string , `send_time` string , `send_when` string , `event_type` string , `event_delay` string , `event_delay_type` string , `days` string , `daysofweek` string , `daytype` string , `interval` string , `interval_multiplier` string , `period_from` string , `period_to` string , `active` string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_automated_contact/2024-12-07/1733604932'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_automated_contact" ] - hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_automated_contact/2024-12-07/1733604932
- id: 1114970
- processed: 1
- raw_data:
{ "active": 23, "days": 16, "daysofweek": 17, "daytype": 18, "event_delay": 14, "event_delay_type": 15, "event_type": 13, "id": 2, "interval": 19, "interval_multiplier": 20, "name": 3, "newbook_region": 0, "period_from": 21, "period_to": 22, "send_time": 11, "send_to": 8, "send_type": 9, "send_when": 12, "sender_type": 6, "sender_type_id": 7, "sending_method": 10, "template_id": 5, "tenant": 1, "type": 4 } - schema_attributes:
{ "active": "string", "days": "string", "daysofweek": "string", "daytype": "string", "event_delay": "string", "event_delay_type": "string", "event_type": "string", "id": "string", "interval": "string", "interval_multiplier": "string", "name": "string", "newbook_region": "string", "period_from": "string", "period_to": "string", "send_time": "string", "send_to": "string", "send_type": "string", "send_when": "string", "sender_type": "string", "sender_type_id": "string", "sending_method": "string", "template_id": "string", "tenant": "string", "type": "string" } - schema_name_id: 2801
- schema_scan_id: 133183473
- updated: 2024-12-07 14:58:11
Schema Scans: 1
Last at 2024-12-07 14:57:57
-
Scan 133183473
- duration: 0:00:14.603547
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 133183473
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-drivethrucsv-drivethru-prod", "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_automated_contact/2024-12-07/1733604932", "key": "raw/newbook_newbookap_automated_contact/2024-12-07/1733604932/ap_automated_contact.csv.gz" }, "schema": { "name": "sfdl_prod_drivethru.newbook_newbookap_automated_contact", "type": "drivethrucsv" }, "trace_context": { "parent_id": 3234230366552950169, "service_name": "drive-thru", "span_id": 8615630377931426851, "trace_id": 3447953169993926420 } } - running: False
- schema_name_id: 2801
- start_time: 2024-12-07 14:57:57
- success: True
- trace_id: 3447953169993926420
- attributes:
{ "active": "string", "days": "string", "daysofweek": "string", "daytype": "string", "event_delay": "string", "event_delay_type": "string", "event_type": "string", "id": "string", "interval": "string", "interval_multiplier": "string", "name": "string", "newbook_region": "string", "period_from": "string", "period_to": "string", "send_time": "string", "send_to": "string", "send_type": "string", "send_when": "string", "sender_type": "string", "sender_type_id": "string", "sending_method": "string", "template_id": "string", "tenant": "string", "type": "string" } - created: 2024-12-07 14:57:58
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_automated_contact`\n(\n `newbook_region` string , `tenant` string , `id` string , `name` string , `type` string , `template_id` string , `sender_type` string , `sender_type_id` string , `send_to` string , `send_type` string , `sending_method` string , `send_time` string , `send_when` string , `event_type` string , `event_delay` string , `event_delay_type` string , `days` string , `daysofweek` string , `daytype` string , `interval` string , `interval_multiplier` string , `period_from` string , `period_to` string , `active` string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_automated_contact/2024-12-07/1733604932'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_automated_contact`", "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_automated_contact" }
- hostname: schemamanager-5475496c57-7dpqb
- name: schema_manager
- process_start: 2026-01-09 11:27:47
- sf_env: prod
- version: 2112174301
{
"name": {
"created": "2024-12-07 14:57:57",
"disabled": false,
"format": "raw",
"id": 2801,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_prod_drivethru",
"table": "newbook_newbookap_automated_contact"
},
"type": "drivethrucsv"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"active": "string",
"days": "string",
"daysofweek": "string",
"daytype": "string",
"event_delay": "string",
"event_delay_type": "string",
"event_type": "string",
"id": "string",
"interval": "string",
"interval_multiplier": "string",
"name": "string",
"newbook_region": "string",
"period_from": "string",
"period_to": "string",
"send_time": "string",
"send_to": "string",
"send_type": "string",
"send_when": "string",
"sender_type": "string",
"sender_type_id": "string",
"sending_method": "string",
"template_id": "string",
"tenant": "string",
"type": "string"
},
"created": "2024-12-07 14:57:58",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_automated_contact`\n(\n `newbook_region` string , `tenant` string , `id` string , `name` string , `type` string , `template_id` string , `sender_type` string , `sender_type_id` string , `send_to` string , `send_type` string , `sending_method` string , `send_time` string , `send_when` string , `event_type` string , `event_delay` string , `event_delay_type` string , `days` string , `daysofweek` string , `daytype` string , `interval` string , `interval_multiplier` string , `period_from` string , `period_to` string , `active` string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_automated_contact/2024-12-07/1733604932'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_automated_contact`",
"repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_automated_contact"
}
},
"server": {
"hostname": "schemamanager-5475496c57-7dpqb",
"name": "schema_manager",
"process_start": "2026-01-09 11:27:47",
"sf_env": "prod",
"version": "2112174301"
}
}