-
Couldn't load subscription status.
- Fork 72
[SYNPY-1653] Adding tests and re-attach session logic #1256
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
[SYNPY-1653] Adding tests and re-attach session logic #1256
Conversation
|
|
||
|
|
||
| class GridSynchronousProtocol(Protocol): | ||
| """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason this is here and not in the Protocols folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've started to prefer that they end up being in the same python script so they're "next" to eachother and easier to see what's really going on, but both are valid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BryanFauble ! Thanks for your hard work. I tested out most of the examples, and they all worked great. I saw project_id="syn9876543" got included in multiple examples in the docstring, and I am thinking you might want to change it to a test project id?
I noticed you can start a grid session with grid.create(). But how do you edit the grid programmatically in Python? Or the grid will have to be edited in the UI? And is it possible to have multiple active grid sessions? If so, which session will you get when you run grid.create(attach_to_previous_session=True)?
8ba2953
into
synpy-1653-metadata-tasks-and-recordsets
Problem:
Solution:
Testing: