#94. Azure Data Factory: Implement SCD Type II

  Рет қаралды 22,985

All About BI !

All About BI !

Күн бұрын

This video takes you through the steps required to implement slowly changing dimension type II.

Пікірлер: 58
@kromerm
@kromerm 3 жыл бұрын
Bravo! Nice example of building an SCD Type 2 in Azure Data Factory
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Im honored and elated to see your feedback on the channel and in twitter Mark. I have learnt a lot from your videos and blogs. Thanks for all the knowledge sharing 🙏🙏🙏
@kromerm
@kromerm 3 жыл бұрын
@@AllAboutBI Keep up the great work :)
@mehmetadalar7606
@mehmetadalar7606 Жыл бұрын
Filtering the is_active at the end of your video saved my day! Thank you!
@sarthaks
@sarthaks 3 жыл бұрын
Great Content!! . Clear and precise. Cant wait more for more scenario based ADF Data flow implementation..
@MrZoomok
@MrZoomok Жыл бұрын
Thanks for this tutorial, it's very helpful. I just modified this to use Surrogate key and take changed data only. it works perfectly. Thanks
@iu665
@iu665 2 жыл бұрын
Small suggestions from our side - For which situation for what scenario we can use this.. ? what type of problems we can solve with this. And Don’t make video complicated to understand (for all videos).. your all videos are very useful thanq mam
@pankajbhatt7373
@pankajbhatt7373 9 ай бұрын
Very clear explanation
@venkateshreddy2137
@venkateshreddy2137 2 жыл бұрын
Thanks for making vedio.its very helpful foor PPL from other technology..
@oriono9077
@oriono9077 3 жыл бұрын
No words to thank enough. Excellent
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Thanks so much
@krrishb
@krrishb 3 жыл бұрын
i was working ETL tool .i loss job past few months ago .one of My friend suggested me to learn Azure Technology .I started looking for good videos In you Tube today only i saw few videos Very very very useful for me madam & easy explanation.thank you very much for such a clear explanation madam .once i complete all videos i hope i will get job on azure in two months . if you have any pdf document prepared by you please share me madam.thank you so much madam.
@pushkarwani6099
@pushkarwani6099 2 жыл бұрын
Hello Mam, Can we update the start date dynamically for the updated record, as previous_column(End_date +1). I am trying to do that but unable to figure out.
@rajuchoudhary8695
@rajuchoudhary8695 3 жыл бұрын
Thank you very much for such a helpful video..
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Glad it helps.
@alphacharith
@alphacharith 3 жыл бұрын
Thank You for the great video.
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Thank you 🙏
@Obizzy8
@Obizzy8 3 жыл бұрын
Good content as always!
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Thanks 👍
@rudresheswarappa4624
@rudresheswarappa4624 Жыл бұрын
Hello Mam, Will the flow work in the same way if there are multiple updates occurs in the source , like Nattu's department changes 2 times in the source, 2 records to get updated
@ADFTrainer
@ADFTrainer 10 ай бұрын
Here what alter roe does and sink does in updation
@viralkotak6581
@viralkotak6581 Жыл бұрын
Hello Mam. Thanks for the clearly explaining implementation steps for scd2. Just one doubt what is Hasref in the upper part of the data flow?
@abhifimois345
@abhifimois345 2 жыл бұрын
thanks for this. Will this work if we have multiple changes on the same day
@sitaramakella8922
@sitaramakella8922 3 жыл бұрын
Nice video..thank you .
@sivchavan
@sivchavan 3 жыл бұрын
Great video..can we create video on tumbling windo scheduling part using dependency.
@shriyankarath5388
@shriyankarath5388 4 ай бұрын
From where can i get dataset
@easyyuz2707
@easyyuz2707 3 жыл бұрын
Thank you TJ! Great video, very clear and informative as always. How can we add a summary email at the end of this pipeline that shows the audit information in terms of how many rows were inserted, updated and send a notification email to team for success and failure.
@easyyuz2707
@easyyuz2707 3 жыл бұрын
is it possible to send the summary email in table structure also for inserted and updates records
@easyyuz2707
@easyyuz2707 3 жыл бұрын
Thank you very much Suba. I still do have this question. Why don't we create the destination Dimtable surrogate key column with Identity, so that we don't need to worry about generating a SK, maxSK or cross join and all that. What do I miss here?
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Hi Emma.. we can create identity column in sink and ignore mapping that field in mapping tab.
@easyyuz2707
@easyyuz2707 3 жыл бұрын
Thanks a lot Suba. Great! That'd make life easier :)
@kunalrajput7077
@kunalrajput7077 3 жыл бұрын
Thank you for this tutorial. I have a basic question and I would appreciate your response. In this data flow there are two source streams, the first source stream has a sink which uses SQL table. This same SQL table is being used as a source in second source stream. My question is are these source streams execute in a sequence or in parallel? Please correct me if I have misunderstood anything. Thanks for your time.
@manojkbabu1094
@manojkbabu1094 2 жыл бұрын
kzbin.info/www/bejne/p4O5oJ1oj7d9l68
@shivanidubey1308
@shivanidubey1308 3 жыл бұрын
Thanks for video
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Thank you
@rakeshmishra4650
@rakeshmishra4650 3 жыл бұрын
Hi This is indeed a nice tutorial. Thanks for the clear explanation. I've implemented it but in my case, for changed records, the IsActive flag remains still 0 whereas a new rows correctly inserted with the changed values but the exiting rows flag is not updated though and the updated date (for existing record) remains the same as '9999-12-31'. please help me
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Pls check out the mappings. It should be the culprit
@rajeevsharma2664
@rajeevsharma2664 3 жыл бұрын
In the first flow, before existing checkin components - there is two derive transformation. One is coming from the csv (obvious). How the below one i.e. HasRef connected with the SQL (i.e. sink). Have you passed any variable?
@AllAboutBI
@AllAboutBI 3 жыл бұрын
I'm sorry , I don't get ur question. Can you pls rephrase??
@rajeevsharma2664
@rajeevsharma2664 3 жыл бұрын
@@AllAboutBI There are 2 flows inside a pipeline and each flow has got 2 derived control. I want to know for the upper one, how the HasRef been populated?
@maheindra5572
@maheindra5572 Жыл бұрын
@@rajeevsharma2664 You are right! @Mam, Can you please answer this question
@codeworld8981
@codeworld8981 3 жыл бұрын
I tried this but getting some issue in active flag value updated as 1 for old records... Can any one clarify
@ratandara1099
@ratandara1099 3 жыл бұрын
Hi, thanks for videos I am learning a lot. I need some advice in our scenario we are using parquet file as sink not sql server, how do I update rows in parquet file.
@AllAboutBI
@AllAboutBI 3 жыл бұрын
I don't think ADF currently allows appending or updating files.
@santhoshgondela2951
@santhoshgondela2951 3 жыл бұрын
Hi Madam, Nice explanation.Could you please let me know the Git repository url..
@விரேவதி
@விரேவதி 3 жыл бұрын
Super mam👌
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Thanks mam. 🙏
@sathishkumark8386
@sathishkumark8386 3 жыл бұрын
Great
@AllAboutBI
@AllAboutBI 3 жыл бұрын
Thank you
@amiyamaharatha2154
@amiyamaharatha2154 Жыл бұрын
itslike story ...difficult to understood
@harishkonakandla
@harishkonakandla 3 жыл бұрын
informative
@AllAboutBI
@AllAboutBI 2 жыл бұрын
Thank you
@rajeshprajapati5625
@rajeshprajapati5625 9 ай бұрын
ma'am your method is wrong
@AllAboutBI
@AllAboutBI 9 ай бұрын
Please tell me where, so that i can take a look.
@rajeshprajapati5625
@rajeshprajapati5625 9 ай бұрын
@@AllAboutBI in Update part there is update all the existing data not perticular one like if I update only one recored then it would be updated all the existing record and making flag 0 and only one recored which is updated there is flag 1
@AllAboutBI
@AllAboutBI 9 ай бұрын
Thanks , would be helpful to the viewers. I will try giving it a shot too
@BalavardhanM
@BalavardhanM 8 ай бұрын
@@AllAboutBI Could you please explain how to handle if source is having duplicate records , for example : file 1: id,name,dept,startdate 1,sachin,insurance,01/21/2023 2,dravid,finance,02/22/2023 1,sachin,trading,03/21/2023
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 8 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 5 МЛН
#49. Azure Data Factory - Implement Upsert logic in Mapping data flow.
17:19
SCD TYPE-2 using ADF | Azure data engineering project
26:57
learn by doing it
Рет қаралды 1,7 М.
SCD: Slowly changing dimensions explained with real examples
25:43
Azure Data Factory | Copy multiple tables in Bulk with Lookup & ForEach
23:16
Adam Marczak - Azure for Everyone
Рет қаралды 192 М.
Azure Data Factory Parametrization Tutorial
22:07
Adam Marczak - Azure for Everyone
Рет қаралды 177 М.