Exemple #1
0
def create_pipeline_snapshot_id(snapshot):
    check.inst_param(snapshot, 'snapshot', PipelineSnapshot)
    return create_snapshot_id(snapshot)
Exemple #2
0
 def get_id(self):
     return create_snapshot_id(self)
Exemple #3
0
def create_execution_plan_snapshot_id(execution_plan_snapshot):
    check.inst_param(execution_plan_snapshot, "execution_plan_snapshot",
                     ExecutionPlanSnapshot)
    return create_snapshot_id(execution_plan_snapshot)