{"name": "dlt-unit-test", "title": "Unit Testing Delta Live Table (DLT) for production-grade pipelines.", "description": "Deploy robust Delta Live Table pipelines with unit tests leveraging expectation.", "notebooks": [{"path": "DLT-pipeline-to-test", "pre_run": false, "publish_on_website": true, "title": "DLT Pipeline to test", "description": "Definition of the pipeline we want to test."}, {"path": "ingestion_profile/DLT-ingest_prod", "pre_run": false, "publish_on_website": true, "title": "Prod ingestion source", "description": "Define the production data source (ex: kafka)"}, {"path": "ingestion_profile/DLT-ingest_test", "pre_run": false, "publish_on_website": true, "title": "Test ingestion source", "description": "Define the test data source (ex: csv file crafted to validate our tests)"}, {"path": "test/DLT-Test-Dataset-setup", "pre_run": true, "publish_on_website": true, "title": "Test dataset creation", "description": "Craft the data required for the tests (used by 'DLT-ingest_test')"}, {"path": "test/DLT-Tests", "pre_run": false, "publish_on_website": true, "title": "Unit test definition", "description": "Main notebook containing the unit tests."}], "dlt_pipeline": {"clusters": [{"label": "default", "autoscale": {"min_workers": 1, "max_workers": 5}}], "development": true, "continuous": false, "channel": "CURRENT", "edition": "ADVANCED", "libraries": [{"notebook": {"path": "ingestion_profile/DLT-ingest_test"}}, {"notebook": {"path": "DLT-pipeline-to-test"}}, {"notebook": {"path": "test/DLT-Tests"}}], "name": "demos_retail_test_{{CURRENT_USER_NAME}}", "storage": "/Users/{{CURRENT_USER}}/demos/retail_test/dlt", "configuration": {"pipelines.advancedAutoscaling.enabled": "true"}, "target": "retail_{{CURRENT_USER_NAME}}"}}