Schema Info

Schema Name: sfdl_prod_rds.ess_esscore_line_items
  • created: 2021-07-26 18:20:49
  • disabled: False
  • format: raw
  • id: 922
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_prod_rds",
        "table": "ess_esscore_line_items"
    }
  • type: rds
Schema Versions: 3
    • created: 2025-07-04 00:52:48
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_rds`",
          "DROP TABLE IF EXISTS `sfdl_prod_rds.ess_esscore_line_items`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_rds.ess_esscore_line_items`\n(\n `id`  int , `billable_id`  int , `billable_type`  varchar(255) , `amount_in_cents`  int , `description`  varchar(255) , `action`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `charge_on`  date , `site_id`  int , `amount_paid_in_cents`  int , `archived`  smallint , `tax_in_cents`  int , `change_log`  string , `tax_rate`  decimal(6,5) , `tax_paid_in_cents`  int , `quickbooks_id`  varchar(255) , `paid_through_ends_on`  date , `action_name`  varchar(255) , `overriding_line_item_id`  int , `auto_charge`  smallint , `running_balance_in_cents`  int , `due_on`  date , `prepayment_ends_on`  date , `customer_id`  int , `quantity`  int , `unit_price_in_cents`  int , `promotion_amount`  decimal(7,2) , `applied_promotion_id`  bigint , `notify_at`  timestamp , `notified_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-prod/raw/esscore_line_items/2025-07-04/1751608327'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_rds.ess_esscore_line_items"
      ]
    • hive_path: s3://sfdl-rds-ess-prod/raw/esscore_line_items/2025-07-04/1751608327
    • id: 1372837
    • processed: 1
    • raw_data:
      {
          "action": 5,
          "action_name": 18,
          "amount_in_cents": 3,
          "amount_paid_in_cents": 10,
          "applied_promotion_id": 28,
          "archived": 11,
          "auto_charge": 20,
          "billable_id": 1,
          "billable_type": 2,
          "change_log": 13,
          "charge_on": 8,
          "created_at": 6,
          "customer_id": 24,
          "description": 4,
          "due_on": 22,
          "id": 0,
          "notified_at": 30,
          "notify_at": 29,
          "overriding_line_item_id": 19,
          "paid_through_ends_on": 17,
          "prepayment_ends_on": 23,
          "promotion_amount": 27,
          "quantity": 25,
          "quickbooks_id": 16,
          "running_balance_in_cents": 21,
          "site_id": 9,
          "tax_in_cents": 12,
          "tax_paid_in_cents": 15,
          "tax_rate": 14,
          "unit_price_in_cents": 26,
          "updated_at": 7
      }
    • schema_attributes:
      {
          "action": "varchar(255)",
          "action_name": "varchar(255)",
          "amount_in_cents": "int",
          "amount_paid_in_cents": "int",
          "applied_promotion_id": "bigint",
          "archived": "smallint",
          "auto_charge": "smallint",
          "billable_id": "int",
          "billable_type": "varchar(255)",
          "change_log": "string",
          "charge_on": "date",
          "created_at": "timestamp",
          "customer_id": "int",
          "description": "varchar(255)",
          "due_on": "date",
          "id": "int",
          "notified_at": "timestamp",
          "notify_at": "timestamp",
          "overriding_line_item_id": "int",
          "paid_through_ends_on": "date",
          "prepayment_ends_on": "date",
          "promotion_amount": "decimal(7,2)",
          "quantity": "int",
          "quickbooks_id": "varchar(255)",
          "running_balance_in_cents": "int",
          "site_id": "int",
          "tax_in_cents": "int",
          "tax_paid_in_cents": "int",
          "tax_rate": "decimal(6,5)",
          "unit_price_in_cents": "int",
          "updated_at": "timestamp"
      }
    • schema_name_id: 922
    • schema_scan_id: 145008568
    • updated: 2025-07-04 00:52:59
    • created: 2025-06-02 09:43:44
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_rds`",
          "DROP TABLE IF EXISTS `sfdl_prod_rds.ess_esscore_line_items`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_rds.ess_esscore_line_items`\n(\n `id`  int , `billable_id`  int , `billable_type`  varchar(255) , `amount_in_cents`  int , `description`  varchar(255) , `action`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `charge_on`  date , `site_id`  int , `amount_paid_in_cents`  int , `archived`  smallint , `tax_in_cents`  int , `change_log`  string , `tax_rate`  decimal(6,5) , `tax_paid_in_cents`  int , `quickbooks_id`  varchar(255) , `paid_through_ends_on`  date , `action_name`  varchar(255) , `overriding_line_item_id`  int , `auto_charge`  smallint , `running_balance_in_cents`  int , `due_on`  date , `prepayment_ends_on`  date , `customer_id`  int , `quantity`  int , `unit_price_in_cents`  int , `promotion_amount`  decimal(7,2) , `applied_promotion_id`  bigint , `notify_at`  timestamp , `notified_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-prod/raw/esscore_line_items/2025-06-02/1748875381'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_rds.ess_esscore_line_items"
      ]
    • hive_path: s3://sfdl-rds-ess-prod/raw/esscore_line_items/2025-06-02/1748875381
    • id: 1332713
    • processed: 1
    • raw_data:
      {
          "action": 5,
          "action_name": 18,
          "amount_in_cents": 3,
          "amount_paid_in_cents": 10,
          "applied_promotion_id": 28,
          "archived": 11,
          "auto_charge": 20,
          "billable_id": 1,
          "billable_type": 2,
          "change_log": 13,
          "charge_on": 8,
          "created_at": 6,
          "customer_id": 24,
          "description": 4,
          "due_on": 22,
          "id": 0,
          "notified_at": 30,
          "notify_at": 29,
          "overriding_line_item_id": 19,
          "paid_through_ends_on": 17,
          "prepayment_ends_on": 23,
          "promotion_amount": 27,
          "quantity": 25,
          "quickbooks_id": 16,
          "running_balance_in_cents": 21,
          "site_id": 9,
          "tax_in_cents": 12,
          "tax_paid_in_cents": 15,
          "tax_rate": 14,
          "unit_price_in_cents": 26,
          "updated_at": 7
      }
    • schema_attributes:
      {
          "action": "varchar(255)",
          "action_name": "varchar(255)",
          "amount_in_cents": "int",
          "amount_paid_in_cents": "int",
          "applied_promotion_id": "bigint",
          "archived": "smallint",
          "auto_charge": "smallint",
          "billable_id": "int",
          "billable_type": "varchar(255)",
          "change_log": "string",
          "charge_on": "date",
          "created_at": "timestamp",
          "customer_id": "int",
          "description": "varchar(255)",
          "due_on": "date",
          "id": "int",
          "notified_at": "timestamp",
          "notify_at": "timestamp",
          "overriding_line_item_id": "int",
          "paid_through_ends_on": "date",
          "prepayment_ends_on": "date",
          "promotion_amount": "decimal(7,2)",
          "quantity": "int",
          "quickbooks_id": "varchar(255)",
          "running_balance_in_cents": "int",
          "site_id": "int",
          "tax_in_cents": "int",
          "tax_paid_in_cents": "int",
          "tax_rate": "decimal(6,5)",
          "unit_price_in_cents": "int",
          "updated_at": "timestamp"
      }
    • schema_name_id: 922
    • schema_scan_id: 143165376
    • updated: 2025-06-02 09:43:55
    • created: 2025-06-01 09:52:18
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_prod_rds`",
          "DROP TABLE IF EXISTS `sfdl_prod_rds.ess_esscore_line_items`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_rds.ess_esscore_line_items`\n(\n `id`  int , `billable_id`  int , `billable_type`  varchar(255) , `amount_in_cents`  int , `description`  varchar(255) , `action`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `charge_on`  date , `site_id`  int , `amount_paid_in_cents`  int , `archived`  smallint , `tax_in_cents`  int , `change_log`  string , `tax_rate`  decimal(6,5) , `tax_paid_in_cents`  int , `quickbooks_id`  varchar(255) , `paid_through_ends_on`  date , `action_name`  varchar(255) , `overriding_line_item_id`  int , `auto_charge`  smallint , `running_balance_in_cents`  int , `due_on`  date , `prepayment_ends_on`  date , `customer_id`  int , `quantity`  int , `unit_price_in_cents`  int , `promotion_amount`  decimal(7,2) , `applied_promotion_id`  bigint , `notify_at`  timestamp , `notified_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-prod/raw/esscore_line_items/2025-06-01/1748789497'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
          "MSCK REPAIR TABLE sfdl_prod_rds.ess_esscore_line_items"
      ]
    • hive_path: s3://sfdl-rds-ess-prod/raw/esscore_line_items/2025-06-01/1748789497
    • id: 1331314
    • processed: 1
    • raw_data:
      {
          "action": 5,
          "action_name": 18,
          "amount_in_cents": 3,
          "amount_paid_in_cents": 10,
          "applied_promotion_id": 28,
          "archived": 11,
          "auto_charge": 20,
          "billable_id": 1,
          "billable_type": 2,
          "change_log": 13,
          "charge_on": 8,
          "created_at": 6,
          "customer_id": 24,
          "description": 4,
          "due_on": 22,
          "id": 0,
          "notified_at": 30,
          "notify_at": 29,
          "overriding_line_item_id": 19,
          "paid_through_ends_on": 17,
          "prepayment_ends_on": 23,
          "promotion_amount": 27,
          "quantity": 25,
          "quickbooks_id": 16,
          "running_balance_in_cents": 21,
          "site_id": 9,
          "tax_in_cents": 12,
          "tax_paid_in_cents": 15,
          "tax_rate": 14,
          "unit_price_in_cents": 26,
          "updated_at": 7
      }
    • schema_attributes:
      {
          "action": "varchar(255)",
          "action_name": "varchar(255)",
          "amount_in_cents": "int",
          "amount_paid_in_cents": "int",
          "applied_promotion_id": "bigint",
          "archived": "smallint",
          "auto_charge": "smallint",
          "billable_id": "int",
          "billable_type": "varchar(255)",
          "change_log": "string",
          "charge_on": "date",
          "created_at": "timestamp",
          "customer_id": "int",
          "description": "varchar(255)",
          "due_on": "date",
          "id": "int",
          "notified_at": "timestamp",
          "notify_at": "timestamp",
          "overriding_line_item_id": "int",
          "paid_through_ends_on": "date",
          "prepayment_ends_on": "date",
          "promotion_amount": "decimal(7,2)",
          "quantity": "int",
          "quickbooks_id": "varchar(255)",
          "running_balance_in_cents": "int",
          "site_id": "int",
          "tax_in_cents": "int",
          "tax_paid_in_cents": "int",
          "tax_rate": "decimal(6,5)",
          "unit_price_in_cents": "int",
          "updated_at": "timestamp"
      }
    • schema_name_id: 922
    • schema_scan_id: 143109216
    • updated: 2025-06-01 09:52:29
Schema Scans: 3
Last at 2025-07-04 00:52:48
    • duration: 0:00:11.190385
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 145008568
    • payload:
      {
          "datatype_dict": {
              "action": "varchar(255)",
              "action_name": "varchar(255)",
              "amount_in_cents": "int",
              "amount_paid_in_cents": "int",
              "applied_promotion_id": "bigint",
              "archived": "smallint",
              "auto_charge": "smallint",
              "billable_id": "int",
              "billable_type": "varchar(255)",
              "change_log": "string",
              "charge_on": "date",
              "created_at": "timestamp",
              "customer_id": "int",
              "description": "varchar(255)",
              "due_on": "date",
              "id": "int",
              "notified_at": "timestamp",
              "notify_at": "timestamp",
              "overriding_line_item_id": "int",
              "paid_through_ends_on": "date",
              "prepayment_ends_on": "date",
              "promotion_amount": "decimal(7,2)",
              "quantity": "int",
              "quickbooks_id": "varchar(255)",
              "running_balance_in_cents": "int",
              "site_id": "int",
              "tax_in_cents": "int",
              "tax_paid_in_cents": "int",
              "tax_rate": "decimal(6,5)",
              "unit_price_in_cents": "int",
              "updated_at": "timestamp"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-prod",
              "hive_path": "s3://sfdl-rds-ess-prod/raw/esscore_line_items/2025-07-04/1751608327",
              "key": "raw/esscore_line_items/2025-07-04/1751608327/split.ess_core.line_items0.dat.gz"
          },
          "schema": {
              "name": "sfdl_prod_rds.ess_esscore_line_items",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 922
    • start_time: 2025-07-04 00:52:48
    • success: True
    • trace_id: 10708951150483605820
    • duration: 0:00:11.200594
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 143165376
    • payload:
      {
          "datatype_dict": {
              "action": "varchar(255)",
              "action_name": "varchar(255)",
              "amount_in_cents": "int",
              "amount_paid_in_cents": "int",
              "applied_promotion_id": "bigint",
              "archived": "smallint",
              "auto_charge": "smallint",
              "billable_id": "int",
              "billable_type": "varchar(255)",
              "change_log": "string",
              "charge_on": "date",
              "created_at": "timestamp",
              "customer_id": "int",
              "description": "varchar(255)",
              "due_on": "date",
              "id": "int",
              "notified_at": "timestamp",
              "notify_at": "timestamp",
              "overriding_line_item_id": "int",
              "paid_through_ends_on": "date",
              "prepayment_ends_on": "date",
              "promotion_amount": "decimal(7,2)",
              "quantity": "int",
              "quickbooks_id": "varchar(255)",
              "running_balance_in_cents": "int",
              "site_id": "int",
              "tax_in_cents": "int",
              "tax_paid_in_cents": "int",
              "tax_rate": "decimal(6,5)",
              "unit_price_in_cents": "int",
              "updated_at": "timestamp"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-prod",
              "hive_path": "s3://sfdl-rds-ess-prod/raw/esscore_line_items/2025-06-02/1748875381",
              "key": "raw/esscore_line_items/2025-06-02/1748875381/split.ess_core.line_items0.dat.gz"
          },
          "schema": {
              "name": "sfdl_prod_rds.ess_esscore_line_items",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 922
    • start_time: 2025-06-02 09:43:44
    • success: True
    • trace_id: 17138170373271758587
    • duration: 0:00:11.137701
    • exit_message:
      {
          "ddl_changed": true,
          "partitions_applied": false,
          "success": true
      }
    • id: 143109216
    • payload:
      {
          "datatype_dict": {
              "action": "varchar(255)",
              "action_name": "varchar(255)",
              "amount_in_cents": "int",
              "amount_paid_in_cents": "int",
              "applied_promotion_id": "bigint",
              "archived": "smallint",
              "auto_charge": "smallint",
              "billable_id": "int",
              "billable_type": "varchar(255)",
              "change_log": "string",
              "charge_on": "date",
              "created_at": "timestamp",
              "customer_id": "int",
              "description": "varchar(255)",
              "due_on": "date",
              "id": "int",
              "notified_at": "timestamp",
              "notify_at": "timestamp",
              "overriding_line_item_id": "int",
              "paid_through_ends_on": "date",
              "prepayment_ends_on": "date",
              "promotion_amount": "decimal(7,2)",
              "quantity": "int",
              "quickbooks_id": "varchar(255)",
              "running_balance_in_cents": "int",
              "site_id": "int",
              "tax_in_cents": "int",
              "tax_paid_in_cents": "int",
              "tax_rate": "decimal(6,5)",
              "unit_price_in_cents": "int",
              "updated_at": "timestamp"
          },
          "file_format": "dat",
          "file_properties": {
              "data_has_header_row": true,
              "serde_properties": {
                  "separatorChar": "~"
              }
          },
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-ess-prod",
              "hive_path": "s3://sfdl-rds-ess-prod/raw/esscore_line_items/2025-06-01/1748789497",
              "key": "raw/esscore_line_items/2025-06-01/1748789497/split.ess_core.line_items0.dat.gz"
          },
          "schema": {
              "name": "sfdl_prod_rds.ess_esscore_line_items",
              "type": "rds"
          }
      }
    • running: False
    • schema_name_id: 922
    • start_time: 2025-06-01 09:52:18
    • success: True
    • trace_id: 17835713217572455279
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "action": "varchar(255)",
        "action_name": "varchar(255)",
        "amount_in_cents": "int",
        "amount_paid_in_cents": "int",
        "applied_promotion_id": "bigint",
        "archived": "smallint",
        "auto_charge": "smallint",
        "billable_id": "int",
        "billable_type": "varchar(255)",
        "change_log": "string",
        "charge_on": "date",
        "created_at": "timestamp",
        "customer_id": "int",
        "description": "varchar(255)",
        "due_on": "date",
        "id": "int",
        "notified_at": "timestamp",
        "notify_at": "timestamp",
        "overriding_line_item_id": "int",
        "paid_through_ends_on": "date",
        "prepayment_ends_on": "date",
        "promotion_amount": "decimal(7,2)",
        "quantity": "int",
        "quickbooks_id": "varchar(255)",
        "running_balance_in_cents": "int",
        "site_id": "int",
        "tax_in_cents": "int",
        "tax_paid_in_cents": "int",
        "tax_rate": "decimal(6,5)",
        "unit_price_in_cents": "int",
        "updated_at": "timestamp"
    }
  • created: 2025-07-04 00:52:48
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_rds`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_rds.ess_esscore_line_items`\n(\n `id`  int , `billable_id`  int , `billable_type`  varchar(255) , `amount_in_cents`  int , `description`  varchar(255) , `action`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `charge_on`  date , `site_id`  int , `amount_paid_in_cents`  int , `archived`  smallint , `tax_in_cents`  int , `change_log`  string , `tax_rate`  decimal(6,5) , `tax_paid_in_cents`  int , `quickbooks_id`  varchar(255) , `paid_through_ends_on`  date , `action_name`  varchar(255) , `overriding_line_item_id`  int , `auto_charge`  smallint , `running_balance_in_cents`  int , `due_on`  date , `prepayment_ends_on`  date , `customer_id`  int , `quantity`  int , `unit_price_in_cents`  int , `promotion_amount`  decimal(7,2) , `applied_promotion_id`  bigint , `notify_at`  timestamp , `notified_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-prod/raw/esscore_line_items/2025-07-04/1751608327'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_rds.ess_esscore_line_items`",
        "repair_table": "MSCK REPAIR TABLE sfdl_prod_rds.ess_esscore_line_items"
    }
Server:
  • hostname: schemamanager-5475496c57-7dpqb
  • name: schema_manager
  • process_start: 2026-01-09 11:27:47
  • sf_env: prod
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2021-07-26 18:20:49",
        "disabled": false,
        "format": "raw",
        "id": 922,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_prod_rds",
            "table": "ess_esscore_line_items"
        },
        "type": "rds"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "action": "varchar(255)",
            "action_name": "varchar(255)",
            "amount_in_cents": "int",
            "amount_paid_in_cents": "int",
            "applied_promotion_id": "bigint",
            "archived": "smallint",
            "auto_charge": "smallint",
            "billable_id": "int",
            "billable_type": "varchar(255)",
            "change_log": "string",
            "charge_on": "date",
            "created_at": "timestamp",
            "customer_id": "int",
            "description": "varchar(255)",
            "due_on": "date",
            "id": "int",
            "notified_at": "timestamp",
            "notify_at": "timestamp",
            "overriding_line_item_id": "int",
            "paid_through_ends_on": "date",
            "prepayment_ends_on": "date",
            "promotion_amount": "decimal(7,2)",
            "quantity": "int",
            "quickbooks_id": "varchar(255)",
            "running_balance_in_cents": "int",
            "site_id": "int",
            "tax_in_cents": "int",
            "tax_paid_in_cents": "int",
            "tax_rate": "decimal(6,5)",
            "unit_price_in_cents": "int",
            "updated_at": "timestamp"
        },
        "created": "2025-07-04 00:52:48",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_rds`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_rds.ess_esscore_line_items`\n(\n `id`  int , `billable_id`  int , `billable_type`  varchar(255) , `amount_in_cents`  int , `description`  varchar(255) , `action`  varchar(255) , `created_at`  timestamp , `updated_at`  timestamp , `charge_on`  date , `site_id`  int , `amount_paid_in_cents`  int , `archived`  smallint , `tax_in_cents`  int , `change_log`  string , `tax_rate`  decimal(6,5) , `tax_paid_in_cents`  int , `quickbooks_id`  varchar(255) , `paid_through_ends_on`  date , `action_name`  varchar(255) , `overriding_line_item_id`  int , `auto_charge`  smallint , `running_balance_in_cents`  int , `due_on`  date , `prepayment_ends_on`  date , `customer_id`  int , `quantity`  int , `unit_price_in_cents`  int , `promotion_amount`  decimal(7,2) , `applied_promotion_id`  bigint , `notify_at`  timestamp , `notified_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-prod/raw/esscore_line_items/2025-07-04/1751608327'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_rds.ess_esscore_line_items`",
            "repair_table": "MSCK REPAIR TABLE sfdl_prod_rds.ess_esscore_line_items"
        }
    },
    "server": {
        "hostname": "schemamanager-5475496c57-7dpqb",
        "name": "schema_manager",
        "process_start": "2026-01-09 11:27:47",
        "sf_env": "prod",
        "version": "2112174301"
    }
}