-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update auto-generation of query result examples #368
Comments
This might be a bit complex, so we should
|
One idea could be to use write an e2e test and mock the response using the f-api success response example save the files as artifact (I think cypress has a setting for this) and then make a PR to the Neurobagel example with the artifacts using the Neurobagel bot. |
Updated the issue desc with steps to implement. @rmanaem, let me know if the tasks make sense to you! |
@alyssadai please provide example of PR in other repo from climate dashboard |
Hey @rmanaem, see this workflow for an example of using the create-pull-request action to create PRs. Here's an example from the action maintainer on creating PRs in a different target repo (afaict): |
See also the newly added sections in the developer docs about using Neurobagel Bot app tokens for multi-repo workflows: and about the Our list of PATs has also been updated to indicate which ones have been replaced by the Neurobagel Bot app. |
We need to update the current workflow for auto-generating query result examples, to ensure that the examples are intuitive for a user and represent a typical federated query result structure.
Ideally, we would be able to auto-generate an example that:
Steps to implement
neurobagel_examples
is updatedThe text was updated successfully, but these errors were encountered: