Schema Info
Schema Name: sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link
- created: 2024-12-07 15:06:01
- disabled: False
- format: raw
- id: 3316
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_prod_drivethru", "table": "newbook_newbookap_shared_guests_bookings_link" } - type: drivethrucsv
Schema Versions: 1
-
Version 1115485
- created: 2024-12-07 15:06:02
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`", "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link`\n(\n `newbook_region` string , `tenant` string , `id` string , `guest_id` string , `primary_client` string , `instance_id` string , `booking_id` string , `booking_site_name` string , `booking_source_name` string , `booking_adults` string , `booking_children` string , `booking_infants` string , `booking_animals` string , `discount_id` string , `discount_code_id` string , `booking_period_from` string , `booking_period_to` string , `booking_status` string , `booking_booked_by` string , `booking_booked_when` 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_newbookap_shared_guests_bookings_link/2024-12-07/1733605067'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link" ] - hive_path: s3://sfdl-drivethrucsv-drivethru-prod/raw/newbook_newbookap_shared_guests_bookings_link/2024-12-07/1733605067
- id: 1115485
- processed: 1
- raw_data:
{ "booking_adults": 9, "booking_animals": 12, "booking_booked_by": 18, "booking_booked_when": 19, "booking_children": 10, "booking_id": 6, "booking_infants": 11, "booking_period_from": 15, "booking_period_to": 16, "booking_site_name": 7, "booking_source_name": 8, "booking_status": 17, "discount_code_id": 14, "discount_id": 13, "guest_id": 3, "id": 2, "instance_id": 5, "newbook_region": 0, "primary_client": 4, "tenant": 1 } - schema_attributes:
{ "booking_adults": "string", "booking_animals": "string", "booking_booked_by": "string", "booking_booked_when": "string", "booking_children": "string", "booking_id": "string", "booking_infants": "string", "booking_period_from": "string", "booking_period_to": "string", "booking_site_name": "string", "booking_source_name": "string", "booking_status": "string", "discount_code_id": "string", "discount_id": "string", "guest_id": "string", "id": "string", "instance_id": "string", "newbook_region": "string", "primary_client": "string", "tenant": "string" } - schema_name_id: 3316
- schema_scan_id: 133184410
- updated: 2024-12-07 15:06:15
Schema Scans: 1
Last at 2024-12-07 15:06:01
-
Scan 133184410
- duration: 0:00:14.508217
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 133184410
- 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_newbookap_shared_guests_bookings_link/2024-12-07/1733605067", "key": "raw/newbook_newbookap_shared_guests_bookings_link/2024-12-07/1733605067/ap_shared_guests_bookings_link.csv.gz" }, "schema": { "name": "sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link", "type": "drivethrucsv" }, "trace_context": { "parent_id": 13989955471616927351, "service_name": "drive-thru", "span_id": 12062117218537992954, "trace_id": 4236843929922116247 } } - running: False
- schema_name_id: 3316
- start_time: 2024-12-07 15:06:01
- success: True
- trace_id: 4236843929922116247
- attributes:
{ "booking_adults": "string", "booking_animals": "string", "booking_booked_by": "string", "booking_booked_when": "string", "booking_children": "string", "booking_id": "string", "booking_infants": "string", "booking_period_from": "string", "booking_period_to": "string", "booking_site_name": "string", "booking_source_name": "string", "booking_status": "string", "discount_code_id": "string", "discount_id": "string", "guest_id": "string", "id": "string", "instance_id": "string", "newbook_region": "string", "primary_client": "string", "tenant": "string" } - created: 2024-12-07 15:06:02
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link`\n(\n `newbook_region` string , `tenant` string , `id` string , `guest_id` string , `primary_client` string , `instance_id` string , `booking_id` string , `booking_site_name` string , `booking_source_name` string , `booking_adults` string , `booking_children` string , `booking_infants` string , `booking_animals` string , `discount_id` string , `discount_code_id` string , `booking_period_from` string , `booking_period_to` string , `booking_status` string , `booking_booked_by` string , `booking_booked_when` 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_newbookap_shared_guests_bookings_link/2024-12-07/1733605067'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link`", "repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link" }
- hostname: schemamanager-5475496c57-7dpqb
- name: schema_manager
- process_start: 2026-01-09 11:27:47
- sf_env: prod
- version: 2112174301
{
"name": {
"created": "2024-12-07 15:06:01",
"disabled": false,
"format": "raw",
"id": 3316,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_prod_drivethru",
"table": "newbook_newbookap_shared_guests_bookings_link"
},
"type": "drivethrucsv"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"booking_adults": "string",
"booking_animals": "string",
"booking_booked_by": "string",
"booking_booked_when": "string",
"booking_children": "string",
"booking_id": "string",
"booking_infants": "string",
"booking_period_from": "string",
"booking_period_to": "string",
"booking_site_name": "string",
"booking_source_name": "string",
"booking_status": "string",
"discount_code_id": "string",
"discount_id": "string",
"guest_id": "string",
"id": "string",
"instance_id": "string",
"newbook_region": "string",
"primary_client": "string",
"tenant": "string"
},
"created": "2024-12-07 15:06:02",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_prod_drivethru`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link`\n(\n `newbook_region` string , `tenant` string , `id` string , `guest_id` string , `primary_client` string , `instance_id` string , `booking_id` string , `booking_site_name` string , `booking_source_name` string , `booking_adults` string , `booking_children` string , `booking_infants` string , `booking_animals` string , `discount_id` string , `discount_code_id` string , `booking_period_from` string , `booking_period_to` string , `booking_status` string , `booking_booked_by` string , `booking_booked_when` 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_newbookap_shared_guests_bookings_link/2024-12-07/1733605067'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link`",
"repair_table": "MSCK REPAIR TABLE sfdl_prod_drivethru.newbook_newbookap_shared_guests_bookings_link"
}
},
"server": {
"hostname": "schemamanager-5475496c57-7dpqb",
"name": "schema_manager",
"process_start": "2026-01-09 11:27:47",
"sf_env": "prod",
"version": "2112174301"
}
}