Schema Info

Schema Name: sfdl_stage_rds.ess_esscore_rentals
  • created: 2021-07-12 13:43:36
  • disabled: False
  • format: raw
  • id: 1114
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_stage_rds",
        "table": "ess_esscore_rentals"
    }
  • type: rds
Schema Versions: 4
    • created: 2023-06-15 18:43:27
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_rentals`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_rentals`\n(\n `id`  int , `unit_id`  int , `customer_id`  int , `billing_cycle`  int , `canceled_at`  timestamp , `available_at`  timestamp , `created_at`  timestamp , `updated_at`  timestamp , `amount_rented_for_in_cents`  int , `creator_id`  int , `updater_id`  int , `site_id`  int , `approved_creation_at`  timestamp , `approved_cancelation_at`  timestamp , `rented_on`  date , `deposit_in_cents`  int , `prorated_amount_in_cents`  int , `originally_rented_on`  date , `discount`  decimal(5,4) , `pending_prorated_in_cents`  int , `setup_fee_in_cents`  int , `reservation_id`  int , `move_in_on`  date , `deposit_refunded_in_cents`  int , `deposit_not_refunded_explanation`  string , `plan_price_in_cents`  int , `paid_through_ends_on`  date , `move_out_on`  date , `additional_deposit_in_cents`  int , `additional_deposit_refunded_in_cents`  int , `additional_deposit_not_refunded_explanation`  string , `moved_out_at`  timestamp , `next_due_on`  date , `billing_day_of_month`  int , `tax_rate_id`  int , `setup_fee_tax_rate`  decimal(5,4) , `move_out_finalizer_id`  int , `move_out_scheduler_id`  int , `exempt_from_rate_management`  smallint , `agreement`  varchar(255) , `agreement_signature`  string , `agreement_signed_at`  timestamp , `agreement_signer_id`  int , `agreement_signed_externally`  smallint , `settings`  string , `form_updater_id`  int , `form_updated_at`  timestamp , `tenant_protection_addendum`  varchar(255) , `tpp_declined_at`  timestamp , `marketplace_reservation_id`  bigint , `self_insured_policy_expires_on`  date , `agreement_signed_externally_at`  timestamp \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_rentals/2023-06-15/1686872519'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_rentals"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_rentals/2023-06-15/1686872519
    • id: 550930
    • processed: 1
    • raw_data:
      {
          "additional_deposit_in_cents": 28,
          "additional_deposit_not_refunded_explanation": 30,
          "additional_deposit_refunded_in_cents": 29,
          "agreement": 39,
          "agreement_signature": 40,
          "agreement_signed_at": 41,
          "agreement_signed_externally": 43,
          "agreement_signed_externally_at": 51,
          "agreement_signer_id": 42,
          "amount_rented_for_in_cents": 8,
          "approved_cancelation_at": 13,
          "approved_creation_at": 12,
          "available_at": 5,
          "billing_cycle": 3,
          "billing_day_of_month": 33,
          "canceled_at": 4,
          "created_at": 6,
          "creator_id": 9,
          "customer_id": 2,
          "deposit_in_cents": 15,
          "deposit_not_refunded_explanation": 24,
          "deposit_refunded_in_cents": 23,
          "discount": 18,
          "exempt_from_rate_management": 38,
          "form_updated_at": 46,
          "form_updater_id": 45,
          "id": 0,
          "marketplace_reservation_id": 49,
          "move_in_on": 22,
          "move_out_finalizer_id": 36,
          "move_out_on": 27,
          "move_out_scheduler_id": 37,
          "moved_out_at": 31,
          "next_due_on": 32,
          "originally_rented_on": 17,
          "paid_through_ends_on": 26,
          "pending_prorated_in_cents": 19,
          "plan_price_in_cents": 25,
          "prorated_amount_in_cents": 16,
          "rented_on": 14,
          "reservation_id": 21,
          "self_insured_policy_expires_on": 50,
          "settings": 44,
          "setup_fee_in_cents": 20,
          "setup_fee_tax_rate": 35,
          "site_id": 11,
          "tax_rate_id": 34,
          "tenant_protection_addendum": 47,
          "tpp_declined_at": 48,
          "unit_id": 1,
          "updated_at": 7,
          "updater_id": 10
      }
    • schema_attributes:
      {
          "additional_deposit_in_cents": "int",
          "additional_deposit_not_refunded_explanation": "string",
          "additional_deposit_refunded_in_cents": "int",
          "agreement": "varchar(255)",
          "agreement_signature": "string",
          "agreement_signed_at": "timestamp",
          "agreement_signed_externally": "smallint",
          "agreement_signed_externally_at": "timestamp",
          "agreement_signer_id": "int",
          "amount_rented_for_in_cents": "int",
          "approved_cancelation_at": "timestamp",
          "approved_creation_at": "timestamp",
          "available_at": "timestamp",
          "billing_cycle": "int",
          "billing_day_of_month": "int",
          "canceled_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "customer_id": "int",
          "deposit_in_cents": "int",
          "deposit_not_refunded_explanation": "string",
          "deposit_refunded_in_cents": "int",
          "discount": "decimal(5,4)",
          "exempt_from_rate_management": "smallint",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "id": "int",
          "marketplace_reservation_id": "bigint",
          "move_in_on": "date",
          "move_out_finalizer_id": "int",
          "move_out_on": "date",
          "move_out_scheduler_id": "int",
          "moved_out_at": "timestamp",
          "next_due_on": "date",
          "originally_rented_on": "date",
          "paid_through_ends_on": "date",
          "pending_prorated_in_cents": "int",
          "plan_price_in_cents": "int",
          "prorated_amount_in_cents": "int",
          "rented_on": "date",
          "reservation_id": "int",
          "self_insured_policy_expires_on": "date",
          "settings": "string",
          "setup_fee_in_cents": "int",
          "setup_fee_tax_rate": "decimal(5,4)",
          "site_id": "int",
          "tax_rate_id": "int",
          "tenant_protection_addendum": "varchar(255)",
          "tpp_declined_at": "timestamp",
          "unit_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int"
      }
    • schema_name_id: 1114
    • schema_scan_id: 4963416
    • updated: 2023-06-15 18:43:38
    • created: 2022-06-22 20:46:03
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_rentals`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_rentals`\n(\n `id`  int , `unit_id`  int , `customer_id`  int , `billing_cycle`  int , `canceled_at`  timestamp , `available_at`  timestamp , `created_at`  timestamp , `updated_at`  timestamp , `amount_rented_for_in_cents`  int , `creator_id`  int , `updater_id`  int , `site_id`  int , `approved_creation_at`  timestamp , `approved_cancelation_at`  timestamp , `rented_on`  date , `deposit_in_cents`  int , `prorated_amount_in_cents`  int , `originally_rented_on`  date , `discount`  decimal(5,4) , `pending_prorated_in_cents`  int , `setup_fee_in_cents`  int , `reservation_id`  int , `move_in_on`  date , `deposit_refunded_in_cents`  int , `deposit_not_refunded_explanation`  string , `plan_price_in_cents`  int , `paid_through_ends_on`  date , `move_out_on`  date , `additional_deposit_in_cents`  int , `additional_deposit_refunded_in_cents`  int , `additional_deposit_not_refunded_explanation`  string , `moved_out_at`  timestamp , `next_due_on`  date , `billing_day_of_month`  int , `tax_rate_id`  int , `setup_fee_tax_rate`  decimal(5,4) , `move_out_finalizer_id`  int , `move_out_scheduler_id`  int , `exempt_from_rate_management`  smallint , `agreement`  varchar(255) , `agreement_signature`  string , `agreement_signed_at`  timestamp , `agreement_signer_id`  int , `agreement_signed_externally`  smallint , `settings`  string , `form_updater_id`  int , `form_updated_at`  timestamp , `tenant_protection_addendum`  varchar(255) , `tpp_declined_at`  timestamp , `marketplace_reservation_id`  bigint \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_rentals/2022-06-23/1655948702'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_rentals"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_rentals/2022-06-23/1655948702
    • id: 402903
    • processed: 1
    • raw_data:
      {
          "additional_deposit_in_cents": 28,
          "additional_deposit_not_refunded_explanation": 30,
          "additional_deposit_refunded_in_cents": 29,
          "agreement": 39,
          "agreement_signature": 40,
          "agreement_signed_at": 41,
          "agreement_signed_externally": 43,
          "agreement_signer_id": 42,
          "amount_rented_for_in_cents": 8,
          "approved_cancelation_at": 13,
          "approved_creation_at": 12,
          "available_at": 5,
          "billing_cycle": 3,
          "billing_day_of_month": 33,
          "canceled_at": 4,
          "created_at": 6,
          "creator_id": 9,
          "customer_id": 2,
          "deposit_in_cents": 15,
          "deposit_not_refunded_explanation": 24,
          "deposit_refunded_in_cents": 23,
          "discount": 18,
          "exempt_from_rate_management": 38,
          "form_updated_at": 46,
          "form_updater_id": 45,
          "id": 0,
          "marketplace_reservation_id": 49,
          "move_in_on": 22,
          "move_out_finalizer_id": 36,
          "move_out_on": 27,
          "move_out_scheduler_id": 37,
          "moved_out_at": 31,
          "next_due_on": 32,
          "originally_rented_on": 17,
          "paid_through_ends_on": 26,
          "pending_prorated_in_cents": 19,
          "plan_price_in_cents": 25,
          "prorated_amount_in_cents": 16,
          "rented_on": 14,
          "reservation_id": 21,
          "settings": 44,
          "setup_fee_in_cents": 20,
          "setup_fee_tax_rate": 35,
          "site_id": 11,
          "tax_rate_id": 34,
          "tenant_protection_addendum": 47,
          "tpp_declined_at": 48,
          "unit_id": 1,
          "updated_at": 7,
          "updater_id": 10
      }
    • schema_attributes:
      {
          "additional_deposit_in_cents": "int",
          "additional_deposit_not_refunded_explanation": "string",
          "additional_deposit_refunded_in_cents": "int",
          "agreement": "varchar(255)",
          "agreement_signature": "string",
          "agreement_signed_at": "timestamp",
          "agreement_signed_externally": "smallint",
          "agreement_signer_id": "int",
          "amount_rented_for_in_cents": "int",
          "approved_cancelation_at": "timestamp",
          "approved_creation_at": "timestamp",
          "available_at": "timestamp",
          "billing_cycle": "int",
          "billing_day_of_month": "int",
          "canceled_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "customer_id": "int",
          "deposit_in_cents": "int",
          "deposit_not_refunded_explanation": "string",
          "deposit_refunded_in_cents": "int",
          "discount": "decimal(5,4)",
          "exempt_from_rate_management": "smallint",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "id": "int",
          "marketplace_reservation_id": "bigint",
          "move_in_on": "date",
          "move_out_finalizer_id": "int",
          "move_out_on": "date",
          "move_out_scheduler_id": "int",
          "moved_out_at": "timestamp",
          "next_due_on": "date",
          "originally_rented_on": "date",
          "paid_through_ends_on": "date",
          "pending_prorated_in_cents": "int",
          "plan_price_in_cents": "int",
          "prorated_amount_in_cents": "int",
          "rented_on": "date",
          "reservation_id": "int",
          "settings": "string",
          "setup_fee_in_cents": "int",
          "setup_fee_tax_rate": "decimal(5,4)",
          "site_id": "int",
          "tax_rate_id": "int",
          "tenant_protection_addendum": "varchar(255)",
          "tpp_declined_at": "timestamp",
          "unit_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int"
      }
    • schema_name_id: 1114
    • schema_scan_id: 3933483
    • updated: 2022-06-22 20:46:14
    • created: 2022-06-22 15:59:21
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_rentals`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_rentals`\n(\n `id`  int , `unit_id`  int , `customer_id`  int , `billing_cycle`  int , `canceled_at`  timestamp , `available_at`  timestamp , `created_at`  timestamp , `updated_at`  timestamp , `amount_rented_for_in_cents`  int , `creator_id`  int , `updater_id`  int , `site_id`  int , `approved_creation_at`  timestamp , `approved_cancelation_at`  timestamp , `rented_on`  date , `deposit_in_cents`  int , `prorated_amount_in_cents`  int , `originally_rented_on`  date , `discount`  decimal(5,4) , `pending_prorated_in_cents`  int , `setup_fee_in_cents`  int , `reservation_id`  int , `move_in_on`  date , `deposit_refunded_in_cents`  int , `deposit_not_refunded_explanation`  string , `plan_price_in_cents`  int , `paid_through_ends_on`  date , `move_out_on`  date , `additional_deposit_in_cents`  int , `additional_deposit_refunded_in_cents`  int , `additional_deposit_not_refunded_explanation`  string , `moved_out_at`  timestamp , `next_due_on`  date , `billing_day_of_month`  int , `tax_rate_id`  int , `setup_fee_tax_rate`  decimal(5,4) , `move_out_finalizer_id`  int , `move_out_scheduler_id`  int , `exempt_from_rate_management`  smallint , `agreement`  varchar(255) , `agreement_signature`  string , `agreement_signed_at`  timestamp , `agreement_signer_id`  int , `agreement_signed_externally`  smallint , `settings`  string , `form_updater_id`  int , `form_updated_at`  timestamp , `tenant_protection_addendum`  varchar(255) , `tpp_declined_at`  timestamp , `marketplace_reservation_id`  bigint \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_rentals/2022-06-22/1655931496'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_rentals"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_rentals/2022-06-22/1655931496
    • id: 402820
    • processed: 1
    • raw_data:
      {
          "additional_deposit_in_cents": 28,
          "additional_deposit_not_refunded_explanation": 30,
          "additional_deposit_refunded_in_cents": 29,
          "agreement": 39,
          "agreement_signature": 40,
          "agreement_signed_at": 41,
          "agreement_signed_externally": 43,
          "agreement_signer_id": 42,
          "amount_rented_for_in_cents": 8,
          "approved_cancelation_at": 13,
          "approved_creation_at": 12,
          "available_at": 5,
          "billing_cycle": 3,
          "billing_day_of_month": 33,
          "canceled_at": 4,
          "created_at": 6,
          "creator_id": 9,
          "customer_id": 2,
          "deposit_in_cents": 15,
          "deposit_not_refunded_explanation": 24,
          "deposit_refunded_in_cents": 23,
          "discount": 18,
          "exempt_from_rate_management": 38,
          "form_updated_at": 46,
          "form_updater_id": 45,
          "id": 0,
          "marketplace_reservation_id": 49,
          "move_in_on": 22,
          "move_out_finalizer_id": 36,
          "move_out_on": 27,
          "move_out_scheduler_id": 37,
          "moved_out_at": 31,
          "next_due_on": 32,
          "originally_rented_on": 17,
          "paid_through_ends_on": 26,
          "pending_prorated_in_cents": 19,
          "plan_price_in_cents": 25,
          "prorated_amount_in_cents": 16,
          "rented_on": 14,
          "reservation_id": 21,
          "settings": 44,
          "setup_fee_in_cents": 20,
          "setup_fee_tax_rate": 35,
          "site_id": 11,
          "tax_rate_id": 34,
          "tenant_protection_addendum": 47,
          "tpp_declined_at": 48,
          "unit_id": 1,
          "updated_at": 7,
          "updater_id": 10
      }
    • schema_attributes:
      {
          "additional_deposit_in_cents": "int",
          "additional_deposit_not_refunded_explanation": "string",
          "additional_deposit_refunded_in_cents": "int",
          "agreement": "varchar(255)",
          "agreement_signature": "string",
          "agreement_signed_at": "timestamp",
          "agreement_signed_externally": "smallint",
          "agreement_signer_id": "int",
          "amount_rented_for_in_cents": "int",
          "approved_cancelation_at": "timestamp",
          "approved_creation_at": "timestamp",
          "available_at": "timestamp",
          "billing_cycle": "int",
          "billing_day_of_month": "int",
          "canceled_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "customer_id": "int",
          "deposit_in_cents": "int",
          "deposit_not_refunded_explanation": "string",
          "deposit_refunded_in_cents": "int",
          "discount": "decimal(5,4)",
          "exempt_from_rate_management": "smallint",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "id": "int",
          "marketplace_reservation_id": "bigint",
          "move_in_on": "date",
          "move_out_finalizer_id": "int",
          "move_out_on": "date",
          "move_out_scheduler_id": "int",
          "moved_out_at": "timestamp",
          "next_due_on": "date",
          "originally_rented_on": "date",
          "paid_through_ends_on": "date",
          "pending_prorated_in_cents": "int",
          "plan_price_in_cents": "int",
          "prorated_amount_in_cents": "int",
          "rented_on": "date",
          "reservation_id": "int",
          "settings": "string",
          "setup_fee_in_cents": "int",
          "setup_fee_tax_rate": "decimal(5,4)",
          "site_id": "int",
          "tax_rate_id": "int",
          "tenant_protection_addendum": "varchar(255)",
          "tpp_declined_at": "timestamp",
          "unit_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int"
      }
    • schema_name_id: 1114
    • schema_scan_id: 3932918
    • updated: 2022-06-22 15:59:32
    • created: 2021-07-24 00:00:56
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_rds`",
          "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_rentals`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_rds.ess_esscore_rentals`\n(\n `id`  int , `unit_id`  int , `customer_id`  int , `billing_cycle`  int , `canceled_at`  timestamp , `available_at`  timestamp , `created_at`  timestamp , `updated_at`  timestamp , `amount_rented_for_in_cents`  int , `creator_id`  int , `updater_id`  int , `site_id`  int , `approved_creation_at`  timestamp , `approved_cancelation_at`  timestamp , `rented_on`  date , `deposit_in_cents`  int , `prorated_amount_in_cents`  int , `originally_rented_on`  date , `discount`  decimal(5,4) , `pending_prorated_in_cents`  int , `setup_fee_in_cents`  int , `reservation_id`  int , `move_in_on`  date , `deposit_refunded_in_cents`  int , `deposit_not_refunded_explanation`  string , `plan_price_in_cents`  int , `paid_through_ends_on`  date , `move_out_on`  date , `additional_deposit_in_cents`  int , `additional_deposit_refunded_in_cents`  int , `additional_deposit_not_refunded_explanation`  string , `moved_out_at`  timestamp , `next_due_on`  date , `billing_day_of_month`  int , `tax_rate_id`  int , `setup_fee_tax_rate`  decimal(5,4) , `move_out_finalizer_id`  int , `move_out_scheduler_id`  int , `exempt_from_rate_management`  smallint , `agreement`  varchar(255) , `agreement_signature`  string , `agreement_signed_at`  timestamp , `agreement_signer_id`  int , `agreement_signed_externally`  smallint , `settings`  string , `form_updater_id`  int , `form_updated_at`  timestamp , `tenant_protection_addendum`  varchar(255) , `tpp_declined_at`  timestamp \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_rentals/2021-07-24/1627102816'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_rentals"
      ]
    • hive_path: s3://sfdl-rds-ess-stage/raw/esscore_rentals/2021-07-24/1627102816
    • id: 341549
    • processed: 1
    • raw_data:
      {
          "additional_deposit_in_cents": 28,
          "additional_deposit_not_refunded_explanation": 30,
          "additional_deposit_refunded_in_cents": 29,
          "agreement": 39,
          "agreement_signature": 40,
          "agreement_signed_at": 41,
          "agreement_signed_externally": 43,
          "agreement_signer_id": 42,
          "amount_rented_for_in_cents": 8,
          "approved_cancelation_at": 13,
          "approved_creation_at": 12,
          "available_at": 5,
          "billing_cycle": 3,
          "billing_day_of_month": 33,
          "canceled_at": 4,
          "created_at": 6,
          "creator_id": 9,
          "customer_id": 2,
          "deposit_in_cents": 15,
          "deposit_not_refunded_explanation": 24,
          "deposit_refunded_in_cents": 23,
          "discount": 18,
          "exempt_from_rate_management": 38,
          "form_updated_at": 46,
          "form_updater_id": 45,
          "id": 0,
          "move_in_on": 22,
          "move_out_finalizer_id": 36,
          "move_out_on": 27,
          "move_out_scheduler_id": 37,
          "moved_out_at": 31,
          "next_due_on": 32,
          "originally_rented_on": 17,
          "paid_through_ends_on": 26,
          "pending_prorated_in_cents": 19,
          "plan_price_in_cents": 25,
          "prorated_amount_in_cents": 16,
          "rented_on": 14,
          "reservation_id": 21,
          "settings": 44,
          "setup_fee_in_cents": 20,
          "setup_fee_tax_rate": 35,
          "site_id": 11,
          "tax_rate_id": 34,
          "tenant_protection_addendum": 47,
          "tpp_declined_at": 48,
          "unit_id": 1,
          "updated_at": 7,
          "updater_id": 10
      }
    • schema_attributes:
      {
          "additional_deposit_in_cents": "int",
          "additional_deposit_not_refunded_explanation": "string",
          "additional_deposit_refunded_in_cents": "int",
          "agreement": "varchar(255)",
          "agreement_signature": "string",
          "agreement_signed_at": "timestamp",
          "agreement_signed_externally": "smallint",
          "agreement_signer_id": "int",
          "amount_rented_for_in_cents": "int",
          "approved_cancelation_at": "timestamp",
          "approved_creation_at": "timestamp",
          "available_at": "timestamp",
          "billing_cycle": "int",
          "billing_day_of_month": "int",
          "canceled_at": "timestamp",
          "created_at": "timestamp",
          "creator_id": "int",
          "customer_id": "int",
          "deposit_in_cents": "int",
          "deposit_not_refunded_explanation": "string",
          "deposit_refunded_in_cents": "int",
          "discount": "decimal(5,4)",
          "exempt_from_rate_management": "smallint",
          "form_updated_at": "timestamp",
          "form_updater_id": "int",
          "id": "int",
          "move_in_on": "date",
          "move_out_finalizer_id": "int",
          "move_out_on": "date",
          "move_out_scheduler_id": "int",
          "moved_out_at": "timestamp",
          "next_due_on": "date",
          "originally_rented_on": "date",
          "paid_through_ends_on": "date",
          "pending_prorated_in_cents": "int",
          "plan_price_in_cents": "int",
          "prorated_amount_in_cents": "int",
          "rented_on": "date",
          "reservation_id": "int",
          "settings": "string",
          "setup_fee_in_cents": "int",
          "setup_fee_tax_rate": "decimal(5,4)",
          "site_id": "int",
          "tax_rate_id": "int",
          "tenant_protection_addendum": "varchar(255)",
          "tpp_declined_at": "timestamp",
          "unit_id": "int",
          "updated_at": "timestamp",
          "updater_id": "int"
      }
    • schema_name_id: 1114
    • schema_scan_id: 3410619
    • updated: 2021-07-24 00:01:07
Schema Scans: 4
Last at 2023-06-15 18:43:27
    • duration: 0:00:11.177048
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 4963416
    • payload:
      {
          "datatype_dict": {
              "additional_deposit_in_cents": "int",
              "additional_deposit_not_refunded_explanation": "string",
              "additional_deposit_refunded_in_cents": "int",
              "agreement": "varchar(255)",
              "agreement_signature": "string",
              "agreement_signed_at": "timestamp",
              "agreement_signed_externally": "smallint",
              "agreement_signed_externally_at": "timestamp",
              "agreement_signer_id": "int",
              "amount_rented_for_in_cents": "int",
              "approved_cancelation_at": "timestamp",
              "approved_creation_at": "timestamp",
              "available_at": "timestamp",
              "billing_cycle": "int",
              "billing_day_of_month": "int",
              "canceled_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "customer_id": "int",
              "deposit_in_cents": "int",
              "deposit_not_refunded_explanation": "string",
              "deposit_refunded_in_cents": "int",
              "discount": "decimal(5,4)",
              "exempt_from_rate_management": "smallint",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "id": "int",
              "marketplace_reservation_id": "bigint",
              "move_in_on": "date",
              "move_out_finalizer_id": "int",
              "move_out_on": "date",
              "move_out_scheduler_id": "int",
              "moved_out_at": "timestamp",
              "next_due_on": "date",
              "originally_rented_on": "date",
              "paid_through_ends_on": "date",
              "pending_prorated_in_cents": "int",
              "plan_price_in_cents": "int",
              "prorated_amount_in_cents": "int",
              "rented_on": "date",
              "reservation_id": "int",
              "self_insured_policy_expires_on": "date",
              "settings": "string",
              "setup_fee_in_cents": "int",
              "setup_fee_tax_rate": "decimal(5,4)",
              "site_id": "int",
              "tax_rate_id": "int",
              "tenant_protection_addendum": "varchar(255)",
              "tpp_declined_at": "timestamp",
              "unit_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int"
          },
          "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_rentals/2023-06-15/1686872519",
              "key": "raw/esscore_rentals/2023-06-15/1686872519/split.ess_core.rentals0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_rentals",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1114
    • start_time: 2023-06-15 18:43:27
    • success: True
    • trace_id: 12879670920354406143
    • duration: 0:00:14.479836
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3933483
    • payload:
      {
          "datatype_dict": {
              "additional_deposit_in_cents": "int",
              "additional_deposit_not_refunded_explanation": "string",
              "additional_deposit_refunded_in_cents": "int",
              "agreement": "varchar(255)",
              "agreement_signature": "string",
              "agreement_signed_at": "timestamp",
              "agreement_signed_externally": "smallint",
              "agreement_signer_id": "int",
              "amount_rented_for_in_cents": "int",
              "approved_cancelation_at": "timestamp",
              "approved_creation_at": "timestamp",
              "available_at": "timestamp",
              "billing_cycle": "int",
              "billing_day_of_month": "int",
              "canceled_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "customer_id": "int",
              "deposit_in_cents": "int",
              "deposit_not_refunded_explanation": "string",
              "deposit_refunded_in_cents": "int",
              "discount": "decimal(5,4)",
              "exempt_from_rate_management": "smallint",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "id": "int",
              "marketplace_reservation_id": "bigint",
              "move_in_on": "date",
              "move_out_finalizer_id": "int",
              "move_out_on": "date",
              "move_out_scheduler_id": "int",
              "moved_out_at": "timestamp",
              "next_due_on": "date",
              "originally_rented_on": "date",
              "paid_through_ends_on": "date",
              "pending_prorated_in_cents": "int",
              "plan_price_in_cents": "int",
              "prorated_amount_in_cents": "int",
              "rented_on": "date",
              "reservation_id": "int",
              "settings": "string",
              "setup_fee_in_cents": "int",
              "setup_fee_tax_rate": "decimal(5,4)",
              "site_id": "int",
              "tax_rate_id": "int",
              "tenant_protection_addendum": "varchar(255)",
              "tpp_declined_at": "timestamp",
              "unit_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int"
          },
          "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_rentals/2022-06-23/1655948702",
              "key": "raw/esscore_rentals/2022-06-23/1655948702/split.ess_core.rentals0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_rentals",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1114
    • start_time: 2022-06-22 20:46:02
    • success: True
    • trace_id: 16572820076260250700
    • duration: 0:00:14.364039
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3932918
    • payload:
      {
          "datatype_dict": {
              "additional_deposit_in_cents": "int",
              "additional_deposit_not_refunded_explanation": "string",
              "additional_deposit_refunded_in_cents": "int",
              "agreement": "varchar(255)",
              "agreement_signature": "string",
              "agreement_signed_at": "timestamp",
              "agreement_signed_externally": "smallint",
              "agreement_signer_id": "int",
              "amount_rented_for_in_cents": "int",
              "approved_cancelation_at": "timestamp",
              "approved_creation_at": "timestamp",
              "available_at": "timestamp",
              "billing_cycle": "int",
              "billing_day_of_month": "int",
              "canceled_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "customer_id": "int",
              "deposit_in_cents": "int",
              "deposit_not_refunded_explanation": "string",
              "deposit_refunded_in_cents": "int",
              "discount": "decimal(5,4)",
              "exempt_from_rate_management": "smallint",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "id": "int",
              "marketplace_reservation_id": "bigint",
              "move_in_on": "date",
              "move_out_finalizer_id": "int",
              "move_out_on": "date",
              "move_out_scheduler_id": "int",
              "moved_out_at": "timestamp",
              "next_due_on": "date",
              "originally_rented_on": "date",
              "paid_through_ends_on": "date",
              "pending_prorated_in_cents": "int",
              "plan_price_in_cents": "int",
              "prorated_amount_in_cents": "int",
              "rented_on": "date",
              "reservation_id": "int",
              "settings": "string",
              "setup_fee_in_cents": "int",
              "setup_fee_tax_rate": "decimal(5,4)",
              "site_id": "int",
              "tax_rate_id": "int",
              "tenant_protection_addendum": "varchar(255)",
              "tpp_declined_at": "timestamp",
              "unit_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int"
          },
          "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_rentals/2022-06-22/1655931496",
              "key": "raw/esscore_rentals/2022-06-22/1655931496/split.ess_core.rentals0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_rentals",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1114
    • start_time: 2022-06-22 15:59:20
    • success: True
    • trace_id: 3126495526577796817
    • duration: 0:00:15.187822
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 3410619
    • payload:
      {
          "datatype_dict": {
              "additional_deposit_in_cents": "int",
              "additional_deposit_not_refunded_explanation": "string",
              "additional_deposit_refunded_in_cents": "int",
              "agreement": "varchar(255)",
              "agreement_signature": "string",
              "agreement_signed_at": "timestamp",
              "agreement_signed_externally": "smallint",
              "agreement_signer_id": "int",
              "amount_rented_for_in_cents": "int",
              "approved_cancelation_at": "timestamp",
              "approved_creation_at": "timestamp",
              "available_at": "timestamp",
              "billing_cycle": "int",
              "billing_day_of_month": "int",
              "canceled_at": "timestamp",
              "created_at": "timestamp",
              "creator_id": "int",
              "customer_id": "int",
              "deposit_in_cents": "int",
              "deposit_not_refunded_explanation": "string",
              "deposit_refunded_in_cents": "int",
              "discount": "decimal(5,4)",
              "exempt_from_rate_management": "smallint",
              "form_updated_at": "timestamp",
              "form_updater_id": "int",
              "id": "int",
              "move_in_on": "date",
              "move_out_finalizer_id": "int",
              "move_out_on": "date",
              "move_out_scheduler_id": "int",
              "moved_out_at": "timestamp",
              "next_due_on": "date",
              "originally_rented_on": "date",
              "paid_through_ends_on": "date",
              "pending_prorated_in_cents": "int",
              "plan_price_in_cents": "int",
              "prorated_amount_in_cents": "int",
              "rented_on": "date",
              "reservation_id": "int",
              "settings": "string",
              "setup_fee_in_cents": "int",
              "setup_fee_tax_rate": "decimal(5,4)",
              "site_id": "int",
              "tax_rate_id": "int",
              "tenant_protection_addendum": "varchar(255)",
              "tpp_declined_at": "timestamp",
              "unit_id": "int",
              "updated_at": "timestamp",
              "updater_id": "int"
          },
          "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_rentals/2021-07-24/1627102816",
              "key": "raw/esscore_rentals/2021-07-24/1627102816/split.ess_core.rentals0.dat.gz"
          },
          "schema": {
              "name": "sfdl_stage_rds.ess_esscore_rentals",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 1114
    • start_time: 2021-07-24 00:00:54
    • success: True
    • trace_id: 7108638699706184774
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "additional_deposit_in_cents": "int",
        "additional_deposit_not_refunded_explanation": "string",
        "additional_deposit_refunded_in_cents": "int",
        "agreement": "varchar(255)",
        "agreement_signature": "string",
        "agreement_signed_at": "timestamp",
        "agreement_signed_externally": "smallint",
        "agreement_signed_externally_at": "timestamp",
        "agreement_signer_id": "int",
        "amount_rented_for_in_cents": "int",
        "approved_cancelation_at": "timestamp",
        "approved_creation_at": "timestamp",
        "available_at": "timestamp",
        "billing_cycle": "int",
        "billing_day_of_month": "int",
        "canceled_at": "timestamp",
        "created_at": "timestamp",
        "creator_id": "int",
        "customer_id": "int",
        "deposit_in_cents": "int",
        "deposit_not_refunded_explanation": "string",
        "deposit_refunded_in_cents": "int",
        "discount": "decimal(5,4)",
        "exempt_from_rate_management": "smallint",
        "form_updated_at": "timestamp",
        "form_updater_id": "int",
        "id": "int",
        "marketplace_reservation_id": "bigint",
        "move_in_on": "date",
        "move_out_finalizer_id": "int",
        "move_out_on": "date",
        "move_out_scheduler_id": "int",
        "moved_out_at": "timestamp",
        "next_due_on": "date",
        "originally_rented_on": "date",
        "paid_through_ends_on": "date",
        "pending_prorated_in_cents": "int",
        "plan_price_in_cents": "int",
        "prorated_amount_in_cents": "int",
        "rented_on": "date",
        "reservation_id": "int",
        "self_insured_policy_expires_on": "date",
        "settings": "string",
        "setup_fee_in_cents": "int",
        "setup_fee_tax_rate": "decimal(5,4)",
        "site_id": "int",
        "tax_rate_id": "int",
        "tenant_protection_addendum": "varchar(255)",
        "tpp_declined_at": "timestamp",
        "unit_id": "int",
        "updated_at": "timestamp",
        "updater_id": "int"
    }
  • created: 2023-06-15 18:43:27
  • 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_rentals`\n(\n `id`  int , `unit_id`  int , `customer_id`  int , `billing_cycle`  int , `canceled_at`  timestamp , `available_at`  timestamp , `created_at`  timestamp , `updated_at`  timestamp , `amount_rented_for_in_cents`  int , `creator_id`  int , `updater_id`  int , `site_id`  int , `approved_creation_at`  timestamp , `approved_cancelation_at`  timestamp , `rented_on`  date , `deposit_in_cents`  int , `prorated_amount_in_cents`  int , `originally_rented_on`  date , `discount`  decimal(5,4) , `pending_prorated_in_cents`  int , `setup_fee_in_cents`  int , `reservation_id`  int , `move_in_on`  date , `deposit_refunded_in_cents`  int , `deposit_not_refunded_explanation`  string , `plan_price_in_cents`  int , `paid_through_ends_on`  date , `move_out_on`  date , `additional_deposit_in_cents`  int , `additional_deposit_refunded_in_cents`  int , `additional_deposit_not_refunded_explanation`  string , `moved_out_at`  timestamp , `next_due_on`  date , `billing_day_of_month`  int , `tax_rate_id`  int , `setup_fee_tax_rate`  decimal(5,4) , `move_out_finalizer_id`  int , `move_out_scheduler_id`  int , `exempt_from_rate_management`  smallint , `agreement`  varchar(255) , `agreement_signature`  string , `agreement_signed_at`  timestamp , `agreement_signer_id`  int , `agreement_signed_externally`  smallint , `settings`  string , `form_updater_id`  int , `form_updated_at`  timestamp , `tenant_protection_addendum`  varchar(255) , `tpp_declined_at`  timestamp , `marketplace_reservation_id`  bigint , `self_insured_policy_expires_on`  date , `agreement_signed_externally_at`  timestamp \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_rentals/2023-06-15/1686872519'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_rentals`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_rentals"
    }
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:43:36",
        "disabled": false,
        "format": "raw",
        "id": 1114,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_stage_rds",
            "table": "ess_esscore_rentals"
        },
        "type": "rds"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "additional_deposit_in_cents": "int",
            "additional_deposit_not_refunded_explanation": "string",
            "additional_deposit_refunded_in_cents": "int",
            "agreement": "varchar(255)",
            "agreement_signature": "string",
            "agreement_signed_at": "timestamp",
            "agreement_signed_externally": "smallint",
            "agreement_signed_externally_at": "timestamp",
            "agreement_signer_id": "int",
            "amount_rented_for_in_cents": "int",
            "approved_cancelation_at": "timestamp",
            "approved_creation_at": "timestamp",
            "available_at": "timestamp",
            "billing_cycle": "int",
            "billing_day_of_month": "int",
            "canceled_at": "timestamp",
            "created_at": "timestamp",
            "creator_id": "int",
            "customer_id": "int",
            "deposit_in_cents": "int",
            "deposit_not_refunded_explanation": "string",
            "deposit_refunded_in_cents": "int",
            "discount": "decimal(5,4)",
            "exempt_from_rate_management": "smallint",
            "form_updated_at": "timestamp",
            "form_updater_id": "int",
            "id": "int",
            "marketplace_reservation_id": "bigint",
            "move_in_on": "date",
            "move_out_finalizer_id": "int",
            "move_out_on": "date",
            "move_out_scheduler_id": "int",
            "moved_out_at": "timestamp",
            "next_due_on": "date",
            "originally_rented_on": "date",
            "paid_through_ends_on": "date",
            "pending_prorated_in_cents": "int",
            "plan_price_in_cents": "int",
            "prorated_amount_in_cents": "int",
            "rented_on": "date",
            "reservation_id": "int",
            "self_insured_policy_expires_on": "date",
            "settings": "string",
            "setup_fee_in_cents": "int",
            "setup_fee_tax_rate": "decimal(5,4)",
            "site_id": "int",
            "tax_rate_id": "int",
            "tenant_protection_addendum": "varchar(255)",
            "tpp_declined_at": "timestamp",
            "unit_id": "int",
            "updated_at": "timestamp",
            "updater_id": "int"
        },
        "created": "2023-06-15 18:43:27",
        "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_rentals`\n(\n `id`  int , `unit_id`  int , `customer_id`  int , `billing_cycle`  int , `canceled_at`  timestamp , `available_at`  timestamp , `created_at`  timestamp , `updated_at`  timestamp , `amount_rented_for_in_cents`  int , `creator_id`  int , `updater_id`  int , `site_id`  int , `approved_creation_at`  timestamp , `approved_cancelation_at`  timestamp , `rented_on`  date , `deposit_in_cents`  int , `prorated_amount_in_cents`  int , `originally_rented_on`  date , `discount`  decimal(5,4) , `pending_prorated_in_cents`  int , `setup_fee_in_cents`  int , `reservation_id`  int , `move_in_on`  date , `deposit_refunded_in_cents`  int , `deposit_not_refunded_explanation`  string , `plan_price_in_cents`  int , `paid_through_ends_on`  date , `move_out_on`  date , `additional_deposit_in_cents`  int , `additional_deposit_refunded_in_cents`  int , `additional_deposit_not_refunded_explanation`  string , `moved_out_at`  timestamp , `next_due_on`  date , `billing_day_of_month`  int , `tax_rate_id`  int , `setup_fee_tax_rate`  decimal(5,4) , `move_out_finalizer_id`  int , `move_out_scheduler_id`  int , `exempt_from_rate_management`  smallint , `agreement`  varchar(255) , `agreement_signature`  string , `agreement_signed_at`  timestamp , `agreement_signer_id`  int , `agreement_signed_externally`  smallint , `settings`  string , `form_updater_id`  int , `form_updated_at`  timestamp , `tenant_protection_addendum`  varchar(255) , `tpp_declined_at`  timestamp , `marketplace_reservation_id`  bigint , `self_insured_policy_expires_on`  date , `agreement_signed_externally_at`  timestamp \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_rentals/2023-06-15/1686872519'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_rds.ess_esscore_rentals`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_rds.ess_esscore_rentals"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}