-
Notifications
You must be signed in to change notification settings - Fork 26
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
[python] Let ingest accept additional_metadata: dict[str, Metadatum]
#2258
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2258 +/- ##
==========================================
+ Coverage 81.28% 90.31% +9.02%
==========================================
Files 88 37 -51
Lines 6402 3892 -2510
Branches 215 0 -215
==========================================
- Hits 5204 3515 -1689
+ Misses 1100 377 -723
+ Partials 98 0 -98
Flags with carried forward coverage won't be shown. Click here to find out more.
|
additional_metadata: dict[str, str]
additional_metadata: dict[str, Scalar]
additional_metadata: dict[str, Scalar]
additional_metadata: dict[str, Scalar]
additional_metadata: dict[str, Scalar]
additional_metadata: dict[str, Metadatum]
ryan-williams#1 (comment): example test including a Believe this is g2g. |
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.
🚢
#2258) * add Metadatum/METADATA_TYPES * IngextCtx TypedDict * refine `_create_or_open_collection` type hint * ingest.py: `add_metadata` helper * `TileDBObject.verify_open_for_writing()` helper
Issue and/or context: #2252
TODO:
skip_existing_nonempty_domain
branches)ingestor.py
tests