Schema Info

Schema Name: sfdl_dev_drivethru.websites_websites
  • created: 2024-11-12 01:10:21
  • disabled: False
  • format: raw
  • id: 3117
  • is_partitioned: True
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_dev_drivethru",
        "table": "websites_websites"
    }
  • type: drivethrujson
Schema Versions: 1
    • created: 2024-11-12 01:10:21
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_dev_drivethru.websites_websites`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.websites_websites`\n(\n`data_track_click`STRING,`facilityId`STRING,`eventLocation`STRING,`unitsShown`STRING,`timeStamp`STRING,`categoryUsed`STRING,`createdAt`STRING\n)\nPARTITIONED BY (dt string)\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_incremental/websites_websites'\n",
          "MSCK REPAIR TABLE sfdl_dev_drivethru.websites_websites"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites
    • id: 4749818
    • processed: 1
    • raw_data:
      {
          "categoryUsed": "Small",
          "createdAt": "2024-11-06T05:33:22.947Z",
          "data-track-click": "categoryApplied",
          "eventLocation": "themeOne",
          "facilityId": "2ea02d5c-9b91-4eb9-9e06-05af1dcfea1e",
          "timeStamp": 1730871192419,
          "unitsShown": 1
      }
    • schema_attributes:
      {
          "categoryUsed": "string",
          "createdAt": "string",
          "data_track_click": "string",
          "eventLocation": "string",
          "facilityId": "string",
          "timeStamp": "string",
          "unitsShown": "string"
      }
    • schema_name_id: 3117
    • schema_scan_id: 6682932
    • updated: 2024-11-12 01:10:35
Schema Scans: 1
Last at 2024-11-12 01:10:20
    • duration: 0:00:17.195704
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 1,
          "partitions_applied": false,
          "success": true
      }
    • id: 6682932
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites/dt=2024-11-12",
              "name": "dt",
              "type": "string",
              "value": "2024-11-12"
          },
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-dev",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites",
              "key": "raw_incremental/websites_websites/dt=2024-11-12/events_12_21.json.gz"
          },
          "schema": {
              "name": "sfdl_dev_drivethru.websites_websites",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 307452286426114208,
              "service_name": "drive-thru",
              "span_id": 1048138627778476579,
              "trace_id": 10335051401473141396
          }
      }
    • running: False
    • schema_name_id: 3117
    • start_time: 2024-11-12 01:10:20
    • success: True
    • trace_id: 10335051401473141396
Partitions:
  • count: 1
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_dev_drivethru.websites_websites`\nADD\n\n\n PARTITION (dt='2024-11-12') location 's3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites/dt=2024-11-12/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 279682,
                "location": "s3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites/dt=2024-11-12/",
                "name": "dt",
                "value": "2024-11-12"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2024-11-12 01:10:21",
                    "last_data": "2024-11-12 01:10:21"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "categoryUsed": "string",
        "createdAt": "string",
        "data_track_click": "string",
        "eventLocation": "string",
        "facilityId": "string",
        "timeStamp": "string",
        "unitsShown": "string"
    }
  • created: 2024-11-12 01:10:21
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.websites_websites`\n(\n`data_track_click`STRING,`facilityId`STRING,`eventLocation`STRING,`unitsShown`STRING,`timeStamp`STRING,`categoryUsed`STRING,`createdAt`STRING\n)\nPARTITIONED BY (dt string)\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_incremental/websites_websites'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_drivethru.websites_websites`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_drivethru.websites_websites"
    }
Server:
  • hostname: schemamanager-5447774fc6-4w58v
  • name: schema_manager
  • process_start: 2026-04-02 21:43:44
  • sf_env: dev
  • version: 2427328685
Raw:
{
    "name": {
        "created": "2024-11-12 01:10:21",
        "disabled": false,
        "format": "raw",
        "id": 3117,
        "is_partitioned": true,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_dev_drivethru",
            "table": "websites_websites"
        },
        "type": "drivethrujson"
    },
    "partition": {
        "count": 1,
        "ddl": [
            "ALTER TABLE\n    `sfdl_dev_drivethru.websites_websites`\nADD\n\n\n PARTITION (dt='2024-11-12') location 's3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites/dt=2024-11-12/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 279682,
                    "location": "s3://sfdl-drivethrujson-drivethru-dev/raw_incremental/websites_websites/dt=2024-11-12/",
                    "name": "dt",
                    "value": "2024-11-12"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2024-11-12 01:10:21",
                        "last_data": "2024-11-12 01:10:21"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "categoryUsed": "string",
            "createdAt": "string",
            "data_track_click": "string",
            "eventLocation": "string",
            "facilityId": "string",
            "timeStamp": "string",
            "unitsShown": "string"
        },
        "created": "2024-11-12 01:10:21",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_drivethru.websites_websites`\n(\n`data_track_click`STRING,`facilityId`STRING,`eventLocation`STRING,`unitsShown`STRING,`timeStamp`STRING,`categoryUsed`STRING,`createdAt`STRING\n)\nPARTITIONED BY (dt string)\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_incremental/websites_websites'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_drivethru.websites_websites`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_drivethru.websites_websites"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}