Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Python3 Migration Notes

Amanda Goldani edited this page Jun 24, 2021 · 9 revisions

This page is intended to show the differences between old version of the code and the new one.

ReqMgrReader

Includes all functions from utils.py talking to the request manager.

Python 2 Python 3 tested notes
getWorkload getWorkflowSchema there is duplicated code in utils.workflowInfo (~line 3814) doing the same thing, in this case use try_cache=True if keeping the same behavior when migrating to Python 3
getWorkflowByCampaign getWorkflowSchemaByCampaign
getWorkflowByOutput getWorkflowSchemaByOutput changed endpoint from couchdb
getWorkflowById getWorkflowSchemaByPrepId changed endpoint from couchdb
getWorkflows getWorkflowsByStatus
getWorkflowsByName getWorkflowSchemaByName
getSchema getSchema
getReqmgrInfo getReqmgrInfo
getAgentConfig getAgentConfig
getSplittingsNew getSplittingsNew

Clone this wiki locally