Azure Data Factory | Copy multiple tables in Bulk with Lookup & ForEach

Azure Data Factory | Copy multiple tables in Bulk with Lookup & ForEach

Adam Marczak - Azure for Everyone

4 года назад

185,364 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Rob Heim
Rob Heim - 08.11.2023 21:42

Thanks!

Ответить
Erick Cavero Levano
Erick Cavero Levano - 27.10.2023 19:44

I did that with ms sql but i have an issue when i add new columns in the source, even when over sink y put a pre query to drop table, the issue is refer to new columns doesn't exist in the sink table
,please someone could help me?

Ответить
Data is Fun
Data is Fun - 26.10.2023 18:34

Thanks, this is beautiful.

Ответить
Agnor Pettersen
Agnor Pettersen - 18.10.2023 19:25

Very good explanation! I will try to read a list of tables but not export but do mask certain columns. I guess i have to use a derved column inside the for each loop maybe. Three parameters: schema_name, table_name and column_name. But how to make: update <schema_name>.<table_name> set <column_name> = sh2(<column_name>) where Key in (select Key from othertable) in a derived column Name context?

Ответить
Nisarg
Nisarg - 12.10.2023 18:27

Can we export only top 1000 rows from each table?

Ответить
Vishnu Kollara
Vishnu Kollara - 29.08.2023 18:29

Can we do the same activities on various lists in a sharepoint site?

Ответить
sourabh singh
sourabh singh - 20.08.2023 11:18

Hi Adam, how to ingest excel file from container to Synapse table ?

Ответить
Oscar Garcia
Oscar Garcia - 28.07.2023 19:16

This video was really helpful! you have leveled up my Azure skills, Thank you sir, you have gained another subscriber

Ответить
Ana Carrizo
Ana Carrizo - 18.07.2023 02:08

THANK YOU SO MUCH for this! The step-by-step really helped with what I needed to do.

Ответить
Interesting Videos
Interesting Videos - 03.07.2023 11:26

It seems that when LookUp and Foreach do not work together when LookUp is bonded to one linked Service and Dataset and ForEach to another...(LookUp is on Azure SQL Server and ForEach is on another On Premise Server)

Ответить
Tomasz Wilinski
Tomasz Wilinski - 11.06.2023 08:04

That's not really what I am looking for Copy tables from db1 to db2 (different servers) based on list source/destination.

Ответить
Mark Dransfield
Mark Dransfield - 08.06.2023 12:35

Brilliant teaching style Adam. Very watchable. I particularly like how you explain the background. I've subscribed and will watch more of your videos.

Ответить
Paul H
Paul H - 26.05.2023 02:37

awesome

Ответить
Alireza Khodaee
Alireza Khodaee - 24.05.2023 10:51

Greate one!

Ответить
Pedro Vasconcelos
Pedro Vasconcelos - 08.05.2023 19:04

Very Good

Ответить
Anil chenchu
Anil chenchu - 08.05.2023 09:39

Awsome adam there cant be a way to explain better than this

Ответить
Sameera Navalkar
Sameera Navalkar - 11.04.2023 16:33

Thank you so much for this. It helped a lot

Ответить
Leon Kriner
Leon Kriner - 17.02.2023 07:25

Amazingly simple and informative!

Ответить
Mak Kerry
Mak Kerry - 15.02.2023 21:10

Hi Adam, thanks for the video! I am wondering if it is possible specify just one row from the table by id and copy it? Thanks in advance!

Ответить
manoj reddy
manoj reddy - 07.02.2023 22:27

Thanks for the video, that's a great one.
I have a question like, This pipeline will run on all the tables or some tables according to our logic, but what if we add new tables to the data source and if we run this pipeline again it will run over all the tables again rt? how can we run only on newly added tables, not on the ones that already exist on target?
Hope you can help me.
Thank you

Ответить
Bachar Bouazza
Bachar Bouazza - 26.11.2022 18:27

Thank you! well done.

Ответить
gunturu laxmi
gunturu laxmi - 11.11.2022 06:10

Videos are very much clear to the people who would like to learn and practice.Thanks alot.your hard work is appreciated.

Ответить
Renee Poore
Renee Poore - 21.10.2022 04:34

Wow this was explained so well. Thank you!!!

Ответить
Satyabrata Barik
Satyabrata Barik - 15.10.2022 19:55

Great Explanation !!!!

Ответить
Ahmed Roberts
Ahmed Roberts - 09.10.2022 15:30

Excellent, Excellent video. This has truly cemented the concepts and processes you are explaining in my brain. You are awesome, Adam!

Ответить
shailesh sondawale
shailesh sondawale - 30.09.2022 15:03

What a wonderful content you have place in social media.. What a world class personality you... People certainly fall in love with your teaching..

Ответить
Radio Manzel
Radio Manzel - 29.09.2022 18:41

it was so perfect , I was able to follow and copy data in first attempt .thanks

Ответить
jakirajam khan
jakirajam khan - 13.09.2022 17:18

The way you explain is super Adam. Really nice

Ответить
DIAT Projects
DIAT Projects - 19.08.2022 14:08

Very well explained. Thank you so much!

Ответить
Omkar P
Omkar P - 20.07.2022 07:06

Awesome video 👍 my requirement is the other way around, how can I copy from ADLS to Azure SQL, i have multiple files in multiple folders in ADLS storage account?

Ответить
Channel
Channel - 14.07.2022 23:37

Thank you for the great information. I wonder how much of this gui-based development can be replaced by code only. In my experience it is easier to troubleshoot a thousand lines of code than gui settings across 50 forms.

Ответить
Santanu Ghosal
Santanu Ghosal - 14.07.2022 16:05

I was looking for this video. Thanks for making this. It helps a lot. Thanks again.

Ответить
Pavan Kumar S
Pavan Kumar S - 13.07.2022 21:14

You are very good 👍 explained well thanks 😊

Ответить
Bhushan Amrutkar
Bhushan Amrutkar - 15.06.2022 12:28

Thanks Adam for wonderful lectures. I am facing error while executing command to fetch all the table details using lookup activity in ADF.

A database operation failed with the following error: 'Reference to database and/or server name in '<<database_name>>.INFORMATION_SCHEMA.TABLES' is not supported in this version of SQL Server.'
Reference to database and/or server name in '<<database_name>>.INFORMATION_SCHEMA.TABLES' is not supported in this version of SQL Server., SqlErrorNumber=40515,Class=15,State=1,

Could you please suggest on this?

Ответить
SouthernFans
SouthernFans - 12.06.2022 04:29

👍👍👍 very good explanation.. 👍👍.

Ответить
Mohan Gonnabathula
Mohan Gonnabathula - 08.06.2022 18:30

You are a legend. Next level editing and explanation

Ответить
Rathika Venkatesh
Rathika Venkatesh - 08.06.2022 18:20

I want to copy mysql db to azure sql db with all tables with constraints, data . Could you please help me

Ответить
Marvin Vicente
Marvin Vicente - 01.06.2022 02:16

Hi Adam, I really appreciate you video. Thanks for your videos! I hope you can also create a video for ODBC as data source.

Ответить
Bijou Bakson
Bijou Bakson - 30.05.2022 09:38

Thank you.

Ответить
Sunny Goswami
Sunny Goswami - 14.05.2022 20:06

Amazing explanation Adam! Thank you for this! qq- Can the For Each activity run things concurrently? i.e. in this example, can it pass the 3 table_name, schema_name values to the Copy Data activity at the same time?

Ответить
gennifer lyon
gennifer lyon - 30.04.2022 08:28

Thank you Adam! I had been trying to follow some other written content to do exactly what you showed with no success. Your precise steps and explanation of the process were so helpful. I am successful now.

Ответить
Sabareetha M.Premnath
Sabareetha M.Premnath - 29.03.2022 13:03

Is it possible to validate different date format from different source file in copy activity before inserting into one sink table.

Ответить
praveen sharma
praveen sharma - 09.03.2022 12:22

thanks for the video

Ответить
Abinash Tumulu
Abinash Tumulu - 14.02.2022 19:36

very simple yet powerful explanation

Ответить
Vikas Srivastava
Vikas Srivastava - 01.02.2022 21:53

Awesome vedio Adam!

Can we use ms access db as source data also?

Ответить
E 2nd Coming Soon
E 2nd Coming Soon - 24.01.2022 02:34

Thank you! I really appreciate all you share, it truly helps me

Ответить
nofan munawar
nofan munawar - 18.01.2022 03:30

Super cool video sir. You are my priority to search about azure after stackoverflow LOL.
Sir, how about the cost ? Is it better using loop or paralel. Coz using loop it makes you have extra running time.

Ответить
pds qsql
pds qsql - 13.01.2022 22:54

Wow! What Great video, very easy way step by step tutorials and explanations. Well done!

Ответить
ABDUL SAMAD KHAN
ABDUL SAMAD KHAN - 10.01.2022 09:46

Kindly also share how to copy from SQL table to another SQL table without Blob storage or Ingestion table. Thanks

Ответить
Akshay Bhardwaj
Akshay Bhardwaj - 08.01.2022 09:56

Thanks for your all helpful videos, thank you so much. I have one Query
How can we run a pipeline in parallel to copy data from 5 different Sources to respectively 5 different Targets ? 1 is it possible by passing 5-5 different connection strings (source & target string) ? 2nd Can we have a master pipeline wherein a Foreach activity we can call this One pipeline and run it in parallel for 5 different source and targets movement?

Ответить