You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GitBytes I'm not able to reproduce this issue. After I've added the user ID, project ID and relationship UUID to the project_user table the user appeared in the list of available users. I tested this in both interactive and non-interactive ways.
The thought to check the metadata before uploading is try doing a --dry-run and --interactive to validate the user you are looking for shows up in the list returned from the user of record query.
Pacifica CLI Tool version
v0.4.0
Platform Details
RHEL 6.6, Python3.6 (Conda)
Scenario:
Trying to use the base uploader.json metadata profile config to define cli option for user of record.
Steps to Reproduce:
set
--user-of-record
and verify the chosen userid has been passed through to the final transaction metadata details upon successful upload.Expected Result:
user-of-record to be id 12345 when declared via cli
Actual Result:
Some other user id appears in the user-of-record id field (maybe PI?, not really sure the condition for end result).
The text was updated successfully, but these errors were encountered: