Connect Iceberg to Azure Blob Storage (via s3proxy) #41668
Unanswered
trupus
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I will first state my goals and current state of things, and then provide the solution I came up with and the problem with it. Please feel free to point me in a better direction.
Current state
I use azure blob storage to store json files and I need a way to query this data with SQL. I came upon the hive metastore, and later discovered the apache iceberg as a better alternative. While doing the research for the PoC, I learned that s3 is the de facto standard today, but azure blob storage doesn't support this protocol.
Solution I came up with
This is my `docker-compose.yaml`
Problem with the solution
I cannot create the connection
Error Logs
What works
aws
cli to interact with the azure blob storageI think the problem is in the configuration somewhere. But either way, If you know a better way to query with a SQL(like) large amounts of data stored in azure blob storage, I'd be glad to read your opinion
Beta Was this translation helpful? Give feedback.
All reactions