42. Lookup Activity in Azure Data Factory

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 45

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

    Thank you nice Lecture , if it's possible do with complete scenario we should understand very clearly .

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

    Very helpful video, I was exactly looking for this

  • @padmanabhareddym4146
    @padmanabhareddym4146 4 роки тому +2

    Make sure you create all required prerequisites and execute the pipelines we well.

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

    Thanks for the clear explanation

  • @aditikadam5609
    @aditikadam5609 4 роки тому +2

    Your videos are very helpful

    • @aditikadam5609
      @aditikadam5609 4 роки тому +1

      Can you make a video on how to use lookup activity for csv files ?
      I want to get values from one column of csv file which I have in datalake

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

    Hi I understand this one....Can you please Explain by connecting to sql server so it makes more sense

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

    hi brother,, doest it require to add .firstRow.FoderName part in dataset parameter value in case 1 , i guess it is already filtering the required folder name from activity output by enabling only first row option, so why to hardcode again entire parameter value with firstrow.FolderName, @activity('Lookup')output.firstRow.FoderName)
    it means it cannot just give the exact value (output1) by enabling first row only option, iguess it will work since we are actually filtering folder name from table by select query statement..
    explination ???please crt me......

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

    Hi maheer,
    Update query in lookup actually updating the table but with failure message.
    Can you please suggest any workaround for this.

  • @rajunadimpalli9636
    @rajunadimpalli9636 4 роки тому +1

    God bless you...you are wonderful

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

    Can we use U-SQL activity in place of lookup activity? Because, in both the scenario we are querying on a db and fetching the values.
    If we can't ? Please share the difference between u-sql and lookup activity?

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

    Where exactly the select doldername from....table is getting executed? Meaning in which DB? You created a DS with on existing sql sb right. Help me to understand this point please.❤

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

    Brother you didn't run this after completing. This won't work. You missed foldername parameter in Sink after @item(). It should be @item().foldername

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

      thats what i am thinking, either he added wrongly in first case( @activity('Lookup')output.firstRow.FoderName) or he missed foldername in second case (@item().foldername) which was wrong ?
      also doest it require to add .firstRow.FoderName part in dataset parameter value in case 1 , i guess it is already filtering the required folder name from activity output enabling only first row option, so why to hardcode again entire parameter value @activity('Lookup')output.firstRow.FoderName)

    • @gurupradeep9648
      @gurupradeep9648 9 місяців тому

      Thanks, brother. I tried to execute it but failed with an error. Fixed it by adding the folder value

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

    Please provide the links in the description which u have showed in the video

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

      Thank you for feedback. Will do that in upcoming videos

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

    Can someone please explain the difference between lookup activity and get metadata activity...Also explain me when we are going to use LookUp activity and Get Metadata activity in realtime, that would really really helpful to me, Thanks in advance!!

    • @kandasamyarunachalam3321
      @kandasamyarunachalam3321 2 роки тому +11

      In Get meta data activity, it will fetch th data of the file like name,sizez,type ,but in look up activity it will read and retrieve the data present inside the file..
      Anyone can correct me if I'm wrong 👍

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

    Thanks

  • @YOGESHMULEY-n1j
    @YOGESHMULEY-n1j 3 місяці тому

    HI maheer , can we use linked credit card for this free subscription ?? i mean i am having two credit cards for icici bank . i have already used one but i cant do it for second , can you assist

  • @chandrasekharthiyagarajan9634
    @chandrasekharthiyagarajan9634 2 роки тому +3

    Hi Can someone help me with below error "Failed to convert the value in 'folderPath' property to 'System.String' type." I followed the same steps as like in video but got above error in "Copy Activity". Any help is highly appreciated.

    • @samsheertc
      @samsheertc 2 роки тому +2

      Map like this folder=@item().FolderName in the Copy Activity->Sink

    • @thatikondakrishna7590
      @thatikondakrishna7590 5 місяців тому

      @@samsheertc Thanks bro. It helped me 👍

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

    Thanks you!!!!!!

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

    For the first requirement you used output.firstRow.FolderName but in the second requirement you used just @item{}. Wouldn't this give the whole row i.e. both the columns? how will it pick just the second column FolderName for each item?

    • @rahulkv7166
      @rahulkv7166 3 роки тому +3

      in second case its output.value and in copy it will be @item{}.columnn_name

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

      In copy activity sql query we have selected only 1 column ie outputFoldername, so it will take only foldername column from the table.

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

    Hi...your putting lot of efforts to make these vide'os..just add 10% more effort to make the lab..so that your channel become to next level (high)

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

    What if i need to deal with 10000 record?? Is there any way to push the limit from 5000 to more!!!

  • @naveenshindhe2893
    @naveenshindhe2893 3 роки тому

    Hi, Can we execute insert SQL like below in Lookup activity.. please let me know.
    insert into Table1 (Column1) Select ('test1');
    select x;

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

      Lookup is to query and fetch results. Insert isn't possible

  • @Deva21v
    @Deva21v 3 роки тому

    Is it similar to SSIS execute SQL task?

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

    can we use the output of look up activity in a SQL of source in copy activity?

  • @MrManishelectra
    @MrManishelectra 4 роки тому +1

    Hey.. what is the diffrence between lookup activity and get Metadata activity?

    • @babuganesh2000
      @babuganesh2000 4 роки тому +1

      Metadata works with limited connectors, Lookup has wide variety of connectors and also by default it returns 1 row. I think lookup and copydata activity works hands to hand

  • @sarc007
    @sarc007 3 роки тому

    Jazakallah Khair for sharing this video :) . I would like to connect with you on this :)

  • @UmerPKgrw
    @UmerPKgrw 3 роки тому +4

    In each video, u tell about user properties :-( add it in title.

    • @aqlanable
      @aqlanable 3 роки тому

      we have general, settings and user proprties , if you want to see more about user proprties please check the previous video

    • @mohamedhusain7807
      @mohamedhusain7807 5 місяців тому

      @@aqlanable 🤣