We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many database tables use JSON columns, but sometimes JSON objects are instead stored as strings.
We should check whether JSON columns are actually needed and/or if they are properly populated.
For example, env_vars and cmd columns of Job are not properly populated, see source code.
env_vars
cmd
Job
We would also need to prepare migration scripts to fix the issue for REANA instances that are already deployed.
The text was updated successfully, but these errors were encountered:
See https://codimd.web.cern.ch/-wya8pNTQUuc1Cl8vhjBZg
Sorry, something went wrong.
mdonadoni
No branches or pull requests
Many database tables use JSON columns, but sometimes JSON objects are instead stored as strings.
We should check whether JSON columns are actually needed and/or if they are properly populated.
For example,
env_vars
andcmd
columns ofJob
are not properly populated, see source code.We would also need to prepare migration scripts to fix the issue for REANA instances that are already deployed.
The text was updated successfully, but these errors were encountered: