Schema Info

Schema Name: sfdl_stage_drivethru.insurance_coverage_minimum
  • created: 2025-05-22 04:18:36
  • disabled: False
  • format: raw
  • id: 2238
  • is_partitioned: True
  • is_schema_datatyped: True
  • name:
    {
        "database": "sfdl_stage_drivethru",
        "table": "insurance_coverage_minimum"
    }
  • type: drivethrujson
Schema Versions: 1
    • created: 2025-05-22 04:18:36
    • ddl:
      [
          "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
          "DROP TABLE IF EXISTS `sfdl_stage_drivethru.insurance_coverage_minimum`",
          "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.insurance_coverage_minimum`\n(\n`start_date`STRING,`end_date`STRING,`software`STRING,`organization_id`STRING,`facility_id`STRING,`unit_id`STRING,`amount`STRING,`createdAt`STRING,`updatedAt`STRING\n)\nPARTITIONED BY (dt string)\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-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum'\n",
          "MSCK REPAIR TABLE sfdl_stage_drivethru.insurance_coverage_minimum"
      ]
    • hive_path: s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum
    • id: 841982
    • processed: 1
    • raw_data:
      {
          "amount": 12,
          "createdAt": "05/19/2025 01:08:40",
          "end_date": "05/22/2025 11:59:59",
          "facility_id": "6eb6bb2b-bcca-467a-92b8-6b2f50893b43",
          "organization_id": "956e0fff-b87b-4d35-b2be-1a227aca1c81",
          "software": "StorEdge",
          "start_date": "05/22/2025 12:00:00",
          "unit_id": "1541f141-6fe7-405a-8e58-05268c7416c2",
          "updatedAt": "05/19/2025 01:08:40"
      }
    • schema_attributes:
      {
          "amount": "string",
          "createdAt": "string",
          "end_date": "string",
          "facility_id": "string",
          "organization_id": "string",
          "software": "string",
          "start_date": "string",
          "unit_id": "string",
          "updatedAt": "string"
      }
    • schema_name_id: 2238
    • schema_scan_id: 6274382
    • updated: 2025-05-22 04:18:50
Schema Scans: 1
Last at 2025-05-22 04:18:36
    • duration: 0:00:17.043359
    • exit_message:
      {
          "ddl_changed": true,
          "ingested_partitions": 1,
          "partitions_applied": false,
          "success": true
      }
    • id: 6274382
    • payload:
      {
          "datatype_dict": null,
          "file_format": "json",
          "is_schema_datatyped": true,
          "partition": {
              "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum/dt=2025-05-22",
              "name": "dt",
              "type": "string",
              "value": "2025-05-22"
          },
          "s3": {
              "bucket": "sfdl-drivethrujson-drivethru-stage",
              "hive_path": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum",
              "key": "raw_incremental/insurance_coverage_minimum/dt=2025-05-22/coverage-minimums_05-22-2025_11-36-30.json.gz"
          },
          "schema": {
              "name": "sfdl_stage_drivethru.insurance_coverage_minimum",
              "type": "drivethrujson"
          },
          "trace_context": {
              "parent_id": 16761918079747634754,
              "service_name": "drive-thru",
              "span_id": 2762192951592527633,
              "trace_id": 9263291500580737960
          }
      }
    • running: False
    • schema_name_id: 2238
    • start_time: 2025-05-22 04:18:36
    • success: True
    • trace_id: 9263291500580737960
Partitions:
  • count: 1
  • ddl:
    [
        "ALTER TABLE\n    `sfdl_stage_drivethru.insurance_coverage_minimum`\nADD\n\n\n PARTITION (dt='2025-05-22') location 's3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum/dt=2025-05-22/'\n;"
    ]
  • name: dt
  • state:
    [
        {
            "info": {
                "id": 624871,
                "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum/dt=2025-05-22/",
                "name": "dt",
                "value": "2025-05-22"
            },
            "state": {
                "arrival": {
                    "athena_discovery": true,
                    "first_data": "2025-05-22 04:18:36",
                    "last_data": "2025-05-22 04:18:36"
                },
                "parquet": {
                    "first_performed": null,
                    "in_progress": null,
                    "job_id": null,
                    "last_performed": null,
                    "queued": false
                }
            }
        }
    ]
  • type: string
Schema:
  • attributes:
    {
        "amount": "string",
        "createdAt": "string",
        "end_date": "string",
        "facility_id": "string",
        "organization_id": "string",
        "software": "string",
        "start_date": "string",
        "unit_id": "string",
        "updatedAt": "string"
    }
  • created: 2025-05-22 04:18:36
  • ddl:
    {
        "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
        "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.insurance_coverage_minimum`\n(\n`start_date`STRING,`end_date`STRING,`software`STRING,`organization_id`STRING,`facility_id`STRING,`unit_id`STRING,`amount`STRING,`createdAt`STRING,`updatedAt`STRING\n)\nPARTITIONED BY (dt string)\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-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum'\n",
        "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.insurance_coverage_minimum`",
        "repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.insurance_coverage_minimum"
    }
Server:
  • hostname: schemamanager-5c55c886bf-h2ts4
  • name: schema_manager
  • process_start: 2025-10-21 13:03:27
  • sf_env: stage
  • version: 2112174301
Raw:
{
    "name": {
        "created": "2025-05-22 04:18:36",
        "disabled": false,
        "format": "raw",
        "id": 2238,
        "is_partitioned": true,
        "is_schema_datatyped": true,
        "name": {
            "database": "sfdl_stage_drivethru",
            "table": "insurance_coverage_minimum"
        },
        "type": "drivethrujson"
    },
    "partition": {
        "count": 1,
        "ddl": [
            "ALTER TABLE\n    `sfdl_stage_drivethru.insurance_coverage_minimum`\nADD\n\n\n PARTITION (dt='2025-05-22') location 's3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum/dt=2025-05-22/'\n;"
        ],
        "name": "dt",
        "state": [
            {
                "info": {
                    "id": 624871,
                    "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum/dt=2025-05-22/",
                    "name": "dt",
                    "value": "2025-05-22"
                },
                "state": {
                    "arrival": {
                        "athena_discovery": true,
                        "first_data": "2025-05-22 04:18:36",
                        "last_data": "2025-05-22 04:18:36"
                    },
                    "parquet": {
                        "first_performed": null,
                        "in_progress": null,
                        "job_id": null,
                        "last_performed": null,
                        "queued": false
                    }
                }
            }
        ],
        "type": "string"
    },
    "schema": {
        "attributes": {
            "amount": "string",
            "createdAt": "string",
            "end_date": "string",
            "facility_id": "string",
            "organization_id": "string",
            "software": "string",
            "start_date": "string",
            "unit_id": "string",
            "updatedAt": "string"
        },
        "created": "2025-05-22 04:18:36",
        "ddl": {
            "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
            "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.insurance_coverage_minimum`\n(\n`start_date`STRING,`end_date`STRING,`software`STRING,`organization_id`STRING,`facility_id`STRING,`unit_id`STRING,`amount`STRING,`createdAt`STRING,`updatedAt`STRING\n)\nPARTITIONED BY (dt string)\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-drivethrujson-drivethru-stage/raw_incremental/insurance_coverage_minimum'\n",
            "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.insurance_coverage_minimum`",
            "repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.insurance_coverage_minimum"
        }
    },
    "server": {
        "hostname": "schemamanager-5c55c886bf-h2ts4",
        "name": "schema_manager",
        "process_start": "2025-10-21 13:03:27",
        "sf_env": "stage",
        "version": "2112174301"
    }
}