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
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
The text was updated successfully, but these errors were encountered:
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):
Additional context
looks like in code we only defined "s3" to match
The text was updated successfully, but these errors were encountered: