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

azureblob type of connection needs only relative path of container in uri #345

Closed
BPylypenko opened this issue Sep 18, 2020 · 1 comment
Closed
Assignees
Labels
1.3 bug Something isn't working major without one user can perform the target action in a workaround, but it's not obvious

Comments

@BPylypenko
Copy link
Contributor

BPylypenko commented Sep 18, 2020

Describe the bug
azureblob type conection requires in URI relative path of container to the resource.

connections which follow on the screenshots:
with wine connection as a data connection, the training succeded, but with either wine-azure-full-uri, wine-azure or wine-azure-1, the training failed. the only change for training is the data connection.

Screenshots
Screenshot 2020-09-18 at 00 37 23
image

training logs
wine-azure-check.log.txt
wine-azure-1-check.log.txt
image

@BPylypenko BPylypenko added bug Something isn't working major without one user can perform the target action in a workaround, but it's not obvious 1.3 labels Sep 18, 2020
@BPylypenko BPylypenko added this to Backlog in odahu-kanban via automation Sep 18, 2020
@BPylypenko BPylypenko changed the title azureblob type of connection doesn't work without webUILink azureblob type of connection needs only relative path of container in uri Sep 18, 2020
@keshamin keshamin self-assigned this Sep 22, 2020
@keshamin keshamin moved this from Backlog to In progress in odahu-kanban Sep 22, 2020
keshamin added a commit that referenced this issue Sep 24, 2020
Possible options:
- full uri like "https://storage-account-name.windows.net/blob-container-name/path/to/file"
- path like "/blob-container-name/path/to/file"
- path without leading slash like "blob-container-name/path/to/file"
Before only the last option worked.

Co-authored-by: Innokentii Min <innokentii_min@epam.com>
keshamin added a commit that referenced this issue Sep 24, 2020
Possible options:
- full uri like "https://storage-account-name.windows.net/blob-container-name/path/to/file"
- path like "/blob-container-name/path/to/file"
- path without leading slash like "blob-container-name/path/to/file"
Before only the last option worked.

Co-authored-by: Innokentii Min <innokentii_min@epam.com>
@keshamin
Copy link
Contributor

Closed by #353

odahu-kanban automation moved this from In progress to Done Sep 24, 2020
@vlad-tokarev vlad-tokarev moved this from Done to In QA in odahu-kanban Sep 24, 2020
@BPylypenko BPylypenko moved this from In QA to Done in odahu-kanban Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.3 bug Something isn't working major without one user can perform the target action in a workaround, but it's not obvious
Projects
odahu-kanban
  
Done
Development

No branches or pull requests

2 participants