MikeGre
08-14-2025ETL
Data Security Synchronization between Elasticubes
I was wondering if there is a possibility to synchronize the data security between elasticubes.
For example, I have Elasticube A & Elasticube B which use one field (the same) for data security.
Elasticube A is updated Monthly.
Elasticube B is updated Weekly.
The question is, if there is a functionality or a way to synchronize them. eg. If a change is done to Elasticube A, to synchronize the access rights of Elasticube B "automatically" .
Hey MikeGre ,
Great find. I took a look at it and...;
- It works with custom code e.g. jupyter notebooks. This is implemented within the elasticube functionality. You can create a cube, select this notebook and it will ran with every cube refresh. Cube refreshes you can schedule. You could also implement this in the source cube and everytime it refreshes it will copy the DS to another cube.
- It doesnt seem it does a lot of validations. I only see it validates cubes exists or not
- Yes. It should work. Linux only btw
Hamza