
- 5
- 3 869
Vasani Tech
India
Приєднався 28 гру 2022
vasanitech is all about helping you by upgrading and mastering your skills set on cutting edge technologies like :
Azure
Azure Data Engineer
SQL Server
Azure Data Factory
Azure
Azure Data Engineer
SQL Server
Azure Data Factory
5 Foreach activity in Azure Data Factory
In this video i am explaining about foreach activity in Azure data factory with practical demo.
#adf #azuredatafactory #dataengineers
#adf #azuredatafactory #dataengineers
Переглядів: 220
Відео
4.Copy multiple tables data from SQL table to ADLS using parameterize dataset in Azure Data Factory
Переглядів 3,4 тис.Рік тому
In this video i am explaining how to copy multiple tables data from SQL table to ADLS using parameterize dataset in Azure Data Factory. #adf #azuredatafactory #dataengineers
2 How to copy all the files and folders from ADLS folder to another folders in Azure Data factory
Переглядів 70Рік тому
In this video am going to discuss how to copy all the files and folders from the ADLS folder to the another ADLS folders using azure data factory with practical. #azuredatafactory #ADF #dataengineers
Copy Data Activity in Azure Data Factory
Переглядів 76Рік тому
In this video i am going to discuss about copy data activity in azure data factory with practical demo. #azuredatafactory #adf #dataengineers
Thank you for the video .Just one question we have choosen the csv in destination then why it is showing .txt file
if you want as .csv then go to Copy Activity => Sink => define File extension as .csv.
Please do more videos on ADF
Sure @naren2146. Glad to see that you liked the content.
It would be better if you provide script
Sure.wil do it.
Thanks 🙏
Welcome.Thanks for supporting.
Very good content
11:22 Do you have control over the order of the sequential execution? For example, can you sequentially run in Product > Address > Customer order?
one way is you can checkmark the sequential checkbox and keep array in that specific order that you want and other way is you can add 3 copy activity for that 3 tables that will copy data in sequential manner. i.e first copy activity will copy Product data then 2nd activity will copy Address data and 3rd activity will copy Customer data.
Great content!
Thanks.