Skip to content

Commit

Permalink
enh: add pipeline:dcnum mapping metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 7, 2024
1 parent be672ce commit 5f87fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- docs: document S3 environment variables
- enh: warn user about missing endpoint URLs in S3 format and raise an
exception when push comes to shove
- enh: add "pipeline:dcnum mapping" metadata
0.58.6
- enh: for access to private S3 data, introduce the environment
variables `DCLAB_S3_ENDPOINT_URL`, `DCLAB_S3_ACCESS_KEY_ID`,
Expand Down
1 change: 1 addition & 0 deletions dclab/definitions/meta_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
# the "|" character in this order: generation, data, background,
# segmenter, feature, gate.
["dcnum hash", str, "Hash"],
["dcnum mapping", str, "Event mapping from original dataset"],
["dcnum segmenter", str, "Segmenter ID"],
# The event yield the number of events the pipeline produced and
# helps identify files that were e.g. exported from original files.
Expand Down

0 comments on commit 5f87fc4

Please sign in to comment.