Schema Info

Schema Name: sfdl_stage_rds.ess_esscore_users
  • created: 2021-07-12 13:44:58
  • disabled: False
  • format: raw
  • id: 1136
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_stage_rds",
        "table": "ess_esscore_users"
    }
  • type: rds
Schema Versions: 4
    • created: 2023-06-15 18:30:17
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_users`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_users`\n(\n `id`  int , `username`  varchar(255) , `email`  varchar(255) , `password_hash`  varchar(255) , `password_salt`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `account_type`  varchar(32) , `site_id`  int , `creator_id`  int , `updater_id`  int , `password_reset_token`  varchar(255) , `last_logged_in_at`  timestamp , `new_rental_in_progress`  smallint , `owner`  smallint , `phone`  varchar(255) , `login_is_disabled`  smallint , `login_token`  varchar(255) , `login_token_updated_at`  timestamp , `deleted_at`  timestamp , `contact_info_requested_at`  timestamp , `contact_info_updated_at`  timestamp , `first_name`  varchar(255) , `last_name`  varchar(255) , `home_page`  varchar(255) , `form_updater_id`  int , `form_updated_at`  timestamp , `password_reset_token_updated_at`  timestamp , `failed_logins`  int , `password_digest`  varchar(255) , `password_set_at`  timestamp , `previous_password_digests`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_users/2023-06-15/1686871814'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_users"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_users/2023-06-15/1686871814
    • id: 550917
    • processed: 1
    • raw_data:
      {
          "account_type": 7,
          "contact_info_requested_at": 20,
          "contact_info_updated_at": 21,
          "created_at": 5,
          "creator_id": 9,
          "deleted_at": 19,
          "email": 2,
          "failed_logins": 28,
          "first_name": 22,
          "form_updated_at": 26,
          "form_updater_id": 25,
          "home_page": 24,
          "id": 0,
          "last_logged_in_at": 12,
          "last_name": 23,
          "login_is_disabled": 16,
          "login_token": 17,
          "login_token_updated_at": 18,
          "new_rental_in_progress": 13,
          "owner": 14,
          "password_digest": 29,
          "password_hash": 3,
          "password_reset_token": 11,
          "password_reset_token_updated_at": 27,
          "password_salt": 4,
          "password_set_at": 30,
          "phone": 15,
          "previous_password_digests": 31,
          "site_id": 8,
          "updated_at": 6,
          "updater_id": 10,
          "username": 1
      }
    • schema_attributes:
      {
          "account_type": "varchar(32)",
          "contact_info_requested_at": "timestamp",
          "contact_info_updated_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "deleted_at": "timestamp",
          "email": "varchar(255)",
          "failed_logins": "int",
          "first_name": "varchar(255)",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "home_page": "varchar(255)",
          "id": "int",
          "last_logged_in_at": "timestamp",
          "last_name": "varchar(255)",
          "login_is_disabled": "smallint",
          "login_token": "varchar(255)",
          "login_token_updated_at": "timestamp",
          "new_rental_in_progress": "smallint",
          "owner": "smallint",
          "password_digest": "varchar(255)",
          "password_hash": "varchar(255)",
          "password_reset_token": "varchar(255)",
          "password_reset_token_updated_at": "timestamp",
          "password_salt": "varchar(255)",
          "password_set_at": "timestamp",
          "phone": "varchar(255)",
          "previous_password_digests": "string",
          "site_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int",
          "username": "varchar(255)"
      }
    • schema_name_id: 1136
    • schema_scan_id: 4963389
    • updated: 2023-06-15 18:30:28
    • created: 2022-06-22 20:26:20
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_users`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_users`\n(\n `id`  int , `username`  varchar(255) , `email`  varchar(255) , `password_hash`  varchar(255) , `password_salt`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `account_type`  varchar(32) , `site_id`  int , `creator_id`  int , `updater_id`  int , `password_reset_token`  varchar(255) , `last_logged_in_at`  timestamp , `new_rental_in_progress`  smallint , `owner`  smallint , `phone`  varchar(255) , `login_is_disabled`  smallint , `login_token`  varchar(255) , `login_token_updated_at`  timestamp , `deleted_at`  timestamp , `contact_info_requested_at`  timestamp , `contact_info_updated_at`  timestamp , `first_name`  varchar(255) , `last_name`  varchar(255) , `home_page`  varchar(255) , `form_updater_id`  int , `form_updated_at`  timestamp , `password_reset_token_updated_at`  timestamp , `failed_logins`  int , `password_digest`  varchar(255) , `password_set_at`  timestamp , `previous_password_digests`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_users/2022-06-23/1655947577'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_users"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_users/2022-06-23/1655947577
    • id: 402851
    • processed: 1
    • raw_data:
      {
          "account_type": 7,
          "contact_info_requested_at": 20,
          "contact_info_updated_at": 21,
          "created_at": 5,
          "creator_id": 9,
          "deleted_at": 19,
          "email": 2,
          "failed_logins": 28,
          "first_name": 22,
          "form_updated_at": 26,
          "form_updater_id": 25,
          "home_page": 24,
          "id": 0,
          "last_logged_in_at": 12,
          "last_name": 23,
          "login_is_disabled": 16,
          "login_token": 17,
          "login_token_updated_at": 18,
          "new_rental_in_progress": 13,
          "owner": 14,
          "password_digest": 29,
          "password_hash": 3,
          "password_reset_token": 11,
          "password_reset_token_updated_at": 27,
          "password_salt": 4,
          "password_set_at": 30,
          "phone": 15,
          "previous_password_digests": 31,
          "site_id": 8,
          "updated_at": 6,
          "updater_id": 10,
          "username": 1
      }
    • schema_attributes:
      {
          "account_type": "varchar(32)",
          "contact_info_requested_at": "timestamp",
          "contact_info_updated_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "deleted_at": "timestamp",
          "email": "varchar(255)",
          "failed_logins": "int",
          "first_name": "varchar(255)",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "home_page": "varchar(255)",
          "id": "int",
          "last_logged_in_at": "timestamp",
          "last_name": "varchar(255)",
          "login_is_disabled": "smallint",
          "login_token": "varchar(255)",
          "login_token_updated_at": "timestamp",
          "new_rental_in_progress": "smallint",
          "owner": "smallint",
          "password_digest": "varchar(255)",
          "password_hash": "varchar(255)",
          "password_reset_token": "varchar(255)",
          "password_reset_token_updated_at": "timestamp",
          "password_salt": "varchar(255)",
          "password_set_at": "timestamp",
          "phone": "varchar(255)",
          "previous_password_digests": "string",
          "site_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int",
          "username": "varchar(255)"
      }
    • schema_name_id: 1136
    • schema_scan_id: 3933408
    • updated: 2022-06-22 20:26:31
    • created: 2022-06-22 16:04:44
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_users`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_users`\n(\n `id`  int , `username`  varchar(255) , `email`  varchar(255) , `password_hash`  varchar(255) , `password_salt`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `account_type`  varchar(32) , `site_id`  int , `creator_id`  int , `updater_id`  int , `password_reset_token`  varchar(255) , `last_logged_in_at`  timestamp , `new_rental_in_progress`  smallint , `owner`  smallint , `phone`  varchar(255) , `login_is_disabled`  smallint , `login_token`  varchar(255) , `login_token_updated_at`  timestamp , `deleted_at`  timestamp , `contact_info_requested_at`  timestamp , `contact_info_updated_at`  timestamp , `first_name`  varchar(255) , `last_name`  varchar(255) , `home_page`  varchar(255) , `form_updater_id`  int , `form_updated_at`  timestamp , `password_reset_token_updated_at`  timestamp , `failed_logins`  int , `password_digest`  varchar(255) , `password_set_at`  timestamp , `previous_password_digests`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_users/2022-06-22/1655931881'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_users"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_users/2022-06-22/1655931881
    • id: 402831
    • processed: 1
    • raw_data:
      {
          "account_type": 7,
          "contact_info_requested_at": 20,
          "contact_info_updated_at": 21,
          "created_at": 5,
          "creator_id": 9,
          "deleted_at": 19,
          "email": 2,
          "failed_logins": 28,
          "first_name": 22,
          "form_updated_at": 26,
          "form_updater_id": 25,
          "home_page": 24,
          "id": 0,
          "last_logged_in_at": 12,
          "last_name": 23,
          "login_is_disabled": 16,
          "login_token": 17,
          "login_token_updated_at": 18,
          "new_rental_in_progress": 13,
          "owner": 14,
          "password_digest": 29,
          "password_hash": 3,
          "password_reset_token": 11,
          "password_reset_token_updated_at": 27,
          "password_salt": 4,
          "password_set_at": 30,
          "phone": 15,
          "previous_password_digests": 31,
          "site_id": 8,
          "updated_at": 6,
          "updater_id": 10,
          "username": 1
      }
    • schema_attributes:
      {
          "account_type": "varchar(32)",
          "contact_info_requested_at": "timestamp",
          "contact_info_updated_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "deleted_at": "timestamp",
          "email": "varchar(255)",
          "failed_logins": "int",
          "first_name": "varchar(255)",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "home_page": "varchar(255)",
          "id": "int",
          "last_logged_in_at": "timestamp",
          "last_name": "varchar(255)",
          "login_is_disabled": "smallint",
          "login_token": "varchar(255)",
          "login_token_updated_at": "timestamp",
          "new_rental_in_progress": "smallint",
          "owner": "smallint",
          "password_digest": "varchar(255)",
          "password_hash": "varchar(255)",
          "password_reset_token": "varchar(255)",
          "password_reset_token_updated_at": "timestamp",
          "password_salt": "varchar(255)",
          "password_set_at": "timestamp",
          "phone": "varchar(255)",
          "previous_password_digests": "string",
          "site_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int",
          "username": "varchar(255)"
      }
    • schema_name_id: 1136
    • schema_scan_id: 3932937
    • updated: 2022-06-22 16:04:55
    • created: 2021-07-24 00:21:51
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_users`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_users`\n(\n `id`  int , `username`  varchar(255) , `email`  varchar(255) , `password_hash`  varchar(255) , `password_salt`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `account_type`  varchar(32) , `site_id`  int , `creator_id`  int , `updater_id`  int , `password_reset_token`  varchar(255) , `last_logged_in_at`  timestamp , `new_rental_in_progress`  smallint , `owner`  smallint , `phone`  varchar(255) , `login_is_disabled`  smallint , `login_token`  varchar(255) , `login_token_updated_at`  timestamp , `deleted_at`  timestamp , `contact_info_requested_at`  timestamp , `contact_info_updated_at`  timestamp , `first_name`  varchar(255) , `last_name`  varchar(255) , `home_page`  varchar(255) , `form_updater_id`  int , `form_updated_at`  timestamp , `password_reset_token_updated_at`  timestamp , `failed_logins`  int \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_users/2021-07-24/1627104107'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_users"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_users/2021-07-24/1627104107
    • id: 341589
    • processed: 1
    • raw_data:
      {
          "account_type": 7,
          "contact_info_requested_at": 20,
          "contact_info_updated_at": 21,
          "created_at": 5,
          "creator_id": 9,
          "deleted_at": 19,
          "email": 2,
          "failed_logins": 28,
          "first_name": 22,
          "form_updated_at": 26,
          "form_updater_id": 25,
          "home_page": 24,
          "id": 0,
          "last_logged_in_at": 12,
          "last_name": 23,
          "login_is_disabled": 16,
          "login_token": 17,
          "login_token_updated_at": 18,
          "new_rental_in_progress": 13,
          "owner": 14,
          "password_hash": 3,
          "password_reset_token": 11,
          "password_reset_token_updated_at": 27,
          "password_salt": 4,
          "phone": 15,
          "site_id": 8,
          "updated_at": 6,
          "updater_id": 10,
          "username": 1
      }
    • schema_attributes:
      {
          "account_type": "varchar(32)",
          "contact_info_requested_at": "timestamp",
          "contact_info_updated_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "deleted_at": "timestamp",
          "email": "varchar(255)",
          "failed_logins": "int",
          "first_name": "varchar(255)",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "home_page": "varchar(255)",
          "id": "int",
          "last_logged_in_at": "timestamp",
          "last_name": "varchar(255)",
          "login_is_disabled": "smallint",
          "login_token": "varchar(255)",
          "login_token_updated_at": "timestamp",
          "new_rental_in_progress": "smallint",
          "owner": "smallint",
          "password_hash": "varchar(255)",
          "password_reset_token": "varchar(255)",
          "password_reset_token_updated_at": "timestamp",
          "password_salt": "varchar(255)",
          "phone": "varchar(255)",
          "site_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int",
          "username": "varchar(255)"
      }
    • schema_name_id: 1136
    • schema_scan_id: 3410661
    • updated: 2021-07-24 00:22:04
Schema Scans: 4
Last at 2023-06-15 18:30:17
    • duration: 0:00:11.209654
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 4963389
    • payload:
      {
          "datatype_dict": {
              "account_type": "varchar(32)",
              "contact_info_requested_at": "timestamp",
              "contact_info_updated_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "deleted_at": "timestamp",
              "email": "varchar(255)",
              "failed_logins": "int",
              "first_name": "varchar(255)",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "home_page": "varchar(255)",
              "id": "int",
              "last_logged_in_at": "timestamp",
              "last_name": "varchar(255)",
              "login_is_disabled": "smallint",
              "login_token": "varchar(255)",
              "login_token_updated_at": "timestamp",
              "new_rental_in_progress": "smallint",
              "owner": "smallint",
              "password_digest": "varchar(255)",
              "password_hash": "varchar(255)",
              "password_reset_token": "varchar(255)",
              "password_reset_token_updated_at": "timestamp",
              "password_salt": "varchar(255)",
              "password_set_at": "timestamp",
              "phone": "varchar(255)",
              "previous_password_digests": "string",
              "site_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int",
              "username": "varchar(255)"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_users/2023-06-15/1686871814",
              "key": "raw/esscore_users/2023-06-15/1686871814/split.ess_core.users0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_users",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1136
    • start_time: 2023-06-15 18:30:17
    • success: True
    • trace_id: 11244335018138174001
    • duration: 0:00:14.280605
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3933408
    • payload:
      {
          "datatype_dict": {
              "account_type": "varchar(32)",
              "contact_info_requested_at": "timestamp",
              "contact_info_updated_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "deleted_at": "timestamp",
              "email": "varchar(255)",
              "failed_logins": "int",
              "first_name": "varchar(255)",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "home_page": "varchar(255)",
              "id": "int",
              "last_logged_in_at": "timestamp",
              "last_name": "varchar(255)",
              "login_is_disabled": "smallint",
              "login_token": "varchar(255)",
              "login_token_updated_at": "timestamp",
              "new_rental_in_progress": "smallint",
              "owner": "smallint",
              "password_digest": "varchar(255)",
              "password_hash": "varchar(255)",
              "password_reset_token": "varchar(255)",
              "password_reset_token_updated_at": "timestamp",
              "password_salt": "varchar(255)",
              "password_set_at": "timestamp",
              "phone": "varchar(255)",
              "previous_password_digests": "string",
              "site_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int",
              "username": "varchar(255)"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_users/2022-06-23/1655947577",
              "key": "raw/esscore_users/2022-06-23/1655947577/split.ess_core.users0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_users",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1136
    • start_time: 2022-06-22 20:26:20
    • success: True
    • trace_id: 5313607117718700369
    • duration: 0:00:14.172059
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3932937
    • payload:
      {
          "datatype_dict": {
              "account_type": "varchar(32)",
              "contact_info_requested_at": "timestamp",
              "contact_info_updated_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "deleted_at": "timestamp",
              "email": "varchar(255)",
              "failed_logins": "int",
              "first_name": "varchar(255)",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "home_page": "varchar(255)",
              "id": "int",
              "last_logged_in_at": "timestamp",
              "last_name": "varchar(255)",
              "login_is_disabled": "smallint",
              "login_token": "varchar(255)",
              "login_token_updated_at": "timestamp",
              "new_rental_in_progress": "smallint",
              "owner": "smallint",
              "password_digest": "varchar(255)",
              "password_hash": "varchar(255)",
              "password_reset_token": "varchar(255)",
              "password_reset_token_updated_at": "timestamp",
              "password_salt": "varchar(255)",
              "password_set_at": "timestamp",
              "phone": "varchar(255)",
              "previous_password_digests": "string",
              "site_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int",
              "username": "varchar(255)"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_users/2022-06-22/1655931881",
              "key": "raw/esscore_users/2022-06-22/1655931881/split.ess_core.users0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_users",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1136
    • start_time: 2022-06-22 16:04:44
    • success: True
    • trace_id: 14386328453696186981
    • duration: 0:00:17.265416
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3410661
    • payload:
      {
          "datatype_dict": {
              "account_type": "varchar(32)",
              "contact_info_requested_at": "timestamp",
              "contact_info_updated_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "deleted_at": "timestamp",
              "email": "varchar(255)",
              "failed_logins": "int",
              "first_name": "varchar(255)",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "home_page": "varchar(255)",
              "id": "int",
              "last_logged_in_at": "timestamp",
              "last_name": "varchar(255)",
              "login_is_disabled": "smallint",
              "login_token": "varchar(255)",
              "login_token_updated_at": "timestamp",
              "new_rental_in_progress": "smallint",
              "owner": "smallint",
              "password_hash": "varchar(255)",
              "password_reset_token": "varchar(255)",
              "password_reset_token_updated_at": "timestamp",
              "password_salt": "varchar(255)",
              "phone": "varchar(255)",
              "site_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int",
              "username": "varchar(255)"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-stage",
              "hive_path": "s3://sfdl-rds-ess-stage/raw/esscore_users/2021-07-24/1627104107",
              "key": "raw/esscore_users/2021-07-24/1627104107/split.ess_core.users0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_users",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1136
    • start_time: 2021-07-24 00:21:50
    • success: True
    • trace_id: 13453973534606604544
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "account_type": "varchar(32)",
        "contact_info_requested_at": "timestamp",
        "contact_info_updated_at": "timestamp",
        "created_at": "timestamp",
        "creator_id": "int",
        "deleted_at": "timestamp",
        "email": "varchar(255)",
        "failed_logins": "int",
        "first_name": "varchar(255)",
        "form_updated_at": "timestamp",
        "form_updater_id": "int",
        "home_page": "varchar(255)",
        "id": "int",
        "last_logged_in_at": "timestamp",
        "last_name": "varchar(255)",
        "login_is_disabled": "smallint",
        "login_token": "varchar(255)",
        "login_token_updated_at": "timestamp",
        "new_rental_in_progress": "smallint",
        "owner": "smallint",
        "password_digest": "varchar(255)",
        "password_hash": "varchar(255)",
        "password_reset_token": "varchar(255)",
        "password_reset_token_updated_at": "timestamp",
        "password_salt": "varchar(255)",
        "password_set_at": "timestamp",
        "phone": "varchar(255)",
        "previous_password_digests": "string",
        "site_id": "int",
        "updated_at": "timestamp",
        "updater_id": "int",
        "username": "varchar(255)"
    }
  • created: 2023-06-15 18:30:17
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_users`\n(\n `id`  int , `username`  varchar(255) , `email`  varchar(255) , `password_hash`  varchar(255) , `password_salt`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `account_type`  varchar(32) , `site_id`  int , `creator_id`  int , `updater_id`  int , `password_reset_token`  varchar(255) , `last_logged_in_at`  timestamp , `new_rental_in_progress`  smallint , `owner`  smallint , `phone`  varchar(255) , `login_is_disabled`  smallint , `login_token`  varchar(255) , `login_token_updated_at`  timestamp , `deleted_at`  timestamp , `contact_info_requested_at`  timestamp , `contact_info_updated_at`  timestamp , `first_name`  varchar(255) , `last_name`  varchar(255) , `home_page`  varchar(255) , `form_updater_id`  int , `form_updated_at`  timestamp , `password_reset_token_updated_at`  timestamp , `failed_logins`  int , `password_digest`  varchar(255) , `password_set_at`  timestamp , `previous_password_digests`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_users/2023-06-15/1686871814'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_users`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_users"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2021-07-12 13:44:58",
        "disabled": false,
        "format": "raw",
        "id": 1136,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_stage_rds",
            "table": "ess_esscore_users"
        },
        "type": "rds"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "account_type": "varchar(32)",
            "contact_info_requested_at": "timestamp",
            "contact_info_updated_at": "timestamp",
            "created_at": "timestamp",
            "creator_id": "int",
            "deleted_at": "timestamp",
            "email": "varchar(255)",
            "failed_logins": "int",
            "first_name": "varchar(255)",
            "form_updated_at": "timestamp",
            "form_updater_id": "int",
            "home_page": "varchar(255)",
            "id": "int",
            "last_logged_in_at": "timestamp",
            "last_name": "varchar(255)",
            "login_is_disabled": "smallint",
            "login_token": "varchar(255)",
            "login_token_updated_at": "timestamp",
            "new_rental_in_progress": "smallint",
            "owner": "smallint",
            "password_digest": "varchar(255)",
            "password_hash": "varchar(255)",
            "password_reset_token": "varchar(255)",
            "password_reset_token_updated_at": "timestamp",
            "password_salt": "varchar(255)",
            "password_set_at": "timestamp",
            "phone": "varchar(255)",
            "previous_password_digests": "string",
            "site_id": "int",
            "updated_at": "timestamp",
            "updater_id": "int",
            "username": "varchar(255)"
        },
        "created": "2023-06-15 18:30:17",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_users`\n(\n `id`  int , `username`  varchar(255) , `email`  varchar(255) , `password_hash`  varchar(255) , `password_salt`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `account_type`  varchar(32) , `site_id`  int , `creator_id`  int , `updater_id`  int , `password_reset_token`  varchar(255) , `last_logged_in_at`  timestamp , `new_rental_in_progress`  smallint , `owner`  smallint , `phone`  varchar(255) , `login_is_disabled`  smallint , `login_token`  varchar(255) , `login_token_updated_at`  timestamp , `deleted_at`  timestamp , `contact_info_requested_at`  timestamp , `contact_info_updated_at`  timestamp , `first_name`  varchar(255) , `last_name`  varchar(255) , `home_page`  varchar(255) , `form_updater_id`  int , `form_updated_at`  timestamp , `password_reset_token_updated_at`  timestamp , `failed_logins`  int , `password_digest`  varchar(255) , `password_set_at`  timestamp , `previous_password_digests`  string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe'\n WITH SERDEPROPERTIES ( 'field.delim' = '~', 'quote.delim' = '\"', 'escape.delim' = '\\\\')\nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-ess-stage/raw/esscore_users/2023-06-15/1686871814'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_users`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_users"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}