-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add helpers for simplifying Atlas usage #83
Comments
whazor
changed the title
Add helpers for simpliy
Add helpers for simplifying Atlas usage
May 7, 2019
We could think of alternative functionality that retrieves the same result as above. |
6 tasks
Another method is for mocking responses from Atlas:
Example usage:
where you can query with both |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Amundsen I created the following two helpers to work with Atlas Output, I create this issue as we could think about incorporating similar functionality within this library.
A method for transforming an entity collection to a list of entities:
Transforming a entity_bulk into a dictionary from 'guids' to entities:
The text was updated successfully, but these errors were encountered: