DLT-pipeline-to-test
Definition of the pipeline we want to test.
ingestion_profile/DLT-ingest_prod
Define the production data source (ex: kafka)
ingestion_profile/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')
test/DLT-Tests
Main notebook containing the unit tests.