Schema Info

Schema Name: sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2
  • created: 2022-12-01 13:33:10
  • disabled: False
  • format: raw
  • id: 1515
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_stage_drivethru",
        "table": "testbasicauth_kim_datatypes_json2"
    }
  • type: drivethrujson
Schema Versions: 1
    • created: 2022-12-01 13:33:10
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2`\n(\n`col_a`string,`col_b`array,`col_c`int\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-stage/raw/testbasicauth_kim_datatypes_json2/2022-12-01/1669923184'\n",
          "MSCK REPAIR TABLE sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-stage/raw/testbasicauth_kim_datatypes_json2/2022-12-01/1669923184
    • id: 464995
    • processed: 1
    • raw_data:
      {
          "col_a": "a",
          "col_b": [
              "lemon",
              3
          ],
          "col_c": 1
      }
    • schema_attributes:
      {
          "col_a": "string",
          "col_b": [
              "string"
          ],
          "col_c": "int"
      }
    • schema_name_id: 1515
    • schema_scan_id: 4374466
    • updated: 2022-12-01 13:33:21
Schema Scans: 1
Last at 2022-12-01 13:33:10
    • duration: 0:00:11.414886
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 4374466
    • payload:
      {
          "datatype_dict": {
              "col_a": "string",
              "col_b": "string",
              "col_c": "int"
          },
          "file_format": "json",
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-stage",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-stage/raw/testbasicauth_kim_datatypes_json2/2022-12-01/1669923184",
              "key": "raw/testbasicauth_kim_datatypes_json2/2022-12-01/1669923184/file1.json.gz"
          },
          "schema": {
              "name": "sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 3947177175335408255,
              "service_name": "drive-thru",
              "span_id": 12917350443020894323,
              "trace_id": 12265349809629233980
          }
      }
    • running: False
    • schema_name_id: 1515
    • start_time: 2022-12-01 13:33:10
    • success: True
    • trace_id: 12265349809629233980
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "col_a": "string",
        "col_b": [
            "string"
        ],
        "col_c": "int"
    }
  • created: 2022-12-01 13:33:10
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2`\n(\n`col_a`string,`col_b`array,`col_c`int\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-stage/raw/testbasicauth_kim_datatypes_json2/2022-12-01/1669923184'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2022-12-01 13:33:10",
        "disabled": false,
        "format": "raw",
        "id": 1515,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_stage_drivethru",
            "table": "testbasicauth_kim_datatypes_json2"
        },
        "type": "drivethrujson"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "col_a": "string",
            "col_b": [
                "string"
            ],
            "col_c": "int"
        },
        "created": "2022-12-01 13:33:10",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2`\n(\n`col_a`string,`col_b`array,`col_c`int\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-drivethrujson-drivethru-stage/raw/testbasicauth_kim_datatypes_json2/2022-12-01/1669923184'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.testbasicauth_kim_datatypes_json2"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}