Live Demo | How to Copy Latest File from lake in azure data factory| Tutorial 22 | LearnITEveryDay

preview_player
Показать описание
How to find Latest File in Lake.
Copy latest file from lake.

Logic to Get latest Date shown in the video:

@if(
greater(
formatDateTime(variables('LatestFileTime')),
)
Комментарии
Автор

Thanks a lot, it was very useful for my first ADF project - I had to adapt it to my case of course, but this was a great practical starting point!

vincenzodeconcilio
Автор

Thanks a lot for your video, it was a great help to build up my incremental load pipeline.

samorodko
Автор

Great important solution. Pls make vedio on critical issues. Thanks

arghaghosh
Автор

Really awesome video and please upload more videos like this..

manasmohanty
Автор

Hi I'm fallowing your videos thanks for your video's

ITEraTech
Автор

if possible could you please share video on how to laod data into azure sql as partitions, I'm doing full load from azure blob into azure sql as partitions for performance improvements

ITEraTech
Автор

I had a doubt in adf which
Is there any chance of sorting top n childitems from a metadata activity

yash.th
Автор

Hi, May i know the datatype of variables? while using string or array, getting error on formatDateTime function. please help me

sathishkumargovindasamy
Автор

(latestfile -1 sec): can u elaborate this, I didn't understand

AnandKumar-dcbf