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

[BUG] pyflyte run --remote fails to upload files to Azure Blob Storage (HTTP 400) #3942

Open
2 tasks done
devictr opened this issue Aug 10, 2023 · 2 comments
Open
2 tasks done
Labels
bug Something isn't working flytekit FlyteKit Python related issue stale

Comments

@devictr
Copy link

devictr commented Aug 10, 2023

Describe the bug

When trying to run a basic workflow, I get this error:

$ pyflyte run --project flytesnacks --domain development --remote basics/hello_world.py my_wf
Failed with Exception Code: USER:ValueError
Value error!  Received: 400. Request to send data <azure blob storage URI> failed.

Doing some debugging revealed that the response from Azure Blob Storage is:

<?xml version="1.0" encoding="utf-8"?>
<Error>
    <Code>MissingRequiredHeader</Code>
    <Message>
        An HTTP header that's mandatory for this request is not specified.
        RequestId:ebd5dfbc-f01e-001d-5074-cb4f26000000
        Time:2023-08-10T10:24:58.6553767Z
    </Message>
    <HeaderName>x-ms-blob-type</HeaderName>
</Error>

Expected behavior

pyflyte --verbose run --project flytesnacks --domain development --remote basics/hello_world.py my_wf
Should not fail and should start running a workflow.

Additional context to reproduce

No response

Screenshots

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@devictr devictr added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Aug 10, 2023
@welcome
Copy link

welcome bot commented Aug 10, 2023

Thank you for opening your first issue here! 🛠

@eapolinario eapolinario added flytekit FlyteKit Python related issue and removed untriaged This issues has not yet been looked at by the Maintainers labels Aug 11, 2023
Copy link

github-actions bot commented May 8, 2024

Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable.
Thank you for your contribution and understanding! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flytekit FlyteKit Python related issue stale
Projects
None yet
Development

No branches or pull requests

2 participants