Schema Info
Schema Name: sfdl_dev_drivethru.hackathonnic_dummy_test
- created: 2023-04-14 14:05:40
- disabled: False
- format: raw
- id: 2222
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_dev_drivethru", "table": "hackathonnic_dummy_test" } - type: drivethrucsv
Schema Versions: 1
-
Version 4693882
- created: 2023-04-14 14:05:40
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`", "DROP TABLE IF EXISTS `sfdl_dev_drivethru.hackathonnic_dummy_test`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.hackathonnic_dummy_test`\n(\n `period` string , `previous_period` string , `rev_amount_previous` string , `rec_amount_previous` 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-dev/raw/hackathonnic_dummy_test/2023-04-14/1681499129'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_drivethru.hackathonnic_dummy_test" ] - hive_path: s3://sfdl-drivethrucsv-drivethru-dev/raw/hackathonnic_dummy_test/2023-04-14/1681499129
- id: 4693882
- processed: 1
- raw_data:
{ "period": 0, "previous_period": 1, "rec_amount_previous": 3, "rev_amount_previous": 2 } - schema_attributes:
{ "period": "string", "previous_period": "string", "rec_amount_previous": "string", "rev_amount_previous": "string" } - schema_name_id: 2222
- schema_scan_id: 6164232
- updated: 2023-04-14 14:05:51
Schema Scans: 1
Last at 2023-04-14 14:05:40
-
Scan 6164232
- duration: 0:00:11.588138
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6164232
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-drivethrucsv-drivethru-dev", "hive_path": "s3://sfdl-drivethrucsv-drivethru-dev/raw/hackathonnic_dummy_test/2023-04-14/1681499129", "key": "raw/hackathonnic_dummy_test/2023-04-14/1681499129/test1681499127.csv.gz" }, "schema": { "name": "sfdl_dev_drivethru.hackathonnic_dummy_test", "type": "drivethrucsv" }, "trace_context": { "parent_id": 519821706085258545, "service_name": "drive-thru", "span_id": 7585727449936723114, "trace_id": 3680484805044394929 } } - running: False
- schema_name_id: 2222
- start_time: 2023-04-14 14:05:40
- success: True
- trace_id: 3680484805044394929
- attributes:
{ "period": "string", "previous_period": "string", "rec_amount_previous": "string", "rev_amount_previous": "string" } - created: 2023-04-14 14:05:40
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.hackathonnic_dummy_test`\n(\n `period` string , `previous_period` string , `rev_amount_previous` string , `rec_amount_previous` 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-dev/raw/hackathonnic_dummy_test/2023-04-14/1681499129'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_drivethru.hackathonnic_dummy_test`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_drivethru.hackathonnic_dummy_test" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2023-04-14 14:05:40",
"disabled": false,
"format": "raw",
"id": 2222,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_dev_drivethru",
"table": "hackathonnic_dummy_test"
},
"type": "drivethrucsv"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"period": "string",
"previous_period": "string",
"rec_amount_previous": "string",
"rev_amount_previous": "string"
},
"created": "2023-04-14 14:05:40",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.hackathonnic_dummy_test`\n(\n `period` string , `previous_period` string , `rev_amount_previous` string , `rec_amount_previous` 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-dev/raw/hackathonnic_dummy_test/2023-04-14/1681499129'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_drivethru.hackathonnic_dummy_test`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_drivethru.hackathonnic_dummy_test"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}