Now I completely understood the full and incremental load. Incremental actually consists of the SCD type 2 in case updated records are loaded in the data warehouse. It will persist both the original and updated records. Now we can easily perform ETL validation. We will select those updated records from the target based on the date and will select the same records from the source and we can check the data count match, data mismatch from source to target.
@jitendraurkude615210 ай бұрын
THANK YOU SIR FOR THIS VERY INFORMATIVE VIDEO IT IS VERY HELP US THANK YOU ONCE ANGAIN☺☺
@ArifRaza5 ай бұрын
Thanks a lot sir. Your videos are really very helpful
@etlqalabs50485 ай бұрын
Thanks for your kind words Arif . Such feedbacks reenergize me for more insightful content.
@MM-gq1vl10 ай бұрын
Thank you Sir for your quick response and detailed explanation. It would be of great help if you can help with below: 1)As you said incremental load may come daily but while testing in agile(biweekly sprint),do we test 2 weeks data because testing incremental load each day is not feasible. 2)In QA env,if we dont have access to ETL tool(SSIS) then how do we load our Testdata in QA staging in each sprint.Also , can we load our testdata along with incremental load data?
@swapnalimisal373610 ай бұрын
How to validate scd type could you please explain Sir
@etlqalabs504810 ай бұрын
Will try
@komalishware4 ай бұрын
helpfull
@siddharthb21624 ай бұрын
sir please can you share your contact details. i want to discuss related to ETL training. i am currently working
@etlqalabs50484 ай бұрын
@@siddharthb2162 please you can share your contact details over email "etlqalabs@gmail.com" . We will get back to you
@Engineer_Amit_Katkar8 ай бұрын
Hello sir, i have some questions. 1-- How many ETL Test Cases we wirte in project? 2- How many ETL Test cases we wirte in one day and how many excute in one day?
@sangeetsaga26187 ай бұрын
We can write 4-5 test cases and can validate all of them if there is no complex logic
@etlqalabs50486 ай бұрын
1. To answer in interview you can say around 200 test cases given your project is off medium size project 2. There is no definite answer. It depends on your project and complexity of the features you are writing test case for . But you can say like 8 - 10 test cases for etl validation