Is there a metadata search similar to what the API provides? #185
-
Hi everyone,
That works well, thank you for providing these features. We'd now like to use the
{
"metadata_id": "42705b19-e8dc-4181-9bbe-f90eadd6a54c",
"metadata_name": "MY_TABLE", # I'm using this
"metadata_type": "LOGICAL_TABLE",
...
"metadata_header": {
...
"authorName": "noan.cloarec",
"authorDisplayName": "Noan Cloarec", # And these, so a user can know if an object belongs to them before commiting it
...
},
}, But cs_tools spreads its data into many files # ts_metadata_object.json
{
"cluster_guid": "b7586e96-f587-11ee-9fba-5b9d2",
...
"object_guid": "42705b19-e8dc-4181-9bbe-f90eadd6a54c",
"name": "MY_TABLE",
"author_guid": "c0c7b8dd-d858-42bb-b5ed-04cafbbe24ad", # No other info in this file
...
},
# ts_user.json
{
"cluster_guid": "b7586e96-f587-11ee-9fba-5b9d2",
"user_guid": "c0c7b8dd-d858-42bb-b5ed-04cafbbe24ad",
"username": "noan.cloarec",
"email": "my_email",
"display_name": "Noan Cloarec", # I'd need to join the 2 files to retrieve this field, and doing it in bash frightens me 😱
...
} Also it does not seem to export worksheet, liveboard and answers data. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately no, @noancloarec . If This project wraps the same thoughtspot APIs and attempts to make them more consumable for non-developers. (We're still on V1 APIs but hope to change that soon.) |
Beta Was this translation helpful? Give feedback.
Unfortunately no, @noancloarec . If
metadata/search
gives you what you need, why are you trying to use CS Tools? What's ultimately your goal here?This project wraps the same thoughtspot APIs and attempts to make them more consumable for non-developers. (We're still on V1 APIs but hope to change that soon.)