Adam Coffman
Adam Coffman
Hi! So, the new api is [GraphQL based](https://graphql.org/). If you are unfamiliar, you can kind of think of it as similar to SQL. Rather than a series of URL based...
No problem! If you find that you need any additional fields or any other ways to filter the queries, just let us know!
Hi @leexgh We have just pushed a release that includes top level `entrezSymbols` and `entrezIds` filters for the `genes` query. You can now do something like: ``` genes(entrezSymbols: ['BRAF', 'EGFR'])...
@leexgh We can definitely increase the allowable page size up from 50. Unfortunately, we can't let it be entirely unbounded; because GraphQL lets you define arbitrary queries, if we had...
Hi @leexgh, Thanks for following up with us! A new release is out as of Friday that contains the new query documented above. We will push out an additional release...
Hi @leexgh This release it out! We have doubled the maximum page size to 100 entries and the fields that Susanna demonstrated [here](https://github.com/cBioPortal/cbioportal/issues/9521#issuecomment-1845563285) are available for querying. Thanks! Adam
Thank you so much @leexgh for the detailed bug report; that made the issue easy to track down. I have a hotfix going out this afternoon which will resolve it!
Perfect 💯
While exploring the idea of using a `monitoring_image` for this, I noticed it injects more or less the metadata I'd want into the monitoring container via environment variables already: https://github.com/broadinstitute/cromwell/blob/adb8d2ad87cba307e5b1eccd1a3e21857cc9b81c/supportedBackends/google/pipelines/v2beta/src/main/scala/cromwell/backend/google/pipelines/v2beta/api/MonitoringAction.scala#L36...
That makes sense, and I understand the concerns around call caching discussed in the linked issue. If this ENV injection will never be supported is there another recommended method for...