You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always return list of futures on queue_execution, guard against executing empty code cells (#144)
* Always return list of futures on queue_execution, guard against executing empty code cells
* changelog
* have queue_execute return dict of future to cell id
* fix test
* fix changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig
11
11
-`origami.models.notebook.make_sql_cell` convenience function, returns a `CodeCell` with appropriate metadata
12
12
-`rtu_client.change_cell_type` to switch between code, markdown, and sql cells
13
13
14
+
### Changed
15
+
-`rtu_client.queue_execution` will always return a dict of {Future: cell_id}, even on single cell execution. Also guards against executing empty code cells
16
+
14
17
## [1.0.0-alpha.2] - 2023-07-26
15
18
### Changed
16
19
-`api_client.rtu_client` method renamed to `api_client.connect_realtime`, can accept `File` model in addition to `str` / `UUID`
0 commit comments