kou commented on issue #40760: URL: https://github.com/apache/arrow/issues/40760#issuecomment-2712327301
@jbonofre I want to know the profile ID of "org.apache.arrow" in https://repository.apache.org/#stagingProfiles .  Do you know how to know the profile ID of "org.apache.arrow"? https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/2/Sonatype%20Nexus%20Repository%202%20Help.pdf#page=247 has a screenshot that shows "Profile ID" but I can't show the UI with my account. (See the above attached screenshot.) FYI: I want to use it for the `/service/local/staging/profiles/<profile-id>/start` REST API described in https://support.sonatype.com/hc/en-us/articles/213465868-Uploading-to-a-Nexus-Repository-2-Staging-Repository-via-REST-API . I tried "org.apache.arrow" for `<profile-id>` but the request was failed: ```xml <nexus-error> <errors> <error> <id>*</id> <msg>Cannot create Staging Repository, profile with id 'org.apache.arrow' does not exist.</msg> </error> </errors> </nexus-error> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
