简体   繁体   中英

Can be used wildcards in Azure Data Lake Gen 2 Rest API?

I've created an Azure Data Lake gen2 filesystem to store and recover data. I've loaded my data correctly (one file per day) but, by the time I want to get it using Azure Data Lake gen2 Rest API I can only access one file for each request, so then, if I need for example one month, I have to do a request for each day and merge it in my local machine, while it would be desirable to do that directly in Azure Data Lake gen2.

I know that it can be done with SparkSQL and Wildcards in Databricks, but it would be better if I could use wildcards directly in Azure Data Lake gen2 rest API. I've looked for this, but I've found documentation not clear. Does everyone know if it is possible, or not, to use something like wildcards in Azure Data Lake gen2 Rest APi?

Thanks in advance

我认为您正在谈论合并数据,目前我认为我们没有这样做的现有 API,但这可以通过使用您提到的内容以及使用 U-SQL 和 ADF 来实现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM