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

Importing an exported "system liveboard" such as "Object Usage" breaks the liveboard #137

Closed felipemm closed 2 months ago

felipemm commented 4 months ago

First Stop

Platform Configuration

image

Description

importing the liveboard exported from a different cluster breaks the liveboard beyound repair. Can we filter the "system" liveboards from the export?

image

image

boonhapus commented 4 months ago

This one is interesting, I actually had no idea we could export system objects like this. I agree that we should be excluding system-user content. Good catch on this, will add it as a restriction.

boonhapus commented 3 months ago

@felipemm if you upgrade to 1.5.6 , this should be resolved.

curl -sSL https://raw.githubusercontent.com/thoughtspot/cs_tools/master/cs_tools/updater/_bootstrapper.py | python3 - --install
boonhapus commented 3 months ago

@felipemm did this resolve your issue?

felipemm commented 3 months ago

Hi @boonhapus, sorry for the late response. I did see that no system liveboard was exported, but I saw that cs_tools tries to export system worksheets such as TS: BI Server. Maybe we can filter it out?

image

boonhapus commented 2 months ago

When using the new default setting of --no-include-system-content , I no longer see any system-owned content being exported. If you're not finding the same, please re-open this issue so we can look into it.