Forum Discussion

lucianomagalhae's avatar
lucianomagalhae
New Member
3 years ago
Solved

Load local and incremental files

I want to create a pipeline where I need to upload some CSV files to a lakehouse. After the first load, only new files that are in the folder should be uploaded. At the moment I have some limitations...
  • ajarora's avatar
    3 years ago

    Pipelines dont support connecting to data onpremise or on your local machines. Currently the data must be available on cloud, in one of the supported data stores (like azure blob or adls gen2 etc)

    You can setup azcopy process on your desktop to upload this incremental data to an azure blob (check azcopy sync). And then load it into LH using pipelines copy activity.