Forum Discussion

FotFly's avatar
FotFly
Helper II
1 year ago
Solved

Get Data from Azure Storage Table

Hi all, I want to get some data from an azure storage table. Since my dataset will be large I tried to reduced it filtering out some rows. When I hit close and apply around 6 hours later I get a t...
  • lbendlin's avatar
    lbendlin
    1 year ago

    In my experience query folding is limited to data sources that expose some sort of SQL interface (including Oracle, and even SFDC).  Yours sounds more like a blob storage and would have to be ingested as is before applying the transforms.