Skip to content
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

MultiVOMetadata doubling VO identifier #7687

Closed
andresailer opened this issue Jun 21, 2024 · 3 comments · Fixed by #7708 or #7719
Closed

MultiVOMetadata doubling VO identifier #7687

andresailer opened this issue Jun 21, 2024 · 3 comments · Fixed by #7708 or #7719
Assignees
Milestone

Comments

@andresailer
Copy link
Contributor

It happens that the metadata key has twice appended (for example in the Transformation.InputDataAgent)

return meta + _getMetaNameSuffix(credDict) if meta not in MetaQuery.FILE_STANDARD_METAKEYS else meta

Should

  1. Prevent the creation of meta data keys with ___ inside
  2. Only append ___<vo> if it hasn't been appended yet

cc. @marianne013 @martynia

@martynia
Copy link
Contributor

@andresailer could you post medatadata commands you used with @marianne013 to add to the catalog, so I could reproduce the issue ?

@martynia
Copy link
Contributor

Fix proposal here: #7708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment