Schema Info

Schema Name: sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets
  • created: 2024-12-07 14:59:47
  • disabled: False
  • format: raw
  • id: 2900
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_prod_drivethru",
        "table": "newbook_newbookap_compendium_retail_outlets"
    }
  • type: drivethrucsv
Schema Versions: 1
    • created: 2024-12-07 14:59:48
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets`\n(\n `newbook_region`  string , `tenant`  string , `id`  string , `name`  string , `type`  string , `description`  string , `website_link`  string , `phone_number`  string , `google_maps_place_address`  string , `google_maps_place_id`  string , `lat`  string , `long`  string , `images`  string , `remove`  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-prod/raw/newbook_newbookap_compendium_retail_outlets/2024-12-07/1733604957'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets"
      ]
    • hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_compendium_retail_outlets/2024-12-07/1733604957
    • id: 1115069
    • processed: 1
    • raw_data:
      {
          "description": 5,
          "google_maps_place_address": 8,
          "google_maps_place_id": 9,
          "id": 2,
          "images": 12,
          "lat": 10,
          "long": 11,
          "name": 3,
          "newbook_region": 0,
          "phone_number": 7,
          "remove": 13,
          "tenant": 1,
          "type": 4,
          "website_link": 6
      }
    • schema_attributes:
      {
          "description": "string",
          "google_maps_place_address": "string",
          "google_maps_place_id": "string",
          "id": "string",
          "images": "string",
          "lat": "string",
          "long": "string",
          "name": "string",
          "newbook_region": "string",
          "phone_number": "string",
          "remove": "string",
          "tenant": "string",
          "type": "string",
          "website_link": "string"
      }
    • schema_name_id: 2900
    • schema_scan_id: 133183668
    • updated: 2024-12-07 14:59:59
Schema Scans: 1
Last at 2024-12-07 14:59:47
    • duration: 0:00:11.633748
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 133183668
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-drivethrucsv-drivethru-prod",
              "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_compendium_retail_outlets/2024-12-07/1733604957",
              "key": "raw/newbook_newbookap_compendium_retail_outlets/2024-12-07/1733604957/ap_compendium_retail_outlets.csv.gz"
          },
          "schema": {
              "name": "sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets",
              "type": "drivethrucsv"
          },
          "trace_context": {
              "parent_id": 16959693011833687505,
              "service_name": "drive-thru",
              "span_id": 17295356315222176563,
              "trace_id": 11742827324100694948
          }
      }
    • running: False
    • schema_name_id: 2900
    • start_time: 2024-12-07 14:59:47
    • success: True
    • trace_id: 11742827324100694948
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "description": "string",
        "google_maps_place_address": "string",
        "google_maps_place_id": "string",
        "id": "string",
        "images": "string",
        "lat": "string",
        "long": "string",
        "name": "string",
        "newbook_region": "string",
        "phone_number": "string",
        "remove": "string",
        "tenant": "string",
        "type": "string",
        "website_link": "string"
    }
  • created: 2024-12-07 14:59:48
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets`\n(\n `newbook_region`  string , `tenant`  string , `id`  string , `name`  string , `type`  string , `description`  string , `website_link`  string , `phone_number`  string , `google_maps_place_address`  string , `google_maps_place_id`  string , `lat`  string , `long`  string , `images`  string , `remove`  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-prod/raw/newbook_newbookap_compendium_retail_outlets/2024-12-07/1733604957'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets`",
        "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets"
    }
Server:
  • hostname: schemamanager-5475496c57-7dpqb
  • name: schema_manager
  • process_start: 2026-01-09 11:27:47
  • sf_env: prod
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2024-12-07 14:59:47",
        "disabled": false,
        "format": "raw",
        "id": 2900,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_prod_drivethru",
            "table": "newbook_newbookap_compendium_retail_outlets"
        },
        "type": "drivethrucsv"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "description": "string",
            "google_maps_place_address": "string",
            "google_maps_place_id": "string",
            "id": "string",
            "images": "string",
            "lat": "string",
            "long": "string",
            "name": "string",
            "newbook_region": "string",
            "phone_number": "string",
            "remove": "string",
            "tenant": "string",
            "type": "string",
            "website_link": "string"
        },
        "created": "2024-12-07 14:59:48",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets`\n(\n `newbook_region`  string , `tenant`  string , `id`  string , `name`  string , `type`  string , `description`  string , `website_link`  string , `phone_number`  string , `google_maps_place_address`  string , `google_maps_place_id`  string , `lat`  string , `long`  string , `images`  string , `remove`  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-prod/raw/newbook_newbookap_compendium_retail_outlets/2024-12-07/1733604957'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets`",
            "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_compendium_retail_outlets"
        }
    },
    "server": {
        "hostname": "schemamanager-5475496c57-7dpqb",
        "name": "schema_manager",
        "process_start": "2026-01-09 11:27:47",
        "sf_env": "prod",
        "version": "2112174301"
    }
}