Schema Info
Schema Name: sfdl_stage_drivethru.netsuitestage_netsuite_contact
- created: 2024-10-17 17:58:10
- disabled: False
- format: raw
- id: 2222
- is_partitioned: True
- is_schema_datatyped: True
- name:
{ "database": "sfdl_stage_drivethru", "table": "netsuitestage_netsuite_contact" } - type: drivethrujson
Schema Versions: 1
-
Version 763135
- created: 2024-10-17 17:58:13
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_stage_drivethru`", "DROP TABLE IF EXISTS `sfdl_stage_drivethru.netsuitestage_netsuite_contact`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_stage_drivethru.netsuitestage_netsuite_contact`\n(\n`company_internal_id`STRING,`company_name`STRING,`sfdc_id`STRING,`is_primary_subsidiary`STRING,`subsidiary_name`STRING,`entity_id`STRING,`internal_id`STRING,`contact_is_inactive`STRING,`first_name`STRING,`last_name`STRING,`email`STRING,`main_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_contact'\n", "MSCK REPAIR TABLE sfdl_stage_drivethru.netsuitestage_netsuite_contact" ] - hive_path: s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_contact
- id: 763135
- processed: 1
- raw_data:
{ "company_internal_id": 1739917, "company_name": "North Windham Self Storage", "contact_is_inactive": false, "email": "[email protected]", "entity_id": "Nicole Boisvert", "first_name": "Nicole", "internal_id": 2099842, "is_primary_subsidiary": true, "last_name": "Boisvert", "main_phone": null, "sfdc_id": "0011A00001Pc8xhQAB", "subsidiary_name": "Storable, Inc" } - schema_attributes:
{ "company_internal_id": "string", "company_name": "string", "contact_is_inactive": "string", "email": "string", "entity_id": "string", "first_name": "string", "internal_id": "string", "is_primary_subsidiary": "string", "last_name": "string", "main_phone": "string", "sfdc_id": "string", "subsidiary_name": "string" } - schema_name_id: 2222
- schema_scan_id: 6056759
- updated: 2024-10-17 17:58:24
Schema Scans: 1
Last at 2024-10-17 17:58:10
-
Scan 6056759
- duration: 0:00:17.067057
- exit_message:
{ "ddl_changed": true, "ingested_partitions": 1, "partitions_applied": false, "success": true } - id: 6056759
- payload:
{ "datatype_dict": null, "file_format": "json", "is_schema_datatyped": true, "partition": { "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_contact/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_contact", "key": "raw_incremental/netsuitestage_netsuite_contact/dt=2024-10-17/netsuite_contact_part_1.json.gz" }, "schema": { "name": "sfdl_stage_drivethru.netsuitestage_netsuite_contact", "type": "drivethrujson" }, "trace_context": { "parent_id": 7220138039277252854, "service_name": "drive-thru", "span_id": 6228883578968188450, "trace_id": 11955966716229935818 } } - running: False
- schema_name_id: 2222
- start_time: 2024-10-17 17:58:10
- success: True
- trace_id: 11955966716229935818
- count: 1
- ddl:
[ "ALTER TABLE\n `sfdl_stage_drivethru.netsuitestage_netsuite_contact`\nADD\n\n\n PARTITION (dt='2024-10-17') location 's3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_contact/dt=2024-10-17/'\n;" ] - name: dt
- state:
[ { "info": { "id": 576542, "location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_contact/dt=2024-10-17/", "name": "dt", "value": "2024-10-17" }, "state": { "arrival": { "athena_discovery": true, "first_data": "2024-10-17 17:58:13", "last_data": "2024-10-17 17:58:13" }, "parquet": { "first_performed": null, "in_progress": null, "job_id": null, "last_performed": null, "queued": false } } } ] - type: string
- attributes:
{ "company_internal_id": "string", "company_name": "string", "contact_is_inactive": "string", "email": "string", "entity_id": "string", "first_name": "string", "internal_id": "string", "is_primary_subsidiary": "string", "last_name": "string", "main_phone": "string", "sfdc_id": "string", "subsidiary_name": "string" } - created: 2024-10-17 17:58:13
- 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_contact`\n(\n`company_internal_id`STRING,`company_name`STRING,`sfdc_id`STRING,`is_primary_subsidiary`STRING,`subsidiary_name`STRING,`entity_id`STRING,`internal_id`STRING,`contact_is_inactive`STRING,`first_name`STRING,`last_name`STRING,`email`STRING,`main_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_contact'\n", "drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.netsuitestage_netsuite_contact`", "repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.netsuitestage_netsuite_contact" }
- 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:10",
"disabled": false,
"format": "raw",
"id": 2222,
"is_partitioned": true,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_stage_drivethru",
"table": "netsuitestage_netsuite_contact"
},
"type": "drivethrujson"
},
"partition": {
"count": 1,
"ddl": [
"ALTER TABLE\n `sfdl_stage_drivethru.netsuitestage_netsuite_contact`\nADD\n\n\n PARTITION (dt='2024-10-17') location 's3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_contact/dt=2024-10-17/'\n;"
],
"name": "dt",
"state": [
{
"info": {
"id": 576542,
"location": "s3://sfdl-drivethrujson-drivethru-stage/raw_incremental/netsuitestage_netsuite_contact/dt=2024-10-17/",
"name": "dt",
"value": "2024-10-17"
},
"state": {
"arrival": {
"athena_discovery": true,
"first_data": "2024-10-17 17:58:13",
"last_data": "2024-10-17 17:58:13"
},
"parquet": {
"first_performed": null,
"in_progress": null,
"job_id": null,
"last_performed": null,
"queued": false
}
}
}
],
"type": "string"
},
"schema": {
"attributes": {
"company_internal_id": "string",
"company_name": "string",
"contact_is_inactive": "string",
"email": "string",
"entity_id": "string",
"first_name": "string",
"internal_id": "string",
"is_primary_subsidiary": "string",
"last_name": "string",
"main_phone": "string",
"sfdc_id": "string",
"subsidiary_name": "string"
},
"created": "2024-10-17 17:58:13",
"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_contact`\n(\n`company_internal_id`STRING,`company_name`STRING,`sfdc_id`STRING,`is_primary_subsidiary`STRING,`subsidiary_name`STRING,`entity_id`STRING,`internal_id`STRING,`contact_is_inactive`STRING,`first_name`STRING,`last_name`STRING,`email`STRING,`main_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_contact'\n",
"drop_table": "DROP TABLE IF EXISTS `sfdl_stage_drivethru.netsuitestage_netsuite_contact`",
"repair_table": "MSCK REPAIR TABLE sfdl_stage_drivethru.netsuitestage_netsuite_contact"
}
},
"server": {
"hostname": "schemamanager-5c55c886bf-h2ts4",
"name": "schema_manager",
"process_start": "2025-10-21 13:03:27",
"sf_env": "stage",
"version": "2112174301"
}
}