Schema Info

Schema Name: sfdl_stage_segment.sfdc_modal_open
  • created: 2017-11-01 20:41:56
  • disabled: False
  • format: raw
  • id: 285
  • is_partitioned: True
  • is_schema_datatyped: False
  • name:
    {
        "database": "sfdl_stage_segment",
        "table": "sfdc_modal_open"
    }
  • type: segment
Schema Versions: 7
    • created: 2017-11-01 20:59:01
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string , `event`  string , `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2072
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "3829049b-29fb-4bce-8738-af6ee9f4e428",
          "channel": "client",
          "context": {
              "campaign": {},
              "ip": "207.71.19.142",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html",
                  "referrer": "https://reactfoot.sparefoot.com/search.html?location=houston&searchType=&moveInDate=",
                  "search": "?searchType=",
                  "title": "CubeSmart Self Storage | 7939 Westheimer Road | SpareFoot",
                  "url": "https://www.sparefoot.com/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html?searchType="
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-c97df8a30d206cb83a47b36a2671bbf3",
          "originalTimestamp": "2017-09-19T18:32:45.429Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505845965428,
              "category": "fees and reqs-facilityPage",
              "isReact": true,
              "label": "fees information",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T18:32:45.464Z",
          "sentAt": "2017-09-19T18:32:45.430Z",
          "timestamp": "2017-09-19T18:32:45.463Z",
          "type": "track",
          "userId": "1059bfe913b59551064688712",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: 2019-04-18 13:17:26
    • created: 2017-11-01 20:57:06
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string , `event`  string , `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2066
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "3829049b-29fb-4bce-8738-af6ee9f4e428",
          "channel": "client",
          "context": {
              "campaign": {},
              "ip": "207.71.19.142",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html",
                  "referrer": "https://reactfoot.sparefoot.com/search.html?location=houston&searchType=&moveInDate=",
                  "search": "?searchType=",
                  "title": "CubeSmart Self Storage | 7939 Westheimer Road | SpareFoot",
                  "url": "https://www.sparefoot.com/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html?searchType="
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-9a47c0db807edeb0c2307d8f1ad1c34b",
          "originalTimestamp": "2017-09-19T18:15:40.286Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505844940286,
              "category": "hours and directions-facilityPage",
              "isReact": true,
              "label": "hours and directions modal",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T18:15:40.321Z",
          "sentAt": "2017-09-19T18:15:40.288Z",
          "timestamp": "2017-09-19T18:15:40.319Z",
          "type": "track",
          "userId": "1059bfe913b59551064688712",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: None
    • created: 2017-11-01 20:53:50
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string , `event`  string , `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2062
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "3829049b-29fb-4bce-8738-af6ee9f4e428",
          "channel": "client",
          "context": {
              "campaign": {},
              "ip": "207.71.19.142",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html",
                  "referrer": "https://reactfoot.sparefoot.com/search.html?location=houston&searchType=&moveInDate=",
                  "search": "?searchType=",
                  "title": "CubeSmart Self Storage | 7939 Westheimer Road | SpareFoot",
                  "url": "https://www.sparefoot.com/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html?searchType="
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-35de122309f67bece0bf350d20b43d3a",
          "originalTimestamp": "2017-09-19T18:32:36.001Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505845956000,
              "category": "fees and reqs-facilityPage",
              "isReact": true,
              "label": "fees information",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T18:32:36.036Z",
          "sentAt": "2017-09-19T18:32:36.002Z",
          "timestamp": "2017-09-19T18:32:36.035Z",
          "type": "track",
          "userId": "1059bfe913b59551064688712",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: None
    • created: 2017-11-01 20:50:39
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string , `event`  string , `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2059
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "3829049b-29fb-4bce-8738-af6ee9f4e428",
          "channel": "client",
          "context": {
              "campaign": {},
              "ip": "207.71.19.142",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Silver-Lake-WI-self-storage/Out-Of-Site-Self-Storage-71270.html",
                  "referrer": "https://reactfoot.sparefoot.com/Silver-Lake-WI-self-storage/Out-Of-Site-Self-Storage-71270.html",
                  "search": "",
                  "title": "Out Of Site Self Storage - Silver Lake, WI | SpareFoot",
                  "url": "https://www.sparefoot.com/Silver-Lake-WI-self-storage/Out-Of-Site-Self-Storage-71270.html"
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-70154e3f1f5c875e2319a1a38dc16581",
          "originalTimestamp": "2017-09-19T18:43:37.840Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505846617839,
              "category": "hours and directions-oonFacilityPage",
              "isReact": true,
              "label": "hours and directions modal",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T18:43:37.875Z",
          "sentAt": "2017-09-19T18:43:37.841Z",
          "timestamp": "2017-09-19T18:43:37.874Z",
          "type": "track",
          "userId": "1059bfe913b59551064688712",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: None
    • created: 2017-11-01 20:45:11
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string , `event`  string , `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2053
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "3829049b-29fb-4bce-8738-af6ee9f4e428",
          "channel": "client",
          "context": {
              "campaign": {},
              "ip": "207.71.19.142",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html",
                  "referrer": "https://reactfoot.sparefoot.com/search.html?location=houston&searchType=&moveInDate=",
                  "search": "?searchType=",
                  "title": "CubeSmart Self Storage | 7939 Westheimer Road | SpareFoot",
                  "url": "https://www.sparefoot.com/Houston-TX-self-storage/CubeSmart-Self-Storage-152748.html?searchType="
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-364fc51200528e68d092ea77bcbd454e",
          "originalTimestamp": "2017-09-19T18:29:51.986Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505845791985,
              "category": "missing category-facilityPage",
              "isReact": true,
              "label": "unit size",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T18:29:52.017Z",
          "sentAt": "2017-09-19T18:29:51.988Z",
          "timestamp": "2017-09-19T18:29:52.015Z",
          "type": "track",
          "userId": "1059bfe913b59551064688712",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: None
    • created: 2017-11-01 20:44:19
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string , `event`  string , `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2052
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "d1b518c5-0b01-4faf-a67f-e6cdfcabf566",
          "channel": "client",
          "context": {
              "campaign": {},
              "ip": "54.236.226.51",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Arlington-VA-self-storage/CubeSmart-Self-Storage-158901.html",
                  "referrer": "https://reactfoot.sparefoot.moreyard.com/Herndon-VA-self-storage.html",
                  "search": "?searchType=storage",
                  "title": "CubeSmart Self Storage: Locally Owned | SpareFoot",
                  "url": "https://www.sparefoot.moreyard.com/Arlington-VA-self-storage/CubeSmart-Self-Storage-158901.html?searchType=storage"
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-81985635cb1e83e51bf723bae9712450",
          "originalTimestamp": "2017-09-19T14:50:00.016Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505832600015,
              "category": "hours and directions-facilityPage",
              "isReact": true,
              "label": "hours and directions modal",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T14:50:00.093Z",
          "sentAt": "2017-09-19T14:50:00.017Z",
          "timestamp": "2017-09-19T14:50:00.092Z",
          "type": "track",
          "userId": "4907cab0fbad48a2add724fae5eb923c",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: None
    • created: 2017-11-01 20:41:56
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
          "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `projectId`  string , `userId`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >,`library` :  struct< `version` : string , `name` : string >, `ip` : string >, `messageId`  string , `type`  string , `event`  string , `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
          "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
      ]
    • hive_path: s3://sfdl-segment-sfdc-stage/separated_dt/modal open
    • id: 2050
    • processed: 1
    • raw_data:
      {
          "_metadata": {
              "bundled": [
                  "Google Analytics",
                  "Google Tag Manager",
                  "Segment.io"
              ],
              "unbundled": []
          },
          "anonymousId": "f8856a95-245b-4484-add0-ef5f54ec2ef0",
          "channel": "client",
          "context": {
              "ip": "207.71.19.142",
              "library": {
                  "name": "analytics.js",
                  "version": "3.0.0"
              },
              "page": {
                  "path": "/Perryville-AK-self-storage/Fake-Storage-Facility-Product-155558.html",
                  "referrer": "",
                  "search": "",
                  "title": "Fake Storage Facility - Product | 400 Brooks Road | SpareFoot",
                  "url": "https://www.sparefoot.moreyard.com/Perryville-AK-self-storage/Fake-Storage-Facility-Product-155558.html"
              },
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
          },
          "event": "modal open",
          "integrations": {},
          "messageId": "ajs-78e2326be8a82cc2e75fb0331911bc91",
          "originalTimestamp": "2017-09-19T17:44:57.814Z",
          "projectId": "MK1uoFcf4t",
          "properties": {
              "Hit Timestamp": 1505843097814,
              "category": "missing category-facilityPage",
              "isReact": true,
              "label": "unit size",
              "site_id": -1
          },
          "receivedAt": "2017-09-19T17:44:58.797Z",
          "sentAt": "2017-09-19T17:44:57.816Z",
          "timestamp": "2017-09-19T17:44:58.795Z",
          "type": "track",
          "userId": "100599af0377356d4665835737",
          "version": 2
      }
    • schema_attributes:
      {
          "_metadata.bundled": "",
          "_metadata.unbundled": "",
          "anonymousId": "string",
          "channel": "string",
          "context.ip": "string",
          "context.library.name": "string",
          "context.library.version": "string",
          "context.page.path": "string",
          "context.page.referrer": "string",
          "context.page.search": "string",
          "context.page.title": "string",
          "context.page.url": "string",
          "context.userAgent": "string",
          "event": "string",
          "messageId": "string",
          "originalTimestamp": "string",
          "projectId": "string",
          "properties.Hit_Timestamp": "string",
          "properties.category": "string",
          "properties.isReact": "string",
          "properties.label": "string",
          "properties.site_id": "string",
          "receivedAt": "string",
          "sentAt": "string",
          "timestamp": "string",
          "type": "string",
          "userId": "string",
          "version": "string"
      }
    • schema_name_id: 285
    • schema_scan_id: None
    • updated: None
Schema Scans: 0
Partitions:
  • count: 1
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_stage_segment.sfdc_modal_open`\nADD\n\n\n PARTITION (dt='2017-09-19') location 's3://sfdl-segment-sfdc-stage/separated_dt/modal open/dt=2017-09-19/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 9285,
                "location": "s3://sfdl-segment-sfdc-stage/separated_dt/modal open/dt=2017-09-19/",
                "name": "dt",
                "value": "2017-09-19"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2017-12-12 10:02:29",
                    "last_data": null
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "_metadata.bundled": "",
        "_metadata.unbundled": "",
        "anonymousId": "string",
        "channel": "string",
        "context.ip": "string",
        "context.library.name": "string",
        "context.library.version": "string",
        "context.page.path": "string",
        "context.page.referrer": "string",
        "context.page.search": "string",
        "context.page.title": "string",
        "context.page.url": "string",
        "context.userAgent": "string",
        "event": "string",
        "messageId": "string",
        "originalTimestamp": "string",
        "projectId": "string",
        "properties.Hit_Timestamp": "string",
        "properties.category": "string",
        "properties.isReact": "string",
        "properties.label": "string",
        "properties.site_id": "string",
        "receivedAt": "string",
        "sentAt": "string",
        "timestamp": "string",
        "type": "string",
        "userId": "string",
        "version": "string"
    }
  • created: 2017-11-01 20:59:01
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string , `event`  string , `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
        "repair_table": "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2017-11-01 20:41:56",
        "disabled": false,
        "format": "raw",
        "id": 285,
        "is_partitioned": true,
        "is_schema_datatyped": false,
        "name": {
            "database": "sfdl_stage_segment",
            "table": "sfdc_modal_open"
        },
        "type": "segment"
    },
    "partition": {
        "count": 1,
        "ddl": [
            "ALTER TABLE\n    `sfdl_stage_segment.sfdc_modal_open`\nADD\n\n\n PARTITION (dt='2017-09-19') location 's3://sfdl-segment-sfdc-stage/separated_dt/modal open/dt=2017-09-19/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 9285,
                    "location": "s3://sfdl-segment-sfdc-stage/separated_dt/modal open/dt=2017-09-19/",
                    "name": "dt",
                    "value": "2017-09-19"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2017-12-12 10:02:29",
                        "last_data": null
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "_metadata.bundled": "",
            "_metadata.unbundled": "",
            "anonymousId": "string",
            "channel": "string",
            "context.ip": "string",
            "context.library.name": "string",
            "context.library.version": "string",
            "context.page.path": "string",
            "context.page.referrer": "string",
            "context.page.search": "string",
            "context.page.title": "string",
            "context.page.url": "string",
            "context.userAgent": "string",
            "event": "string",
            "messageId": "string",
            "originalTimestamp": "string",
            "projectId": "string",
            "properties.Hit_Timestamp": "string",
            "properties.category": "string",
            "properties.isReact": "string",
            "properties.label": "string",
            "properties.site_id": "string",
            "receivedAt": "string",
            "sentAt": "string",
            "timestamp": "string",
            "type": "string",
            "userId": "string",
            "version": "string"
        },
        "created": "2017-11-01 20:59:01",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_segment`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_segment.sfdc_modal_open`\n(\n `version`  string , `timestamp`  string , `messageId`  string , `userId`  string ,`properties`   struct< `category` : string , `Hit_Timestamp` : string , `site_id` : string , `isReact` : string , `label` : string >, `receivedAt`  string ,`_metadata`   struct< `bundled`:array , `unbundled`:array >, `anonymousId`  string , `originalTimestamp`  string ,`context`   struct< `userAgent` : string ,`library` :  struct< `version` : string , `name` : string >,`page` :  struct< `url` : string , `path` : string , `search` : string , `referrer` : string , `title` : string >, `ip` : string >, `projectId`  string , `type`  string , `event`  string , `channel`  string , `sentAt`  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-segment-sfdc-stage/separated_dt/modal open'",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_segment.sfdc_modal_open`",
            "repair_table": "MSCK REPAIR TABLE `sfdl_stage_segment.sfdc_modal_open`"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}