Hi guys,
For our use case, we are ingesting datasets from s3. For every dataset created, we are wondering if there’s a way to programmatically create the paginated table dashboard and generate embedding link to use in our portal so that no manual intervention is required?
To do this effectively and automatically you will need to create permissions and most likely a lambda function but the general outline is that you will need to create a version of the analysis that you want to publish as your dashboard and use that as a template. From there you can use APIs to make updates. I would recommend checking out the following:
Thanks @duncan ! From my understanding, we basically manually make one visual analysis for one dataset, then call APIs to recreate dashboard for all other datasets through the saved analysis template. is that correct?
Essentially yes, you will want to create the template and then be able to plug in the new datasets. That being said, the datasets will need to be consistent. At least from my experience, it is a lot easier when the datasets share the same fields.