DLT-pipeline-to-test
                    
                    Definition of the pipeline we want to test.
                 
                                        
                                        ingestion_profile
                
                    
                        DLT-ingest_prod
                    
                    Define the production data source (ex: kafka)
                 
                
                    
                        DLT-ingest_test
                    
                    Define the test data source (ex: csv file crafted to validate our tests)
                 
                                        
                                        test
                
                    
                        DLT-Test-Dataset-setup
                    
                    Craft the data required for the tests (used by 'DLT-ingest_test')
                 
                
                    
                        DLT-Tests
                    
                    Main notebook containing the unit tests.