Schema Info
Schema Name: sfdl_dev_csv.talkdesk_studio_flow_execution
- created: 2022-02-28 11:40:52
- disabled: False
- format: raw
- id: 1708
- is_partitioned: True
- is_schema_datatyped: True
- name:
{ "database": "sfdl_dev_csv", "table": "talkdesk_studio_flow_execution" } - type: csv
Schema Versions: 1
-
Version 4688347
- created: 2022-02-28 11:40:53
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "DROP TABLE IF EXISTS `sfdl_dev_csv.talkdesk_studio_flow_execution`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.talkdesk_studio_flow_execution`\n(\n `Call_SID` string , `Interaction_ID` string , `Destination_Number` string , `Origin_Number` string , `Flow_Name` string , `Flow_ID` string , `Component_Title` string , `Step_Name` string , `Exit` string , `Time_in_Step` string , `Timestamp` string , `studio_flow_executions_aggregated_flow_execution_finished_time` string , `Step_Execution_Order` string \n)\nPARTITIONED BY (dt string)\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-csv-talkdesk-dev/raw_incremental/studio_flow_execution'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_csv.talkdesk_studio_flow_execution" ] - hive_path: s3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution
- id: 4688347
- processed: 1
- raw_data:
{ "Call_SID": 0, "Component Title": 6, "Destination Number": 2, "Exit": 8, "Flow ID": 5, "Flow Name": 4, "Interaction_ID": 1, "Origin Number": 3, "Step Execution Order": 12, "Step Name": 7, "Time in Step": 9, "Timestamp": 10, "studio_flow_executions_aggregated.flow_execution_finished_time": 11 } - schema_attributes:
{ "Call_SID": "string", "Component_Title": "string", "Destination_Number": "string", "Exit": "string", "Flow_ID": "string", "Flow_Name": "string", "Interaction_ID": "string", "Origin_Number": "string", "Step_Execution_Order": "string", "Step_Name": "string", "Time_in_Step": "string", "Timestamp": "string", "studio_flow_executions_aggregated_flow_execution_finished_time": "string" } - schema_name_id: 1708
- schema_scan_id: 5899249
- updated: 2022-02-28 11:41:07
Schema Scans: 1
Last at 2022-02-28 11:40:52
-
Scan 5899249
- duration: 0:00:17.418993
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 1, "partitions_applied": false, "success": true } - id: 5899249
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution/dt=2022-02-19", "name": "dt", "type": "string", "value": "2022-02-19" }, "s3": { "bucket": "sfdl-csv-talkdesk-dev", "hive_path": "s3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution", "key": "raw_incremental/studio_flow_execution/dt=2022-02-19/data.csv.gz" }, "schema": { "name": "sfdl_dev_csv.talkdesk_studio_flow_execution", "type": "csv" }, "trace_context": { "parent_id": 10072670458874131271, "service_name": "drive-thru", "span_id": 17076162057074128049, "trace_id": 7212762420423377443 } } - running: False
- schema_name_id: 1708
- start_time: 2022-02-28 11:40:52
- success: True
- trace_id: 7212762420423377443
- count: 1
- ddl:
[ "ALTER TABLE\n `sfdl_dev_csv.talkdesk_studio_flow_execution`\nADD\n\n\n PARTITION (dt='2022-02-19') location 's3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution/dt=2022-02-19'\n;" ] - name: dt
- state:
[ { "info": { "id": 183430, "location": "s3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution/dt=2022-02-19", "name": "dt", "value": "2022-02-19" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2022-02-28 11:40:53", "last_data": "2022-04-05 10:08:32" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } } ] - type: string
- attributes:
{ "Call_SID": "string", "Component_Title": "string", "Destination_Number": "string", "Exit": "string", "Flow_ID": "string", "Flow_Name": "string", "Interaction_ID": "string", "Origin_Number": "string", "Step_Execution_Order": "string", "Step_Name": "string", "Time_in_Step": "string", "Timestamp": "string", "studio_flow_executions_aggregated_flow_execution_finished_time": "string" } - created: 2022-02-28 11:40:53
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.talkdesk_studio_flow_execution`\n(\n `Call_SID` string , `Interaction_ID` string , `Destination_Number` string , `Origin_Number` string , `Flow_Name` string , `Flow_ID` string , `Component_Title` string , `Step_Name` string , `Exit` string , `Time_in_Step` string , `Timestamp` string , `studio_flow_executions_aggregated_flow_execution_finished_time` string , `Step_Execution_Order` string \n)\nPARTITIONED BY (dt string)\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-csv-talkdesk-dev/raw_incremental/studio_flow_execution'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_csv.talkdesk_studio_flow_execution`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_csv.talkdesk_studio_flow_execution" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2022-02-28 11:40:52",
"disabled": false,
"format": "raw",
"id": 1708,
"is_partitioned": true,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_dev_csv",
"table": "talkdesk_studio_flow_execution"
},
"type": "csv"
},
"partition": {
"count": 1,
"ddl": [
"ALTER TABLE\n `sfdl_dev_csv.talkdesk_studio_flow_execution`\nADD\n\n\n PARTITION (dt='2022-02-19') location 's3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution/dt=2022-02-19'\n;"
],
"name": "dt",
"state": [
{
"info": {
"id": 183430,
"location": "s3://sfdl-csv-talkdesk-dev/raw_incremental/studio_flow_execution/dt=2022-02-19",
"name": "dt",
"value": "2022-02-19"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2022-02-28 11:40:53",
"last_data": "2022-04-05 10:08:32"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
}
],
"type": "string"
},
"schema": {
"attributes": {
"Call_SID": "string",
"Component_Title": "string",
"Destination_Number": "string",
"Exit": "string",
"Flow_ID": "string",
"Flow_Name": "string",
"Interaction_ID": "string",
"Origin_Number": "string",
"Step_Execution_Order": "string",
"Step_Name": "string",
"Time_in_Step": "string",
"Timestamp": "string",
"studio_flow_executions_aggregated_flow_execution_finished_time": "string"
},
"created": "2022-02-28 11:40:53",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.talkdesk_studio_flow_execution`\n(\n `Call_SID` string , `Interaction_ID` string , `Destination_Number` string , `Origin_Number` string , `Flow_Name` string , `Flow_ID` string , `Component_Title` string , `Step_Name` string , `Exit` string , `Time_in_Step` string , `Timestamp` string , `studio_flow_executions_aggregated_flow_execution_finished_time` string , `Step_Execution_Order` string \n)\nPARTITIONED BY (dt string)\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-csv-talkdesk-dev/raw_incremental/studio_flow_execution'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_csv.talkdesk_studio_flow_execution`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_csv.talkdesk_studio_flow_execution"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}