HostEvent
Hi all, is there a way to get the liveboard filters returned from https://visual-embed-sdk.vercel.app/docs/Enumeration_HostEvent#_getfilters in the format of the runtime filters? We had built a process to already be compatible with the runtime filter format and would ideally like to now support the liveboard filters without having to create our own conversion process or add support for a new filter format.
HostEvent
Event types that can be triggered by the host application to the embedded ThoughtSpot app
4 Replies
This gives an object of filters right? You can easily make it in the format of runtime filters, by extracting the relevant info from the object. Is there any issue you are facing?
Right, it does but it's a very different format than the runtime filters are typically in the api/sdk. I imagine I can write a converter to do it although I do not yet know if there are some edge cases that are problematic. I was hoping having one format for the filters was a common enough use case you all already had a converter I could just use though.
@mani_uppala this was my question about the liveboard filters
I will check with the team if we already have a converter for this. @utsav.kapoor can help here as well.
We currently do not have the same format and we do not have a convertor too. We can write something on our end too and expose it via SDK. If you are looking for something really quickly, you can implement it in your code and replace it once we publish this in the SDK.
@mani_uppala - Can you open a task for this so I can track ?
@joel @mani_uppala - @yuichirio_ha is working on this fix. Will share the PR once it is ready