Schema Info

Schema Name: sfdl_stage_csv.talkdesk_studio_flow_execution
  • created: 2023-01-10 09:54:23
  • disabled: False
  • format: raw
  • id: 1526
  • is_partitioned: True
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_stage_csv",
        "table": "talkdesk_studio_flow_execution"
    }
  • type: csv
Schema Versions: 1
    • created: 2023-01-10 09:54:23
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_csv`",
          "DROP TABLE IF EXISTS `sfdl_stage_csv.talkdesk_studio_flow_execution`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_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-stage/raw_incremental/studio_flow_execution'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_csv.talkdesk_studio_flow_execution"
      ]
    • hive_path: s3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution
    • id: 481827
    • 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: 1526
    • schema_scan_id: 4513853
    • updated: 2023-01-10 09:54:34
Schema Scans: 1
Last at 2023-01-10 09:54:22
    • duration: 0:00:14.745717
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 1,
          "partitions_applied": false,
          "success": true
      }
    • id: 4513853
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution/dt=2023-01-09",
              "name": "dt",
              "type": "string",
              "value": "2023-01-09"
          },
          "s3": {
              "bucket": "sfdl-csv-talkdesk-stage",
              "hive_path": "s3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution",
              "key": "raw_incremental/studio_flow_execution/dt=2023-01-09/data.csv.gz"
          },
          "schema": {
              "name": "sfdl_stage_csv.talkdesk_studio_flow_execution",
              "type": "csv"
          },
          "trace_context": {
              "parent_id": 233201275651672549,
              "service_name": "drive-thru",
              "span_id": 4320196886131571809,
              "trace_id": 9342070329135880939
          }
      }
    • running: False
    • schema_name_id: 1526
    • start_time: 2023-01-10 09:54:22
    • success: True
    • trace_id: 9342070329135880939
Partitions:
  • count: 1
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_stage_csv.talkdesk_studio_flow_execution`\nADD\n\n\n PARTITION (dt='2023-01-09') location 's3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution/dt=2023-01-09/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 389041,
                "location": "s3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution/dt=2023-01-09/",
                "name": "dt",
                "value": "2023-01-09"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2023-01-10 09:54:23",
                    "last_data": "2023-01-10 09:54:23"
                },
                "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: 2023-01-10 09:54:23
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_csv`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_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-stage/raw_incremental/studio_flow_execution'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_csv.talkdesk_studio_flow_execution`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_csv.talkdesk_studio_flow_execution"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2023-01-10 09:54:23",
        "disabled": false,
        "format": "raw",
        "id": 1526,
        "is_partitioned": true,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_stage_csv",
            "table": "talkdesk_studio_flow_execution"
        },
        "type": "csv"
    },
    "partition": {
        "count": 1,
        "ddl": [
            "ALTER TABLE\n    `sfdl_stage_csv.talkdesk_studio_flow_execution`\nADD\n\n\n PARTITION (dt='2023-01-09') location 's3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution/dt=2023-01-09/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 389041,
                    "location": "s3://sfdl-csv-talkdesk-stage/raw_incremental/studio_flow_execution/dt=2023-01-09/",
                    "name": "dt",
                    "value": "2023-01-09"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2023-01-10 09:54:23",
                        "last_data": "2023-01-10 09:54:23"
                    },
                    "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": "2023-01-10 09:54:23",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_csv`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_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-stage/raw_incremental/studio_flow_execution'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_csv.talkdesk_studio_flow_execution`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_csv.talkdesk_studio_flow_execution"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}