Skip to content
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

models: json objects are stored as strings in json columns #209

Open
mdonadoni opened this issue Nov 20, 2023 · 1 comment
Open

models: json objects are stored as strings in json columns #209

mdonadoni opened this issue Nov 20, 2023 · 1 comment
Assignees

Comments

@mdonadoni
Copy link
Member

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.

We would also need to prepare migration scripts to fix the issue for REANA instances that are already deployed.

@mdonadoni mdonadoni self-assigned this Nov 21, 2023
@mdonadoni mdonadoni added this to 0.95.0 Aug 8, 2024
@mdonadoni mdonadoni moved this to In work in 0.95.0 Aug 8, 2024
@mdonadoni mdonadoni added type/enhancement New feature or request size/m labels Nov 14, 2024
@mdonadoni
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In work
Development

No branches or pull requests

1 participant