-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enrich data source / asset association (#584)
* Add columns to Asset <-> DataSource Assoc. Tests fail. * Tweak construction * WIP * Mostly works. Parameter names need adjustment. * Add dedicated filepath-based constructors. * Sort assets by (parameter, num). * Test registering TIFF seq out of alphanumeric order. * Test HDF5 virtual dataset. * copyedit docstring Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com> * Copy edit docstring Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com> * Test for parameter, num uniqueness constraints. * Create trigger. Caught one case but not the other. * Trigger works for all cases, on SQLite. * Tests pass on PostgreSQL also * Adapters expect URIs * Catalog and writing tests pass. * Add docstring with examples * Directory walker tests pass * Revert confused change * TIFF tests pass * Zarr handles init (no structure) and access (structure). * Update XDI to use URI. * Change some custom mimetypes and refactor default creation. * WIP: Write migration * Generate TIFF sequences in example data. * fixes * Migration is tested on SQLite * Fix usage * Make PG trigger conditional same as SQLite * Add missing constraint for PG. * Include SQLite test data in CI. * Run database migrations against example data in CI. * Target correct database for upgrade * Rename SQL function * Explain overly clever test. * Update docstring for API change. * Give trigger better name. * Comment on handling of HDF5 virtual data sets. --------- Co-authored-by: Padraic Shafer <76011594+padraic-shafer@users.noreply.github.com>
- Loading branch information
1 parent
391696b
commit 97ad75b
Showing
23 changed files
with
985 additions
and
233 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
Oops, something went wrong.