【发布时间】:2021-02-19 18:03:38
【问题描述】:
是否可以在 Python 中使用 Azure 函数获取 parquet 文件的架构,而无需从 datalake 下载文件?我使用 BlobStorageClient 连接到数据湖并获取文件和容器,但我不知道如何使用例如 pyarrow 调度命令。
关于pyarrow:https://arrow.apache.org/docs/python/parquet.html
BlobStorageClient:https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python-legacy
【问题讨论】:
-
你介意用stream来实现吗?
标签: function azure-data-lake pyarrow