Use Asserts for Data Quality and Data Validation in ADF

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I love the directness of these videos. No flashy title cards, or "Hey YouTube! It's ya boy, Mark!" It reminds us that good documentation can be as easy as walking through a few examples on video. It doesn't have to be fancy or take a long time to produce.

I'm going to create asserts in my dataflows from now on. Thanks for the video!

andyparkerson
Автор

Awesome video, thanks for the explanation. wish all videos were like this

emiliogarzacantu
Автор

solid video! question, what's the point of the description? I don't see where it's ever useful. It must have a purpose though.

cburys
Автор

Love this demo and have adapted asserts where we can. Checking for lengths, data types ir null values seems to work well. But as soon as we introduce an assert checking a field for a set of values slows us down dramatically and 4 or 5 will cripple the data flow. Is there a better way to implement something along the lines of contains('a', 'b', 'c', item = myfield). Using 'or' seems to have similar issues for us. We've scaled the processors up for the dataflow and still find that some of our validation has to be implemented directly in a conditional split because the logic seems to overwhelm the assert transformation.

tybutton
Автор

What will be your approach of system testing in azure data factory.

nissarahmad