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

Failed to create a stage on azure blob storage. #15232

Open
nashgao opened this issue Apr 14, 2024 · 2 comments · May be fixed by #15234
Open

Failed to create a stage on azure blob storage. #15232

nashgao opened this issue Apr 14, 2024 · 2 comments · May be fixed by #15234

Comments

@nashgao
Copy link

nashgao commented Apr 14, 2024

Hi guys, new to databend just trying to figure out how to use it along with azure blob storage.

I was trying to create a new stage base on the blob storage and found the pattern for the url as:

'azblob://<container>[<path/>]'

So I tried to run this command under bendsql

CREATE STAGE test
    URL='azblob://my-container/'
    CONNECTION =(ENDPOINT_URL='https://my-username.blob.core.windows.net/my-cotainer/' account_key='my-account-key' account_name='my-account-name');

then it returned with this error

 APIError: ResponseError with 2001: InvalidArgument:  source: databend_common_proto_conv::from_to_protobuf::Incompatible: Incompatible: stage type: azblob 

Unfortunately I couldn't find a fully working example for azure storage (everything is s3 related), is it possible for anyone to tell me what i did wrong, or databend just doesn't support azure storage as of now.

@BohuTANG
Copy link
Member

@Xuanwo may be able to assist with this issue.

@Xuanwo Xuanwo linked a pull request Apr 15, 2024 that will close this issue
11 tasks
@Xuanwo
Copy link
Member

Xuanwo commented Apr 15, 2024

Should be fixed in #15234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants