Schema Info

Schema Name: sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8
  • created: 2022-11-21 14:08:00
  • disabled: False
  • format: raw
  • id: 2147
  • is_partitioned: False
  • is_schema_datatyped: False
  • name:
    {
        "database": "sfdl_dev_drivethru",
        "table": "testbasicauth_kim_datatypes_new8"
    }
  • type: drivethrujson
Schema Versions: 1
    • created: 2022-11-21 14:08:00
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8`\n(\n`col_a`STRING,`col_b`array,`col_c`STRING\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-dev/raw/testbasicauth_kim_datatypes_new8/2022-11-21/1669061273'\n",
          "MSCK REPAIR TABLE sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-dev/raw/testbasicauth_kim_datatypes_new8/2022-11-21/1669061273
    • id: 4691152
    • processed: 1
    • raw_data:
      {
          "col_a": "a",
          "col_b": [
              "lemon",
              3
          ],
          "col_c": 1
      }
    • schema_attributes:
      {
          "col_a": "string",
          "col_b": [
              "string"
          ],
          "col_c": "string"
      }
    • schema_name_id: 2147
    • schema_scan_id: 6018333
    • updated: 2022-11-21 14:08:11
Schema Scans: 1
Last at 2022-11-21 14:08:00
    • duration: 0:00:11.554552
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 6018333
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": false,
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-dev",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-dev/raw/testbasicauth_kim_datatypes_new8/2022-11-21/1669061273",
              "key": "raw/testbasicauth_kim_datatypes_new8/2022-11-21/1669061273/file1.json.gz"
          },
          "schema": {
              "name": "sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 9219072629284536717,
              "service_name": "drive-thru",
              "span_id": 1488599239181733900,
              "trace_id": 11226192060658885291
          }
      }
    • running: False
    • schema_name_id: 2147
    • start_time: 2022-11-21 14:08:00
    • success: True
    • trace_id: 11226192060658885291
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "col_a": "string",
        "col_b": [
            "string"
        ],
        "col_c": "string"
    }
  • created: 2022-11-21 14:08:00
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8`\n(\n`col_a`STRING,`col_b`array,`col_c`STRING\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-dev/raw/testbasicauth_kim_datatypes_new8/2022-11-21/1669061273'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8"
    }
Server:
  • hostname: schemamanager-5447774fc6-4w58v
  • name: schema_manager
  • process_start: 2026-04-02 21:43:44
  • sf_env: dev
  • version: 2427328685
Raw:
{
    "name": {
        "created": "2022-11-21 14:08:00",
        "disabled": false,
        "format": "raw",
        "id": 2147,
        "is_partitioned": false,
        "is_schema_datatyped": false,
        "name": {
            "database": "sfdl_dev_drivethru",
            "table": "testbasicauth_kim_datatypes_new8"
        },
        "type": "drivethrujson"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "col_a": "string",
            "col_b": [
                "string"
            ],
            "col_c": "string"
        },
        "created": "2022-11-21 14:08:00",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8`\n(\n`col_a`STRING,`col_b`array,`col_c`STRING\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-dev/raw/testbasicauth_kim_datatypes_new8/2022-11-21/1669061273'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_drivethru.testbasicauth_kim_datatypes_new8"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}