thoughtspot / cs_tools

Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization.
https://thoughtspot.github.io/cs_tools/
Other
8 stars 6 forks source link

exporting connections along with liveboards and worksheets does not work #146

Open felipemm opened 3 months ago

felipemm commented 3 months ago

First Stop

Platform Configuration

image

Description

When running the following command: cs_tools tools scriptability export --include-types answer,connection,liveboard,table,sqlview,view,worksheet --export-associated --org 789183452 . --config prod

It is expected to export all objects, including connections, however connection folder is empty and there is no connection entry on export results.

boonhapus commented 3 months ago

This is likely due to #145 as well.

boonhapus commented 2 months ago

I'm actually able to reproduce this without the connection itself failing to export (via API) ... it just appears it doesn't get processed or saved for some reason. 😓 Will look into fixing this one. For now, the export will have to be split into 2 steps -- one with connection only, and one with all other content.

billdback-ts commented 2 months ago

@felipemm Just a head's up that this issue has been discovered. The solution is in review, but hopefully we'll have an updated version soon.