Closed SamiRehmanNostra closed 3 years ago
Hi @SamiRehmanNostra,
you can check cube state using following code:
from mstrio.project_objects.datasets.cube import CubeStates
CubeStates.show_status(17510)
The output in this case is:
['Imported', 'Ready', 'Loaded', 'Persisted', 'Active', 'Reserved']
All of the possible states are listed under CubeState class. If there would be any problem with cube, you will receive in the output Dirty or Dirty Info state.
How can I check if a cube has been successfully refreshed, the status I receive if 17510 which means the processing of the cube is finished, but it doesn't tell me if the cube has refreshed or crashed?
Please note I want to ensure that the cube has successfully been re-published.