BlueJay3003
BlueJay3003
TFDThoughtSpot For Developers
Created by BlueJay3003 on 3/28/2025 in #dev-help
BlueJay3003 - Anyone knows why I would get "Inv...
I did.
9 replies
TFDThoughtSpot For Developers
Created by BlueJay3003 on 3/28/2025 in #dev-help
BlueJay3003 - Anyone knows why I would get "Inv...
TS UI, both for export and import
9 replies
TFDThoughtSpot For Developers
Created by BlueJay3003 on 3/28/2025 in #dev-help
BlueJay3003 - Anyone knows why I would get "Inv...
TML Editor just shows "A system error has occurred." when open that file and validate there
9 replies
TFDThoughtSpot For Developers
Created by BlueJay3003 on 3/28/2025 in #dev-help
BlueJay3003 - Anyone knows why I would get "Inv...
could it be that TML import can't handle JSON file even though that's the only way to import this metadata diff?
9 replies
TFDThoughtSpot For Developers
Created by BlueJay3003 on 3/28/2025 in #dev-help
BlueJay3003 - Anyone knows why I would get "Inv...
that's essentially the file content
9 replies
TFDThoughtSpot For Developers
Created by BlueJay3003 on 3/28/2025 in #dev-help
BlueJay3003 - Anyone knows why I would get "Inv...
{ "hasChanges": true, "tableDiffs": [ { "externalTableName": { "databaseName": "db", "schemaName": "dd", "tableName": "table1", "gid": 0 }, "logicalTableName": "table1", "externalTableDeleted": true, "columnDiffs": [] }, { "externalTableName": { "databaseName": "db", "schemaName": "db", "tableName": "table2", "gid": 0 }, "logicalTableName": "table2", "externalTableDeleted": false, "columnDiffs": [ { "columnName": "col1", "externalColumnName": "col1", "columnDelta": { "changeType": "ADDED", "newDatatype": "VARCHAR" } } ] } ] }
9 replies