Schema Info
Schema Name: sfdl_stage_drivethru.netsuitestage_netsuite_vendor
- created: 2024-10-17 17:58:03
- disabled: False
- format: raw
- id: 2221
- is_partitioned: True
- is_schema_datatyped: True
- name:
{ "database": "sfdl_stage_drivethru", "table": "netsuitestage_netsuite_vendor" } - type: drivethrujson
Schema Versions: 1
-
Version 763134
- created: 2024-10-17 17:58:11
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`", "DROP TABLE IF EXISTS `sfdl_stage_drivethru.netsuitestage_netsuite_vendor`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.netsuitestage_netsuite_vendor`\n(\n`internal_id`STRING,`vendor_id`STRING,`vendor`STRING,`balance`STRING,`currency`STRING,`date_created`STRING,`default_shipping_address`STRING,`default_billing_address`STRING,`email_preference`STRING,`first_name`STRING,`last_name`STRING,`is_individual`STRING,`terms`STRING,`vendor_email`STRING,`phone`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/netsuitestage_netsuite_vendor'\n", "MSCK REPAIR TABLE sfdl_stage_drivethru.netsuitestage_netsuite_vendor" ] - hive_path: s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor
- id: 763134
- processed: 1
- raw_data:
{ "balance": 0, "currency": "USD", "date_created": "1/14/2015 10:43:04 am", "default_billing_address": null, "default_shipping_address": null, "email_preference": "DEFAULT", "first_name": null, "internal_id": 651119, "is_individual": false, "last_name": null, "phone": null, "terms": null, "vendor": "#1 Party supplies", "vendor_email": null, "vendor_id": "#1 Party supplies" } - schema_attributes:
{ "balance": "string", "currency": "string", "date_created": "string", "default_billing_address": "string", "default_shipping_address": "string", "email_preference": "string", "first_name": "string", "internal_id": "string", "is_individual": "string", "last_name": "string", "phone": "string", "terms": "string", "vendor": "string", "vendor_email": "string", "vendor_id": "string" } - schema_name_id: 2221
- schema_scan_id: 6056758
- updated: 2024-10-17 17:58:22
Schema Scans: 1
Last at 2024-10-17 17:58:03
-
Scan 6056758
- duration: 0:00:22.183193
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 1, "partitions_applied": false, "success": true } - id: 6056758
- payload:
{ "datatype_dict": null, "file_format": "json", "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor/dt=2024-10-17", "name": "dt", "type": "string", "value": "2024-10-17" }, "s3": { "bucket": "sfdl-drivethrujson-drivethru-stage", "hive_path": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor", "key": "raw_incremental/netsuitestage_netsuite_vendor/dt=2024-10-17/netsuite_vendor_part_1.json.gz" }, "schema": { "name": "sfdl_stage_drivethru.netsuitestage_netsuite_vendor", "type": "drivethrujson" }, "trace_context": { "parent_id": 14718190955004862820, "service_name": "drive-thru", "span_id": 7913381292705013630, "trace_id": 669300646622050802 } } - running: False
- schema_name_id: 2221
- start_time: 2024-10-17 17:58:03
- success: True
- trace_id: 669300646622050802
- count: 1
- ddl:
[ "ALTER TABLE\n `sfdl_stage_drivethru.netsuitestage_netsuite_vendor`\nADD\n\n\n PARTITION (dt='2024-10-17') location 's3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor/dt=2024-10-17/'\n;" ] - name: dt
- state:
[ { "info": { "id": 576541, "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor/dt=2024-10-17/", "name": "dt", "value": "2024-10-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2024-10-17 17:58:11", "last_data": "2024-10-17 17:58:11" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } } ] - type: string
- attributes:
{ "balance": "string", "currency": "string", "date_created": "string", "default_billing_address": "string", "default_shipping_address": "string", "email_preference": "string", "first_name": "string", "internal_id": "string", "is_individual": "string", "last_name": "string", "phone": "string", "terms": "string", "vendor": "string", "vendor_email": "string", "vendor_id": "string" } - created: 2024-10-17 17:58:11
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.netsuitestage_netsuite_vendor`\n(\n`internal_id`STRING,`vendor_id`STRING,`vendor`STRING,`balance`STRING,`currency`STRING,`date_created`STRING,`default_shipping_address`STRING,`default_billing_address`STRING,`email_preference`STRING,`first_name`STRING,`last_name`STRING,`is_individual`STRING,`terms`STRING,`vendor_email`STRING,`phone`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/netsuitestage_netsuite_vendor'\n", "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.netsuitestage_netsuite_vendor`", "repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.netsuitestage_netsuite_vendor" }
- hostname: schemamanager-5c55c886bf-h2ts4
- name: schema_manager
- process_start: 2025-10-21 13:03:27
- sf_env: stage
- version: 2112174301
{
"name": {
"created": "2024-10-17 17:58:03",
"disabled": false,
"format": "raw",
"id": 2221,
"is_partitioned": true,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_stage_drivethru",
"table": "netsuitestage_netsuite_vendor"
},
"type": "drivethrujson"
},
"partition": {
"count": 1,
"ddl": [
"ALTER TABLE\n `sfdl_stage_drivethru.netsuitestage_netsuite_vendor`\nADD\n\n\n PARTITION (dt='2024-10-17') location 's3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor/dt=2024-10-17/'\n;"
],
"name": "dt",
"state": [
{
"info": {
"id": 576541,
"location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_vendor/dt=2024-10-17/",
"name": "dt",
"value": "2024-10-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2024-10-17 17:58:11",
"last_data": "2024-10-17 17:58:11"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
}
],
"type": "string"
},
"schema": {
"attributes": {
"balance": "string",
"currency": "string",
"date_created": "string",
"default_billing_address": "string",
"default_shipping_address": "string",
"email_preference": "string",
"first_name": "string",
"internal_id": "string",
"is_individual": "string",
"last_name": "string",
"phone": "string",
"terms": "string",
"vendor": "string",
"vendor_email": "string",
"vendor_id": "string"
},
"created": "2024-10-17 17:58:11",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.netsuitestage_netsuite_vendor`\n(\n`internal_id`STRING,`vendor_id`STRING,`vendor`STRING,`balance`STRING,`currency`STRING,`date_created`STRING,`default_shipping_address`STRING,`default_billing_address`STRING,`email_preference`STRING,`first_name`STRING,`last_name`STRING,`is_individual`STRING,`terms`STRING,`vendor_email`STRING,`phone`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/netsuitestage_netsuite_vendor'\n",
"drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.netsuitestage_netsuite_vendor`",
"repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.netsuitestage_netsuite_vendor"
}
},
"server": {
"hostname": "schemamanager-5c55c886bf-h2ts4",
"name": "schema_manager",
"process_start": "2025-10-21 13:03:27",
"sf_env": "stage",
"version": "2112174301"
}
}