-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up legacy in Job class schema #2110
Comments
Hi, I was looking into this issue. Should the ForbidLegacyInput Option be removed as well as part of this change? |
Yes, it should indeed. Make sure to keep the inputdata field in the schema though. |
I am working on this issue, but I would like to know what I should write in place of the field that is being removed. In conditional statements fields are used so how should I remove them? |
I believe that @vedanshbhartia is already working on this issue. As a reply to your question, the |
Some components (such as the |
That rather reflects that the complete |
Removes the LCG backend and related code
The Job class has some very old legacy fields in the schema. The fields
inputsandbox
,outputsandbox
andoutputdata
can be removed.The rest of the code base should be checked and places where these are used should be removed as it all deals with legacy ways of specifying a job.
The
ForbidLegacyOutput
config option should be removed as well. This last bit is related to #2109.The text was updated successfully, but these errors were encountered: