backend/bms_app/services/operations/restore.py [283:291]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def get_control_node_context(self, source_db,
                                 operation, db_mappings_objects):
        context = super().get_control_node_context(
            source_db,
            operation,
            db_mappings_objects
        )
        context['source_db'] = source_db
        return context
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



backend/bms_app/services/operations/restore.py [303:311]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def get_control_node_context(self, source_db,
                                 operation, db_mappings_objects):
        context = super().get_control_node_context(
            source_db,
            operation,
            db_mappings_objects
        )
        context['source_db'] = source_db
        return context
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



