Skip to content

Commit

Permalink
(Chore): Support bundle_names in bundle manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Dec 8, 2020
1 parent dd7da71 commit d52a02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/tools/indexing/manifest_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
AUTHZ_COLUMN_NAMES = ["authz"]
AUTHZ_STANDARD_KEY = "authz"

BUNDLENAME_COLUMN_NAME = ["bundle_name", "name"]
BUNDLENAME_COLUMN_NAME = ["bundle_name", "name", "bundle_names"]

IDS_COLUMN_NAME = ["ids", "bundle_ids"]

Expand Down

0 comments on commit d52a02d

Please sign in to comment.