Replies: 2 comments 1 reply
|
I would say 1 -- presumably this is an error that would need to be handled anyway, and for the purposes of the "demo" i think it makes sense to demonstrate functionality even if it doesn't work |
1 reply
|
It looks like we're going to remove the endpoint, so going to close this discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We will be deploying a public AnyVLM instance in #49 . The DB users are RO so they will get a
Ingestion failed: (psycopg2.errors.InsufficientPrivilege) permission deniederror when they try to make a request toPOST /ingest_vcf.We should either:
I'm going back and forth on which one to do. I prefer 2, but then it would introduce Wagner Lab-specific logic to hide this router. 1 is fine, but it seems silly to display an endpoint that will always return a permission denied error.
All reactions