Wow, thank you man! This is a great educative content! There are very few materials on data engineering on youtube. Thank you for filling up this hole!
Thanks for covering in such detailed manner 👍 if possible share or make video on common testcase template for etl testing 🙋 keep making content like this @techcoach 👏👏
Rapid changing dimensions are normalized in order to reduce the data size , you can use the normalized tables for your reporting without any issues. Infact you find the table with static records used for your reports often.
Great video! One of the best I’ve come across
Thanks a lot buddy :)
Wow, thank you man! This is a great educative content! There are very few materials on data engineering on youtube. Thank you for filling up this hole!
Thank you so much
Thanks Omkar :)
Thanks a lot, this video helped me very much
I am glad Ashwini, I could help :)
Thanks a lot Bhai!!!
I am glad I could help :)
Thanks for covering in such detailed manner 👍 if possible share or make video on common testcase template for etl testing 🙋 keep making content like this @techcoach 👏👏
Sure Suraj, I will work on them
How to write test cases.plz share video.
Rapid changing dimensions are not included in target and it's not the part for reporting ..
Please correct me if I'm wrong
Rapid changing dimensions are normalized in order to reduce the data size , you can use the normalized tables for your reporting without any issues.
Infact you find the table with static records used for your reports often.
Bhai sql queries dedo...scd2 ke all
Hi Sir, my source don’t have unique key it contains duplicates, I just have new business_date every day how I can implement scd type 2?
Can you please paste the table structure prasad?
@@TechCoach I found solution. I am creating temp table with max business_date and from that temp table, loading into DIM table using Merge statement.
Can we merge target_backup with new data in source and then minus it from original target to check scd1 i.e. upsert logic testing??
I am not sure If I understand your questions correctly Sachin