Forum Discussion
Hey mckenziedubois ,
I do not have real experience with your use case. I do think there is a solution that can make this possible, if you are not afraid of getting your hands dirty with programming. Sisense supports creating/updating datamodels via API (https://sisense.dev/guides/restApi/datamodels.v2.html).
You could create a template datamodel which has some dynamic variables (like connector configuration), which you can then fill in on the fly while posting it to Sisense. It might take some time in setting up, but I think in the end you could easily push new versions to all the cubes.
Hamza
Hi Hamza,
During my research today I think I came to the same conclusion that the API is the way to go. Doesn't look like Sisense has any out of the box solutions.
Thanks,