Schema Info

Schema Name: sfdl_dev_rds.sparefoot_visits_filtered
  • created: 2022-03-02 18:01:33
  • disabled: False
  • format: raw
  • id: 1715
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_dev_rds",
        "table": "sparefoot_visits_filtered"
    }
  • type: rds
Schema Versions: 2
    • created: 2022-03-16 17:27:08
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
          "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_visits_filtered`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_visits_filtered`\n(\n`num_web_bookings`int,`num_page_views`int,`is_good_visit`tinyint,`visit_id`varchar(64),`reasons`varchar(1024),`created`timestamp,`updated`timestamp\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-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-16/1647469602'\n",
          "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_visits_filtered"
      ]
    • hive_path: s3://sfdl-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-16/1647469602
    • id: 4689079
    • processed: 1
    • raw_data:
      {
          "created": "2022-03-16 07:40:02",
          "is_good_visit": 1,
          "num_page_views": 2,
          "num_web_bookings": 0,
          "reasons": "",
          "updated": "2022-03-16 07:40:02",
          "visit_id": "8b0ed53a931f7a105ca9c19b779ac804"
      }
    • schema_attributes:
      {
          "created": "timestamp",
          "is_good_visit": "tinyint",
          "num_page_views": "int",
          "num_web_bookings": "int",
          "reasons": "string",
          "updated": "timestamp",
          "visit_id": "string"
      }
    • schema_name_id: 1715
    • schema_scan_id: 5904889
    • updated: 2022-03-16 17:27:19
    • created: 2022-03-15 14:28:50
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
          "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_visits_filtered`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_visits_filtered`\n(\n`visit_id`varchar(64),`is_good_visit`tinyint,`reasons`varchar(1024),`num_page_views`int,`num_web_bookings`int,`created`timestamp,`updated`timestamp\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-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-15/1647372496'\n",
          "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_visits_filtered"
      ]
    • hive_path: s3://sfdl-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-15/1647372496
    • id: 4688889
    • processed: 1
    • raw_data:
      {
          "created": "2022-03-14 07:40:01",
          "is_good_visit": 1,
          "num_page_views": 1,
          "num_web_bookings": 0,
          "reasons": "",
          "updated": "2022-03-14 07:40:01",
          "visit_id": "1e7bd48bab7e0ef63eb83fb4fac03d66"
      }
    • schema_attributes:
      {
          "created": "timestamp",
          "is_good_visit": "tinyint",
          "num_page_views": "int",
          "num_web_bookings": "int",
          "reasons": "string",
          "updated": "timestamp",
          "visit_id": "string"
      }
    • schema_name_id: 1715
    • schema_scan_id: 5904143
    • updated: 2022-03-15 14:29:01
Schema Scans: 2
Last at 2022-03-16 17:27:01
    • duration: 0:00:21.061082
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 5904889
    • payload:
      {
          "datatype_dict": {
              "created": "timestamp",
              "is_good_visit": "tinyint",
              "num_page_views": "int",
              "num_web_bookings": "int",
              "reasons": "varchar(1024)",
              "updated": "timestamp",
              "visit_id": "varchar(64)"
          },
          "file_format": "json",
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-sparefoot-dev",
              "hive_path": "s3://sfdl-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-16/1647469602",
              "key": "separated_dt/visits_filtered/2022-03-16/1647469602/visits_filtered-8.json.gz"
          },
          "schema": {
              "name": "sfdl_dev_rds.sparefoot_visits_filtered",
              "type": "rds"
          },
          "trace_context": {
              "parent_id": 12264569566372948157,
              "service_name": "sparefoot",
              "span_id": 519020749323919731,
              "trace_id": 12264569566372948157
          }
      }
    • running: False
    • schema_name_id: 1715
    • start_time: 2022-03-16 17:27:01
    • success: True
    • trace_id: 12264569566372948157
    • duration: 0:00:39.580778
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 5904143
    • payload:
      {
          "datatype_dict": {
              "created": "timestamp",
              "is_good_visit": "tinyint",
              "num_page_views": "int",
              "num_web_bookings": "int",
              "reasons": "varchar(1024)",
              "updated": "timestamp",
              "visit_id": "varchar(64)"
          },
          "file_format": "json",
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-sparefoot-dev",
              "hive_path": "s3://sfdl-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-15/1647372496",
              "key": "separated_dt/visits_filtered/2022-03-15/1647372496/data-8.json.gz"
          },
          "schema": {
              "name": "sfdl_dev_rds.sparefoot_visits_filtered",
              "type": "rds"
          },
          "trace_context": {
              "parent_id": 4449656667097772951,
              "service_name": "sparefoot",
              "span_id": 11111251511540588834,
              "trace_id": 4449656667097772951
          }
      }
    • running: False
    • schema_name_id: 1715
    • start_time: 2022-03-15 14:28:24
    • success: True
    • trace_id: 4449656667097772951
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "created": "timestamp",
        "is_good_visit": "tinyint",
        "num_page_views": "int",
        "num_web_bookings": "int",
        "reasons": "string",
        "updated": "timestamp",
        "visit_id": "string"
    }
  • created: 2022-03-16 17:27:08
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_visits_filtered`\n(\n`num_web_bookings`int,`num_page_views`int,`is_good_visit`tinyint,`visit_id`varchar(64),`reasons`varchar(1024),`created`timestamp,`updated`timestamp\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-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-16/1647469602'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_visits_filtered`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_visits_filtered"
    }
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-03-02 18:01:33",
        "disabled": false,
        "format": "raw",
        "id": 1715,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_dev_rds",
            "table": "sparefoot_visits_filtered"
        },
        "type": "rds"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "created": "timestamp",
            "is_good_visit": "tinyint",
            "num_page_views": "int",
            "num_web_bookings": "int",
            "reasons": "string",
            "updated": "timestamp",
            "visit_id": "string"
        },
        "created": "2022-03-16 17:27:08",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.sparefoot_visits_filtered`\n(\n`num_web_bookings`int,`num_page_views`int,`is_good_visit`tinyint,`visit_id`varchar(64),`reasons`varchar(1024),`created`timestamp,`updated`timestamp\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-rds-sparefoot-dev/separated_dt/visits_filtered/2022-03-16/1647469602'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.sparefoot_visits_filtered`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.sparefoot_visits_filtered"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}