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

postgres_db_ro doesn't render #350

Open
dmachi opened this issue Jun 21, 2023 · 2 comments
Open

postgres_db_ro doesn't render #350

dmachi opened this issue Jun 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dmachi
Copy link
Contributor

dmachi commented Jun 21, 2023

If I try to launch or resubmit a development/postgres_db_ro I get the "OOPS!!!! Form under construction" message. I'm not sure why. This should not need a custom form. In fact it has only one parameter, "reconstitute" which is a file. I'm not sure why it the auto generated form doesn't work. Any thoughts?

@dmachi dmachi added the bug Something isn't working label Jun 21, 2023
@sahilnarkhade
Copy link
Contributor

I checked the form development/postgres_db_ro and the issue is, its input_schema is blank. According to current implementation no custom form can be generated without input_schema or it being blank

@dmachi
Copy link
Contributor Author

dmachi commented Jun 21, 2023

It is true that the input_schema is blank, but that is perfectly valid. In this case, it only has input_files, so there there are no input parameters. I think it should be valid to have no input files and no input_schema....it would just be form that only asks for the output location (if output_files are defined) and has the submit button.

I did say that we aren't required to validate all of the EpiHiper jobs in net.science, which is true. However, we can use them to identify issues with net.science or to help us debug EXCEADS issues. So it would be nice to make some of the pieces work. I do NOT anticipate trying to make a form for epihiper itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants