No video

42. Lookup Activity in Azure Data Factory

  Рет қаралды 79,773

WafaStudies

WafaStudies

Күн бұрын

In this video, i discussed about Lookup Activity in Azure Data Factory
Link for Azure Functions Play list:
• 1. Introduction to Azu...
Link for Azure Basics Play list:
• 1. What is Azure and C...
Link for Azure Data factory Play list:
• 1. Introduction to Azu...
#Azure #ADF #AzureDataFactory

Пікірлер: 45
@padmanabhareddym4146
@padmanabhareddym4146 3 жыл бұрын
Make sure you create all required prerequisites and execute the pipelines we well.
@mr.prasadyadav
@mr.prasadyadav 2 жыл бұрын
Thank you nice Lecture , if it's possible do with complete scenario we should understand very clearly .
@shwetarawat4027
@shwetarawat4027 10 ай бұрын
Very helpful video, I was exactly looking for this
@aditikadam5609
@aditikadam5609 4 жыл бұрын
Your videos are very helpful
@aditikadam5609
@aditikadam5609 4 жыл бұрын
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
@Globetrotter0510
@Globetrotter0510 2 жыл бұрын
Thanks for the clear explanation
@WafaStudies
@WafaStudies 2 жыл бұрын
Welcome
@subhashkomy
@subhashkomy Жыл бұрын
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 11 ай бұрын
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 7 ай бұрын
Thanks, brother. I tried to execute it but failed with an error. Fixed it by adding the folder value
@balamanikanta1907
@balamanikanta1907 11 ай бұрын
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 жыл бұрын
God bless you...you are wonderful
@tejpatnala709
@tejpatnala709 11 ай бұрын
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......
@prajwalujjani8784
@prajwalujjani8784 2 жыл бұрын
Hi I understand this one....Can you please Explain by connecting to sql server so it makes more sense
@chandrasekharthiyagarajan9634
@chandrasekharthiyagarajan9634 2 жыл бұрын
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 жыл бұрын
Map like this folder=@item().FolderName in the Copy Activity->Sink
@thatikondakrishna7590
@thatikondakrishna7590 3 ай бұрын
@@samsheertc Thanks bro. It helped me 👍
@kirill_mizko
@kirill_mizko 2 жыл бұрын
Thanks you!!!!!!
@WafaStudies
@WafaStudies 2 жыл бұрын
Welcome 🤗
@sonamkori8169
@sonamkori8169 2 жыл бұрын
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
@UmerPKgrw
@UmerPKgrw 3 жыл бұрын
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 3 ай бұрын
@@aqlanable 🤣
@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.❤
@pedja2518
@pedja2518 Жыл бұрын
Thanks
@WafaStudies
@WafaStudies Жыл бұрын
Thank you for super thanks 🤗
@user-gs8xh9ww9i
@user-gs8xh9ww9i Ай бұрын
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
@purushothamnaidu5544
@purushothamnaidu5544 2 жыл бұрын
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 жыл бұрын
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 👍
@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!!!
@AjEzqa
@AjEzqa 3 жыл бұрын
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 2 жыл бұрын
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.
@Deva21v
@Deva21v 3 жыл бұрын
Is it similar to SSIS execute SQL task?
@MrManishelectra
@MrManishelectra 4 жыл бұрын
Hey.. what is the diffrence between lookup activity and get Metadata activity?
@babuganesh2000
@babuganesh2000 3 жыл бұрын
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
@apsram1
@apsram1 Жыл бұрын
can we use the output of look up activity in a SQL of source in copy activity?
@syedzubairhussaini333
@syedzubairhussaini333 7 ай бұрын
Yes
@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
@sarc007
@sarc007 2 жыл бұрын
Jazakallah Khair for sharing this video :) . I would like to connect with you on this :)
43. Transform Data Activities Overview in Azure Data Factory
7:51
41. Validation Activity in Azure Data Factory
9:35
WafaStudies
Рет қаралды 39 М.
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 36 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 39 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 17 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 19 МЛН
Azure Data Factory | Copy multiple tables in Bulk with Lookup & ForEach
23:16
Adam Marczak - Azure for Everyone
Рет қаралды 188 М.
33. ForEach Activity in Azure Data Factory
12:05
WafaStudies
Рет қаралды 81 М.
16. Lookup Activity   Read file from ADLS first row only
9:43
CloudAndDataUniverse
Рет қаралды 1,8 М.
5. Copy Activity in azure data factory | Copy data activity in ADF
14:02
learn by doing it
Рет қаралды 4,8 М.
34. Get Metadata Activity in Azure Data Factory
12:46
WafaStudies
Рет қаралды 69 М.
8. Copy data activity in ADF
23:41
Azure Content : Annu
Рет қаралды 4,1 М.
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 36 МЛН