The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Support Azure Blob storage as a data source similar to S3
Hi forum,
is there a way to COPY data into Vertica from Azure Blob storage similar to what we can do with AWS S3?`
I am searching for the Azure analogon of
=> COPY t FROM 's3://AWS_DataLake/*' ORC;
Please advise
Thank you
Dieter
0
Comments
Not yet. If you wanted to build something, writing a UDSource SDK function based on the Azure Blob C++ SDK could be fruitful.
Edit: Worth noting, sadly the UDSource won't work with ORC.
You could try an S3 API wrapper for Azure, e.g. https://minio.io/azure.html