| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
So that was it? We might want to document that in the property's docstring?
Edit: And maybe also here in the product docs (it's not obvious that a parent job is not part of the multi-statement transaction, at least not to me 🙃 ).
Sorry, something went wrong.
That's the theory. According to a backend engineer "Script parent job is not part of the transaction started in the script. And a script can create multiple transactions, e.g., many BEGIN TRANSACTION; ...; COMMIT TRANSACTION; blocks." Good idea, re: docstring. Added! |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the quick docstring update!
One nit, but not essential.
Sorry, something went wrong.
|
Sent internal CL 397996384 for review to update the REST API docs. |
Sorry, something went wrong.
…pis#978) * test: look for transaction info on child job, not parent job * clarify transaction_info docstring * use sphinx method directive
| Back | FazBrowse Home | New Git URL |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #975 🦕