#24. Azure Data Factory - Until Activity in ADF - Real time scenario

Поділитися
Вставка
  • Опубліковано 14 сер 2020
  • Until activity in ADF is equivalent to do-while loop in programming terminologies. In this session, we are going to use until activity to decide when to copy data from an on premise sql server table to the azure sql table based on a refresh status.

КОМЕНТАРІ • 24

  • @STRANGEmunk
    @STRANGEmunk Рік тому +5

    Put the wait activity in the False activity, so you don't have to begin with the wait :)

  • @krishnasamy-zv2bd
    @krishnasamy-zv2bd 9 місяців тому

    Hi Mam, I am new to azure. I had seen many azure video of yours. It was really helpful. Thanks. Keep going.

  • @sravankumar1767
    @sravankumar1767 2 роки тому

    your way of explanation is superb.. everyone can easily understand.

  • @da_nalyst
    @da_nalyst Рік тому

    My until concept got cleared with this. Thank you so much and keep rocking

  • @mr.prasadyadav
    @mr.prasadyadav 2 роки тому +1

    Nice tutorial

  • @vinodabraham3707
    @vinodabraham3707 2 роки тому

    Great Videos

  • @Suman-pc9kr
    @Suman-pc9kr 3 роки тому +1

    Very well explained !!!

  • @phanidivi3613
    @phanidivi3613 3 роки тому +1

    very very nice video mam,thank you so much

  • @subbaramireddykunam5975
    @subbaramireddykunam5975 2 роки тому

    Very well explained, if possible can you please explain with timestamp ?

  • @suniteegarima6649
    @suniteegarima6649 2 роки тому

    Can we use until activity inside an If activity ?

  • @samuelsamm9297
    @samuelsamm9297 2 роки тому

    Thank you so much for this video, I am trying to achieve something for rest api copy data , can u please help me

  • @vijayababumaddi8419
    @vijayababumaddi8419 Рік тому

    i tried this way but my if condition is not being true even the lookup bringing the 'Y' output ..!

  • @saasfamily2831
    @saasfamily2831 2 роки тому +1

    How do i stop until after lets say the time is over?

    • @STRANGEmunk
      @STRANGEmunk Рік тому +1

      Set the Timeout on Until Activity or make a variable more with retry counts and fail after X retry

  • @vipjain04
    @vipjain04 Рік тому

    Hello Mam...one confusing Question is when we Use Parameter, when we Variable ?

  • @suvratrai8873
    @suvratrai8873 3 роки тому +1

    Hi.. Instead of converting the variable 'UntilFlag' to boolean, couldn't we choose its datatype as 'boolean' in the first place, instead of string?

    • @AllAboutBI
      @AllAboutBI  3 роки тому +1

      Very true Suvrat, just wanted to make use of type casting in an expression..

    • @suvratrai8873
      @suvratrai8873 3 роки тому +1

      Thanks for clarifying