Schema Info

Schema Name: sfdl_dev_rds.incentive_redemption_request
  • created: 2022-03-02 17:54:20
  • disabled: False
  • format: raw
  • id: 1711
  • is_partitioned: False
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_dev_rds",
        "table": "incentive_redemption_request"
    }
  • type: rds
Schema Versions: 1
    • created: 2022-03-15 21:24:13
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
          "DROP TABLE IF EXISTS `sfdl_dev_rds.incentive_redemption_request`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.incentive_redemption_request`\n(\n`redemption_request_id`varchar(32),`offer_id`varchar(32),`status`varchar(32),`item_value`decimal(13,2),`cost`decimal(13,2),`created_dtm`timestamp,`modified_dtm`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-incentive-dev/raw/redemption_request/2022-03-15/1647397446'\n",
          "MSCK REPAIR TABLE sfdl_dev_rds.incentive_redemption_request"
      ]
    • hive_path: s3://sfdl-rds-incentive-dev/raw/redemption_request/2022-03-15/1647397446
    • id: 4688976
    • processed: 1
    • raw_data:
      {
          "cost": 20.0,
          "created_dtm": "2021-08-11 11:00:38",
          "item_value": 20.0,
          "modified_dtm": "2021-08-11 11:00:38",
          "offer_id": "ce14ad31e0b55f2953731941029d577c",
          "redemption_request_id": "df471c5537bf663206c1038e2d3056aa",
          "status": "FULFILLED"
      }
    • schema_attributes:
      {
          "cost": "string",
          "created_dtm": "timestamp",
          "item_value": "string",
          "modified_dtm": "timestamp",
          "offer_id": "string",
          "redemption_request_id": "string",
          "status": "string"
      }
    • schema_name_id: 1711
    • schema_scan_id: 5904385
    • updated: 2022-03-15 21:24:24
Schema Scans: 1
Last at 2022-03-15 21:24:11
    • duration: 0:00:15.804709
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 0,
          "partitions_applied": false,
          "success": true
      }
    • id: 5904385
    • payload:
      {
          "datatype_dict": {
              "cost": "decimal(13,2)",
              "created_dtm": "timestamp",
              "item_value": "decimal(13,2)",
              "modified_dtm": "timestamp",
              "offer_id": "varchar(32)",
              "redemption_request_id": "varchar(32)",
              "status": "varchar(32)"
          },
          "file_format": "json",
          "is_schema_datatyped": true,
          "s3": {
              "bucket": "sfdl-rds-incentive-dev",
              "hive_path": "s3://sfdl-rds-incentive-dev/raw/redemption_request/2022-03-15/1647397446",
              "key": "raw/redemption_request/2022-03-15/1647397446/data-8.json.gz"
          },
          "schema": {
              "name": "sfdl_dev_rds.incentive_redemption_request",
              "type": "rds"
          },
          "trace_context": {
              "parent_id": 9869761989546919260,
              "service_name": "incentive",
              "span_id": 5011777323070655372,
              "trace_id": 9869761989546919260
          }
      }
    • running: False
    • schema_name_id: 1711
    • start_time: 2022-03-15 21:24:11
    • success: True
    • trace_id: 9869761989546919260
Partitions:
  • count: 0
  • ddl: None
  • name: None
  • state:
    []
  • type: None
Schema:
  • attributes:
    {
        "cost": "string",
        "created_dtm": "timestamp",
        "item_value": "string",
        "modified_dtm": "timestamp",
        "offer_id": "string",
        "redemption_request_id": "string",
        "status": "string"
    }
  • created: 2022-03-15 21:24:13
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.incentive_redemption_request`\n(\n`redemption_request_id`varchar(32),`offer_id`varchar(32),`status`varchar(32),`item_value`decimal(13,2),`cost`decimal(13,2),`created_dtm`timestamp,`modified_dtm`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-incentive-dev/raw/redemption_request/2022-03-15/1647397446'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.incentive_redemption_request`",
        "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.incentive_redemption_request"
    }
Server:
  • hostname: schemamanager-5447774fc6-4w58v
  • name: schema_manager
  • process_start: 2026-04-02 21:43:44
  • sf_env: dev
  • version: 2427328685
Raw:
{
    "name": {
        "created": "2022-03-02 17:54:20",
        "disabled": false,
        "format": "raw",
        "id": 1711,
        "is_partitioned": false,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_dev_rds",
            "table": "incentive_redemption_request"
        },
        "type": "rds"
    },
    "partition": {
        "count": 0,
        "ddl": null,
        "name": null,
        "state": [],
        "type": null
    },
    "schema": {
        "attributes": {
            "cost": "string",
            "created_dtm": "timestamp",
            "item_value": "string",
            "modified_dtm": "timestamp",
            "offer_id": "string",
            "redemption_request_id": "string",
            "status": "string"
        },
        "created": "2022-03-15 21:24:13",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_rds`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_rds.incentive_redemption_request`\n(\n`redemption_request_id`varchar(32),`offer_id`varchar(32),`status`varchar(32),`item_value`decimal(13,2),`cost`decimal(13,2),`created_dtm`timestamp,`modified_dtm`timestamp\n)\nROW FORMAT SERDE\n'org.openx.data.jsonserde.JsonSerDe'\n \nSTORED AS INPUTFORMAT\n  'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n  's3://sfdl-rds-incentive-dev/raw/redemption_request/2022-03-15/1647397446'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_rds.incentive_redemption_request`",
            "repair_table": "MSCK REPAIR TABLE sfdl_dev_rds.incentive_redemption_request"
        }
    },
    "server": {
        "hostname": "schemamanager-5447774fc6-4w58v",
        "name": "schema_manager",
        "process_start": "2026-04-02 21:43:44",
        "sf_env": "dev",
        "version": "2427328685"
    }
}