Schema Info
Schema Name: sfdl_prod_drivethru.newbook_newbookus_payment_plans
- created: 2025-05-23 13:35:31
- disabled: False
- format: raw
- id: 4157
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_prod_drivethru", "table": "newbook_newbookus_payment_plans" } - type: drivethrucsv
Schema Versions: 1
-
Version 1318707
- created: 2025-05-23 13:35:32
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`", "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookus_payment_plans`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookus_payment_plans`\n(\n `newbook_region` string , `tenant` string , `id` string , `for` string , `for_id` string , `admin_fee_inventory_item_id` string , `rounding_inventory_item_id` string , `billing_cycle` string , `instalment_count` string , `instalment_attempts` string , `instalment_amount` string , `admin_fee_amount` string , `rounding_amount` string , `authorisation_type` string , `authorisation_type_id` string , `next_run` string , `status` string , `generated_when` string , `cancelled_by` string , `cancelled_when` string , `cancelled_reason` string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookus_payment_plans/2025-05-23/1748024606'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookus_payment_plans" ] - hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookus_payment_plans/2025-05-23/1748024606
- id: 1318707
- processed: 1
- raw_data:
{ "admin_fee_amount": 11, "admin_fee_inventory_item_id": 5, "authorisation_type": 13, "authorisation_type_id": 14, "billing_cycle": 7, "cancelled_by": 18, "cancelled_reason": 20, "cancelled_when": 19, "for": 3, "for_id": 4, "generated_when": 17, "id": 2, "instalment_amount": 10, "instalment_attempts": 9, "instalment_count": 8, "newbook_region": 0, "next_run": 15, "rounding_amount": 12, "rounding_inventory_item_id": 6, "status": 16, "tenant": 1 } - schema_attributes:
{ "admin_fee_amount": "string", "admin_fee_inventory_item_id": "string", "authorisation_type": "string", "authorisation_type_id": "string", "billing_cycle": "string", "cancelled_by": "string", "cancelled_reason": "string", "cancelled_when": "string", "for": "string", "for_id": "string", "generated_when": "string", "id": "string", "instalment_amount": "string", "instalment_attempts": "string", "instalment_count": "string", "newbook_region": "string", "next_run": "string", "rounding_amount": "string", "rounding_inventory_item_id": "string", "status": "string", "tenant": "string" } - schema_name_id: 4157
- schema_scan_id: 142615870
- updated: 2025-05-23 13:35:45
Schema Scans: 1
Last at 2025-05-23 13:35:31
-
Scan 142615870
- duration: 0:00:14.668730
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 142615870
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-drivethrucsv-drivethru-prod", "hive_path": "s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookus_payment_plans/2025-05-23/1748024606", "key": "raw/newbook_newbookus_payment_plans/2025-05-23/1748024606/us_payment_plans.csv.gz" }, "schema": { "name": "sfdl_prod_drivethru.newbook_newbookus_payment_plans", "type": "drivethrucsv" }, "trace_context": { "parent_id": 8045084065798602973, "service_name": "drive-thru", "span_id": 5925730439466255596, "trace_id": 6689061401062878091 } } - running: False
- schema_name_id: 4157
- start_time: 2025-05-23 13:35:31
- success: True
- trace_id: 6689061401062878091
- attributes:
{ "admin_fee_amount": "string", "admin_fee_inventory_item_id": "string", "authorisation_type": "string", "authorisation_type_id": "string", "billing_cycle": "string", "cancelled_by": "string", "cancelled_reason": "string", "cancelled_when": "string", "for": "string", "for_id": "string", "generated_when": "string", "id": "string", "instalment_amount": "string", "instalment_attempts": "string", "instalment_count": "string", "newbook_region": "string", "next_run": "string", "rounding_amount": "string", "rounding_inventory_item_id": "string", "status": "string", "tenant": "string" } - created: 2025-05-23 13:35:32
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookus_payment_plans`\n(\n `newbook_region` string , `tenant` string , `id` string , `for` string , `for_id` string , `admin_fee_inventory_item_id` string , `rounding_inventory_item_id` string , `billing_cycle` string , `instalment_count` string , `instalment_attempts` string , `instalment_amount` string , `admin_fee_amount` string , `rounding_amount` string , `authorisation_type` string , `authorisation_type_id` string , `next_run` string , `status` string , `generated_when` string , `cancelled_by` string , `cancelled_when` string , `cancelled_reason` string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookus_payment_plans/2025-05-23/1748024606'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookus_payment_plans`", "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookus_payment_plans" }
- hostname: schemamanager-5475496c57-7dpqb
- name: schema_manager
- process_start: 2026-01-09 11:27:47
- sf_env: prod
- version: 2112174301
{
"name": {
"created": "2025-05-23 13:35:31",
"disabled": false,
"format": "raw",
"id": 4157,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_prod_drivethru",
"table": "newbook_newbookus_payment_plans"
},
"type": "drivethrucsv"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"admin_fee_amount": "string",
"admin_fee_inventory_item_id": "string",
"authorisation_type": "string",
"authorisation_type_id": "string",
"billing_cycle": "string",
"cancelled_by": "string",
"cancelled_reason": "string",
"cancelled_when": "string",
"for": "string",
"for_id": "string",
"generated_when": "string",
"id": "string",
"instalment_amount": "string",
"instalment_attempts": "string",
"instalment_count": "string",
"newbook_region": "string",
"next_run": "string",
"rounding_amount": "string",
"rounding_inventory_item_id": "string",
"status": "string",
"tenant": "string"
},
"created": "2025-05-23 13:35:32",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookus_payment_plans`\n(\n `newbook_region` string , `tenant` string , `id` string , `for` string , `for_id` string , `admin_fee_inventory_item_id` string , `rounding_inventory_item_id` string , `billing_cycle` string , `instalment_count` string , `instalment_attempts` string , `instalment_amount` string , `admin_fee_amount` string , `rounding_amount` string , `authorisation_type` string , `authorisation_type_id` string , `next_run` string , `status` string , `generated_when` string , `cancelled_by` string , `cancelled_when` string , `cancelled_reason` string \n)\nROW FORMAT SERDE\n'org.apache.hadoop.hive.serde2.OpenCSVSerde'\n WITH SERDEPROPERTIES ( 'separatorChar' = ',', 'quoteChar' = '\"', 'escapeChar' = '\\\\')\nSTORED AS INPUTFORMAT\n 'org.apache.hadoop.mapred.TextInputFormat'\nOUTPUTFORMAT\n 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'\nLOCATION\n 's3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookus_payment_plans/2025-05-23/1748024606'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookus_payment_plans`",
"repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookus_payment_plans"
}
},
"server": {
"hostname": "schemamanager-5475496c57-7dpqb",
"name": "schema_manager",
"process_start": "2026-01-09 11:27:47",
"sf_env": "prod",
"version": "2112174301"
}
}