Тёмный

DP-203: 11 - Dynamic Azure Data Factory 

Tybul on Azure
Подписаться 4 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

20 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@tundemorakinyo2856
@tundemorakinyo2856 8 месяцев назад
This has to be the best series I've followed. The content is priceless. Thanks for this Tybul this.
@prabhuraghupathi9131
@prabhuraghupathi9131 6 месяцев назад
Good video to learn how to ingest data using lookup, foreach in Azure!! I liked your way of iterative way of teaching !! Hopefully will complete this series and will plan for my certification!! Thanks for your effort on this series!!
@manibaddireddy5477
@manibaddireddy5477 6 месяцев назад
Great stuff tybul. I appreciate your valuable insights.take a look at copy activity settings as well.
@Ef-sy4qp
@Ef-sy4qp 6 месяцев назад
Hi Tybul I am following the series and it's awesome. Thank u so much!!
@soumikmishra7288
@soumikmishra7288 2 месяца назад
Wow this was GREAT!! So much i learnt from this.Thank You So much Sir!! And for the test which you gave at the end to have table name wise target structure, i added this and it worked !! @concat( dataset().ServerName, '/', dataset().DatabaseName, '/', dataset().TableName, '/Year=', formatDateTime(utcnow(),'yyyy'), '/Month=', formatDateTime(utcnow(),'MM'), '/Day=', formatDateTime(utcnow(),'dd') )
@TybulOnAzure
@TybulOnAzure 2 месяца назад
Great job! And I'm super happy that you liked the episode.
@ajayigeorge1356
@ajayigeorge1356 10 месяцев назад
Wonderful video sir, thank you
@heljava
@heljava 7 месяцев назад
Gold material. Thanks
@radosawbrygaa7420
@radosawbrygaa7420 10 месяцев назад
Great one! Thanks!
@DataCraftsman
@DataCraftsman 8 месяцев назад
SELECT QUOTENAME(t.name) AS tableName, QUOTENAME(SCHEMA_NAME(t.schema_id)) AS schemaName FROM sys.tables as t
@dmitryzvorikin
@dmitryzvorikin Месяц назад
or just select quotename(name) as tablename, quotename(schema_name(schema_id)) as schemaName from sys.tables
@michaelbyron1426
@michaelbyron1426 9 месяцев назад
Hi Tybul, amazing video series! I've been following your videos religiously and plan on taking the exam sometime next year. I'm currently practicing sql on leetcode. What do you suggest would be the fastest way to get fluent with SQL?
@TybulOnAzure
@TybulOnAzure 9 месяцев назад
Thanks! As for SQL I highly recommend books by Itzik Ben-Gan, e.g. this one: www.amazon.com/T-SQL-Fundamentals-3rd-Itzik-Ben-Gan/dp/150930200X
@christianraouldjatio1738
@christianraouldjatio1738 10 месяцев назад
Another super vidéo💪🙏🙏 Thank you very much Say Hi to jour cat 😸 (33') Are you planning any vidéo on Databricks? Stream Analytics? Azure data + DevOps?
@TybulOnAzure
@TybulOnAzure 10 месяцев назад
My cat says hello:) Yes, I'll cover Databricks, Stream Analytics and CI/CD for ADF.
@christianraouldjatio1738
@christianraouldjatio1738 10 месяцев назад
​@@TybulOnAzurecan't wait for that 😊 For the ci/cd you will cover ARM template deployment or use an IaC tool liké Terraform. Sorry if i'm spoiling the séries🙈
@TybulOnAzure
@TybulOnAzure 10 месяцев назад
I'll talk about and show two approaches: ARM-based one and selective one. I don't plan to include Terraform.
@DataCraftsman
@DataCraftsman 8 месяцев назад
@concat(dataset().schemaName,'_', dataset().tableName,'.csv')
@DataCraftsman
@DataCraftsman 8 месяцев назад
@concat('SELECT * FROM ', item().schemaName, '.', item(). tableName)
@LATAMDataEngineer
@LATAMDataEngineer 5 месяцев назад
You're the best, bravo!!... Next course Azure architecture 😁.
@DataCraftsman
@DataCraftsman 8 месяцев назад
@concat( dataset().serverName, '/', dataset().databaseName, '/Year=', formatDateTime(utcnow(),'yyyy'), '/Month=', formatDateTime(utcnow(),'MM'), '/Day=', formatDateTime(utcnow(),'dd') )
@xelilxelilli2011
@xelilxelilli2011 Месяц назад
i selected parquet for sink dataset , however it gave an error while running the pipeline for dbo.BuildVersion . it says "ErrorCode=ParquetInvalidColumnName,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The column name is invalid. Column name cannot contain these character:[,;{}() \t=],Source=Microsoft.DataTransfer.Common," . Does anyone know how to solve it ? Thank You !
@TybulOnAzure
@TybulOnAzure Месяц назад
Yup, some characters are not allowed in column names when using Parquet file format. You would have to map them to proper names.
Далее
Bike Vs Tricycle Fast Challenge
00:43
Просмотров 57 млн
DP-203: 10 - Introduction to Azure Data Factory
50:03