-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] Add SomaSessionContext to all SOMA objects (#681)
* `SOMATileDBContext` class added and now taken by all `TileDBObject` class constructors. * `SOMATileDBContext` includes a `tiledb.Ctx`, so replaced `ctx` params with `SOMATileDBContext` `context` params. * Moved the `member_uris_are_relative` attr from `PlatformConfig` to `SOMATileDBContext` * `PlatformConfig` is no longer maintained as an instance variable on `TileDBObject`s and no longer passed into constructors. Any future config needed by a `TileDBObject` (that is *not* create operation-related) can become an attribute of `SOMATileDBContext`.
- Loading branch information
1 parent
f331c32
commit 30bcd1e
Showing
21 changed files
with
393 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.