Hello,
Hello,
Is there a way to apply a runtime filter or user-selected filter to a scheduled job in ThoughtSpot Liveboard? While both runtime filters and filters work during liveboard embedding, they are not honored by scheduled jobs.
3 Replies
I don't think runtimeFilters are supported with scheduled job. For user-selected filters you might need to save them. Will let the relevant folks to comment here as to when this might be supported or any workarounds..
Hello @Jason Lee,
While creating schedule this is not supported yet. We have another feature which can cover this functionality. Here are the details for the same:
To have different set of filters for different users, we can use the capability of Attribute-Based Access Control (ABAC) Feature, where in the filters can be persisted for individual users.
Please refer to https://developers.thoughtspot.com/docs/api-authv2#_get_tokens_with_custom_rules_and_filter_conditions for more details.
If this doesn't work for your use-case, could you please file a feature request
cc: @Himanshu Arora @Nicolas
REST API v2.0 authentication
REST v2 APIs support basic and token-based authentication methods.
Thank you, I will try it out.