Schema Info
Schema Name: sfdl_dev_csv.salesforce_notes
- created: 2022-10-24 14:52:56
- disabled: False
- format: raw
- id: 2065
- is_partitioned: False
- is_schema_datatyped: True
- name:
{ "database": "sfdl_dev_csv", "table": "salesforce_notes" } - type: csv
Schema Versions: 5
-
Version 4706472
- created: 2024-06-10 15:35:20
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2024-06-10/1718051351'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes" ] - hive_path: s3://sfdl-csv-salesforce-dev/raw/notes/2024-06-10/1718051351
- id: 4706472
- processed: 1
- raw_data:
{ "Body": 5, "CreatedById": 8, "CreatedDate": 7, "Id": 0, "IsDeleted": 1, "IsPrivate": 4, "LastModifiedById": 10, "LastModifiedDate": 9, "OwnerId": 6, "ParentId": 2, "SystemModstamp": 11, "Title": 3 } - schema_attributes:
{ "Amount": "string", "Body": "string", "CloseDate": "string", "CreatedById": "string", "CreatedDate": "string", "CurrencyIsoCode": "string", "ExpectedRevenue": "string", "ForecastCategory": "string", "Id": "string", "IsDeleted": "string", "IsPrivate": "string", "LastModifiedById": "string", "LastModifiedDate": "string", "OpportunityId": "string", "OwnerId": "string", "ParentId": "string", "PrevAmount": "string", "PrevCloseDate": "string", "Probability": "string", "StageName": "string", "SystemModstamp": "string", "Title": "string" } - schema_name_id: 2065
- schema_scan_id: 6510742
- updated: 2024-06-10 15:35:33
-
Version 4700521
- created: 2024-01-11 09:15:34
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2024-01-11/1704985761'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes" ] - hive_path: s3://sfdl-csv-salesforce-dev/raw/notes/2024-01-11/1704985761
- id: 4700521
- processed: 1
- raw_data:
{ "Body": 5, "CreatedById": 8, "CreatedDate": 7, "Id": 0, "IsDeleted": 1, "IsPrivate": 4, "LastModifiedById": 10, "LastModifiedDate": 9, "OwnerId": 6, "ParentId": 2, "SystemModstamp": 11, "Title": 3 } - schema_attributes:
{ "Amount": "string", "Body": "string", "CloseDate": "string", "CreatedById": "string", "CreatedDate": "string", "CurrencyIsoCode": "string", "ExpectedRevenue": "string", "ForecastCategory": "string", "Id": "string", "IsDeleted": "string", "IsPrivate": "string", "LastModifiedById": "string", "LastModifiedDate": "string", "OpportunityId": "string", "OwnerId": "string", "ParentId": "string", "PrevAmount": "string", "PrevCloseDate": "string", "Probability": "string", "StageName": "string", "SystemModstamp": "string", "Title": "string" } - schema_name_id: 2065
- schema_scan_id: 6402676
- updated: 2024-01-11 09:15:48
-
Version 4697474
- created: 2023-08-16 11:12:27
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2023-08-16/1692202273'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes" ] - hive_path: s3://sfdl-csv-salesforce-dev/raw/notes/2023-08-16/1692202273
- id: 4697474
- processed: 1
- raw_data:
{ "Body": 5, "CreatedById": 8, "CreatedDate": 7, "Id": 0, "IsDeleted": 1, "IsPrivate": 4, "LastModifiedById": 10, "LastModifiedDate": 9, "OwnerId": 6, "ParentId": 2, "SystemModstamp": 11, "Title": 3 } - schema_attributes:
{ "Amount": "string", "Body": "string", "CloseDate": "string", "CreatedById": "string", "CreatedDate": "string", "CurrencyIsoCode": "string", "ExpectedRevenue": "string", "ForecastCategory": "string", "Id": "string", "IsDeleted": "string", "IsPrivate": "string", "LastModifiedById": "string", "LastModifiedDate": "string", "OpportunityId": "string", "OwnerId": "string", "ParentId": "string", "PrevAmount": "string", "PrevCloseDate": "string", "Probability": "string", "StageName": "string", "SystemModstamp": "string", "Title": "string" } - schema_name_id: 2065
- schema_scan_id: 6251480
- updated: 2023-08-16 11:12:38
-
Version 4697461
- created: 2023-08-16 10:31:23
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2023-08-16/1692199563'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes" ] - hive_path: s3://sfdl-csv-salesforce-dev/raw/notes/2023-08-16/1692199563
- id: 4697461
- processed: 1
- raw_data:
{ "Body": 5, "CreatedById": 8, "CreatedDate": 7, "Id": 0, "IsDeleted": 1, "IsPrivate": 4, "LastModifiedById": 10, "LastModifiedDate": 9, "OwnerId": 6, "ParentId": 2, "SystemModstamp": 11, "Title": 3 } - schema_attributes:
{ "Amount": "string", "Body": "string", "CloseDate": "string", "CreatedById": "string", "CreatedDate": "string", "CurrencyIsoCode": "string", "ExpectedRevenue": "string", "ForecastCategory": "string", "Id": "string", "IsDeleted": "string", "IsPrivate": "string", "LastModifiedById": "string", "LastModifiedDate": "string", "OpportunityId": "string", "OwnerId": "string", "ParentId": "string", "PrevAmount": "string", "PrevCloseDate": "string", "Probability": "string", "StageName": "string", "SystemModstamp": "string", "Title": "string" } - schema_name_id: 2065
- schema_scan_id: 6251392
- updated: 2023-08-16 10:31:34
-
Version 4697395
- created: 2023-08-16 09:30:18
- ddl:
[ "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`", "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2023-08-16/1692195974'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes" ] - hive_path: s3://sfdl-csv-salesforce-dev/raw/notes/2023-08-16/1692195974
- id: 4697395
- processed: 1
- raw_data:
{ "Body": 5, "CreatedById": 8, "CreatedDate": 7, "Id": 0, "IsDeleted": 1, "IsPrivate": 4, "LastModifiedById": 10, "LastModifiedDate": 9, "OwnerId": 6, "ParentId": 2, "SystemModstamp": 11, "Title": 3 } - schema_attributes:
{ "Amount": "string", "Body": "string", "CloseDate": "string", "CreatedById": "string", "CreatedDate": "string", "CurrencyIsoCode": "string", "ExpectedRevenue": "string", "ForecastCategory": "string", "Id": "string", "IsDeleted": "string", "IsPrivate": "string", "LastModifiedById": "string", "LastModifiedDate": "string", "OpportunityId": "string", "OwnerId": "string", "ParentId": "string", "PrevAmount": "string", "PrevCloseDate": "string", "Probability": "string", "StageName": "string", "SystemModstamp": "string", "Title": "string" } - schema_name_id: 2065
- schema_scan_id: 6251279
- updated: 2023-08-16 09:30:29
Schema Scans: 5
Last at 2024-06-10 15:35:19
-
Scan 6510742
- duration: 0:00:14.601300
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6510742
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-csv-salesforce-dev", "hive_path": "s3://sfdl-csv-salesforce-dev/raw/notes/2024-06-10/1718051351", "key": "raw/notes/2024-06-10/1718051351/notes.csv.gz" }, "schema": { "name": "sfdl_dev_csv.salesforce_notes", "type": "csv" }, "trace_context": { "parent_id": 11889980486251576630, "service_name": "drive-thru", "span_id": 11663754686043661334, "trace_id": 7257952363243136842 } } - running: False
- schema_name_id: 2065
- start_time: 2024-06-10 15:35:19
- success: True
- trace_id: 7257952363243136842
-
Scan 6402676
- duration: 0:00:14.575570
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6402676
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-csv-salesforce-dev", "hive_path": "s3://sfdl-csv-salesforce-dev/raw/notes/2024-01-11/1704985761", "key": "raw/notes/2024-01-11/1704985761/notes.csv.gz" }, "schema": { "name": "sfdl_dev_csv.salesforce_notes", "type": "csv" }, "trace_context": { "parent_id": 12843219712959158296, "service_name": "drive-thru", "span_id": 9203573493628338139, "trace_id": 11769580312833153284 } } - running: False
- schema_name_id: 2065
- start_time: 2024-01-11 09:15:34
- success: True
- trace_id: 11769580312833153284
-
Scan 6251480
- duration: 0:00:12.058583
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6251480
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-csv-salesforce-dev", "hive_path": "s3://sfdl-csv-salesforce-dev/raw/notes/2023-08-16/1692202273", "key": "raw/notes/2023-08-16/1692202273/notes.csv.gz" }, "schema": { "name": "sfdl_dev_csv.salesforce_notes", "type": "csv" }, "trace_context": { "parent_id": 11035806950236387470, "service_name": "drive-thru", "span_id": 3103601706216137657, "trace_id": 17437469402584262454 } } - running: False
- schema_name_id: 2065
- start_time: 2023-08-16 11:12:26
- success: True
- trace_id: 17437469402584262454
-
Scan 6251392
- duration: 0:00:11.941575
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6251392
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-csv-salesforce-dev", "hive_path": "s3://sfdl-csv-salesforce-dev/raw/notes/2023-08-16/1692199563", "key": "raw/notes/2023-08-16/1692199563/notes.csv.gz" }, "schema": { "name": "sfdl_dev_csv.salesforce_notes", "type": "csv" }, "trace_context": { "parent_id": 4912256350590402308, "service_name": "drive-thru", "span_id": 10010590013665840799, "trace_id": 7489600447352015322 } } - running: False
- schema_name_id: 2065
- start_time: 2023-08-16 10:31:22
- success: True
- trace_id: 7489600447352015322
-
Scan 6251279
- duration: 0:00:11.955157
- exit_message:
{ "ddl_changed": true, "partitions_applied": false, "success": true } - id: 6251279
- payload:
{ "datatype_dict": null, "file_format": "csv", "file_properties": { "data_has_header_row": true }, "is_schema_datatyped": true, "s3": { "bucket": "sfdl-csv-salesforce-dev", "hive_path": "s3://sfdl-csv-salesforce-dev/raw/notes/2023-08-16/1692195974", "key": "raw/notes/2023-08-16/1692195974/notes.csv.gz" }, "schema": { "name": "sfdl_dev_csv.salesforce_notes", "type": "csv" }, "trace_context": { "parent_id": 16521853187735000136, "service_name": "drive-thru", "span_id": 11585022716178728768, "trace_id": 13071487668678477002 } } - running: False
- schema_name_id: 2065
- start_time: 2023-08-16 09:30:17
- success: True
- trace_id: 13071487668678477002
- attributes:
{ "Amount": "string", "Body": "string", "CloseDate": "string", "CreatedById": "string", "CreatedDate": "string", "CurrencyIsoCode": "string", "ExpectedRevenue": "string", "ForecastCategory": "string", "Id": "string", "IsDeleted": "string", "IsPrivate": "string", "LastModifiedById": "string", "LastModifiedDate": "string", "OpportunityId": "string", "OwnerId": "string", "ParentId": "string", "PrevAmount": "string", "PrevCloseDate": "string", "Probability": "string", "StageName": "string", "SystemModstamp": "string", "Title": "string" } - created: 2024-06-10 15:35:20
- ddl:
{ "create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`", "create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2024-06-10/1718051351'\nTBLPROPERTIES ('skip.header.line.count' = '1')", "drop_table": "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`", "repair_table": "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes" }
- hostname: schemamanager-5447774fc6-4w58v
- name: schema_manager
- process_start: 2026-04-02 21:43:44
- sf_env: dev
- version: 2427328685
{
"name": {
"created": "2022-10-24 14:52:56",
"disabled": false,
"format": "raw",
"id": 2065,
"is_partitioned": false,
"is_schema_datatyped": true,
"name": {
"database": "sfdl_dev_csv",
"table": "salesforce_notes"
},
"type": "csv"
},
"partition": {
"count": 0,
"ddl": null,
"name": null,
"state": [],
"type": null
},
"schema": {
"attributes": {
"Amount": "string",
"Body": "string",
"CloseDate": "string",
"CreatedById": "string",
"CreatedDate": "string",
"CurrencyIsoCode": "string",
"ExpectedRevenue": "string",
"ForecastCategory": "string",
"Id": "string",
"IsDeleted": "string",
"IsPrivate": "string",
"LastModifiedById": "string",
"LastModifiedDate": "string",
"OpportunityId": "string",
"OwnerId": "string",
"ParentId": "string",
"PrevAmount": "string",
"PrevCloseDate": "string",
"Probability": "string",
"StageName": "string",
"SystemModstamp": "string",
"Title": "string"
},
"created": "2024-06-10 15:35:20",
"ddl": {
"create_database": "CREATE DATABASE IF NOT EXISTS `sfdl_dev_csv`",
"create_table": "CREATE EXTERNAL TABLE IF NOT EXISTS\n`sfdl_dev_csv.salesforce_notes`\n(\n `Id` string , `IsDeleted` string , `ParentId` string , `Title` string , `IsPrivate` string , `Body` string , `OwnerId` string , `CreatedDate` string , `CreatedById` string , `LastModifiedDate` string , `LastModifiedById` string , `SystemModstamp` 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-csv-salesforce-dev/raw/notes/2024-06-10/1718051351'\nTBLPROPERTIES ('skip.header.line.count' = '1')",
"drop_table": "DROP TABLE IF EXISTS `sfdl_dev_csv.salesforce_notes`",
"repair_table": "MSCK REPAIR TABLE sfdl_dev_csv.salesforce_notes"
}
},
"server": {
"hostname": "schemamanager-5447774fc6-4w58v",
"name": "schema_manager",
"process_start": "2026-04-02 21:43:44",
"sf_env": "dev",
"version": "2427328685"
}
}