Skip to content

Conversation

BryanFauble
Copy link
Member

Actually covers SYNPY-1653 and SYNPY-1655

Problem:

  • RecordSet and CurationTask are new concepts introduced to the Synapse Rest APIs and need to be implemented in Python.

Solution:

  • Implement these new concepts, new APIs, and some supporting classes

Testing:

  • Unit tests

  • Integration tests

  • Did manual testing during development, but needs more comprehensive testing

try:
item = loop.run_until_complete(async_gen.__anext__())
yield item
except StopAsyncIteration:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this try/except loop break for other reasons except StopAsyncIteration? Does it matter that there's no cleanup after the break here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants