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

"s3a://" format for a minio path is not supported #12464

Open
haon85 opened this issue Jan 25, 2025 · 0 comments
Open

"s3a://" format for a minio path is not supported #12464

haon85 opened this issue Jan 25, 2025 · 0 comments
Labels
bug Bug report

Comments

@haon85
Copy link

haon85 commented Jan 25, 2025

Describe the bug
When I try to ingest from dbt file located in minio with file path "s3a://xxx", I get error "<class 'FileNotFoundError'>: [Errno 2] No such file or directory: 's3a://xxx".

To Reproduce
Steps to reproduce the behavior:
create a ingestion recipe to ingest from a s3a file path.

Expected behavior
The file can be found and ingestion can complete.

Screenshots

Desktop (please complete the following information):

  • OS: datahub deployed in k8s

Additional context
looks like in code we only defined "s3" to match

Image
@haon85 haon85 added the bug Bug report label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant