Forum Discussion

MikeGre's avatar
08-14-2025
Solved

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. Ela...
  • HamzaJ's avatar
    HamzaJ
    08-22-2025

    Hey MikeGre​ ,

    Great find. I took a look at it and...;

    1. 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.
    2. It doesnt seem it does a lot of validations. I only see it validates cubes exists or not
    3. Yes. It should work. Linux only btw

    Hamza