Schema Info

Schema Name: sfdl_dev_athena.explorations_email_testing_analytics
  • created: 2018-06-02 22:45:02
  • disabled: False
  • format: raw
  • id: 954
  • is_partitioned: True
  • is_schema_datatyped: False
  • name:
    {
        "database": "sfdl_dev_athena",
        "table": "explorations_email_testing_analytics"
    }
  • type: athena
Schema Versions: 1
    • created: 2018-07-31 10:01:29
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`",
          "DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_email_testing_analytics`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_email_testing_analytics`\n(\n `send_visit_id`  string , `send_confirmation_code`  string , `send_message_type`  string , `send_email_id`  string , `send_experiment`  string , `send_variation`  string , `send_email_address`  string , `send_message_channel`  string , `send_receivedat_cst`  string , `open_campaign_category`  string , `open_email_address`  string , `click_email_address`  string \n)\nPARTITIONED BY (dt string)\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-athena-explorations-dev/raw_incremental/email_testing_analytics'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_dev_athena.explorations_email_testing_analytics"
      ]
    • hive_path: s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics
    • id: 43070
    • processed: 1
    • raw_data:
      {
          "click_email_address": 11,
          "open_campaign_category": 9,
          "open_email_address": 10,
          "send_confirmation_code": 1,
          "send_email_address": 6,
          "send_email_id": 3,
          "send_experiment": 4,
          "send_message_channel": 7,
          "send_message_type": 2,
          "send_receivedat_cst": 8,
          "send_variation": 5,
          "send_visit_id": 0
      }
    • schema_attributes:
      {
          "click_email_address": "string",
          "open_campaign_category": "string",
          "open_email_address": "string",
          "send_confirmation_code": "string",
          "send_email_address": "string",
          "send_email_id": "string",
          "send_experiment": "string",
          "send_message_channel": "string",
          "send_message_type": "string",
          "send_receivedat_cst": "string",
          "send_variation": "string",
          "send_visit_id": "string"
      }
    • schema_name_id: 954
    • schema_scan_id: 4022807
    • updated: 2019-05-14 14:52:39
Schema Scans: 1
Last at 2018-07-31 10:01:28
    • duration: 0:00:22.460308
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 58,
          "partitions_applied": false,
          "success": true
      }
    • id: 4022807
    • payload:
      {
          "datatype_dict": null,
          "file_format": "csv",
          "file_properties": {
              "data_has_header_row": true
          },
          "is_schema_datatyped": false,
          "partition": {
              "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2018-07-30",
              "name": "dt",
              "type": "string",
              "value": "2018-07-30"
          },
          "s3": {
              "bucket": "sfdl-athena-explorations-dev",
              "hive_path": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics",
              "key": "raw_incremental/email_testing_analytics/dt=2018-07-30/data.csv.gz"
          },
          "schema": {
              "name": "sfdl_dev_athena.explorations_email_testing_analytics",
              "type": "athena"
          }
      }
    • running: False
    • schema_name_id: 954
    • start_time: 2018-07-31 10:01:28
    • success: True
Partitions:
  • count: 3
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_dev_athena.explorations_email_testing_analytics`\nADD\n\n\n PARTITION (dt='2020-07-05') location 's3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-05/'\n PARTITION (dt='2020-07-06') location 's3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-06/'\n PARTITION (dt='2020-07-07') location 's3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-07/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 155663,
                "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-05/",
                "name": "dt",
                "value": "2020-07-05"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2020-07-06 10:04:00",
                    "last_data": "2020-07-06 10:04:00"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 155698,
                "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-06/",
                "name": "dt",
                "value": "2020-07-06"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2020-07-07 10:15:53",
                    "last_data": "2020-07-07 10:15:53"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        },
        {
            "info": {
                "id": 155753,
                "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-07/",
                "name": "dt",
                "value": "2020-07-07"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2020-07-09 09:18:05",
                    "last_data": "2020-07-09 09:18:05"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "click_email_address": "string",
        "open_campaign_category": "string",
        "open_email_address": "string",
        "send_confirmation_code": "string",
        "send_email_address": "string",
        "send_email_id": "string",
        "send_experiment": "string",
        "send_message_channel": "string",
        "send_message_type": "string",
        "send_receivedat_cst": "string",
        "send_variation": "string",
        "send_visit_id": "string"
    }
  • created: 2018-07-31 10:01:29
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_email_testing_analytics`\n(\n `send_visit_id`  string , `send_confirmation_code`  string , `send_message_type`  string , `send_email_id`  string , `send_experiment`  string , `send_variation`  string , `send_email_address`  string , `send_message_channel`  string , `send_receivedat_cst`  string , `open_campaign_category`  string , `open_email_address`  string , `click_email_address`  string \n)\nPARTITIONED BY (dt string)\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-athena-explorations-dev/raw_incremental/email_testing_analytics'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_email_testing_analytics`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_athena.explorations_email_testing_analytics"
    }
Server:
  • hostname: schemamanager-5447774fc6-4w58v
  • name: schema_manager
  • process_start: 2026-04-02 21:43:44
  • sf_env: dev
  • version: 2427328685
Raw:
{
    "name": {
        "created": "2018-06-02 22:45:02",
        "disabled": false,
        "format": "raw",
        "id": 954,
        "is_partitioned": true,
        "is_schema_datatyped": false,
        "name": {
            "database": "sfdl_dev_athena",
            "table": "explorations_email_testing_analytics"
        },
        "type": "athena"
    },
    "partition": {
        "count": 3,
        "ddl": [
            "ALTER TABLE\n    `sfdl_dev_athena.explorations_email_testing_analytics`\nADD\n\n\n PARTITION (dt='2020-07-05') location 's3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-05/'\n PARTITION (dt='2020-07-06') location 's3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-06/'\n PARTITION (dt='2020-07-07') location 's3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-07/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 155663,
                    "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-05/",
                    "name": "dt",
                    "value": "2020-07-05"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2020-07-06 10:04:00",
                        "last_data": "2020-07-06 10:04:00"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 155698,
                    "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-06/",
                    "name": "dt",
                    "value": "2020-07-06"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2020-07-07 10:15:53",
                        "last_data": "2020-07-07 10:15:53"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            },
            {
                "info": {
                    "id": 155753,
                    "location": "s3://sfdl-athena-explorations-dev/raw_incremental/email_testing_analytics/dt=2020-07-07/",
                    "name": "dt",
                    "value": "2020-07-07"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2020-07-09 09:18:05",
                        "last_data": "2020-07-09 09:18:05"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "click_email_address": "string",
            "open_campaign_category": "string",
            "open_email_address": "string",
            "send_confirmation_code": "string",
            "send_email_address": "string",
            "send_email_id": "string",
            "send_experiment": "string",
            "send_message_channel": "string",
            "send_message_type": "string",
            "send_receivedat_cst": "string",
            "send_variation": "string",
            "send_visit_id": "string"
        },
        "created": "2018-07-31 10:01:29",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_athena`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_athena.explorations_email_testing_analytics`\n(\n `send_visit_id`  string , `send_confirmation_code`  string , `send_message_type`  string , `send_email_id`  string , `send_experiment`  string , `send_variation`  string , `send_email_address`  string , `send_message_channel`  string , `send_receivedat_cst`  string , `open_campaign_category`  string , `open_email_address`  string , `click_email_address`  string \n)\nPARTITIONED BY (dt string)\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-athena-explorations-dev/raw_incremental/email_testing_analytics'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_athena.explorations_email_testing_analytics`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_athena.explorations_email_testing_analytics"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}