1

I cannot execute the delta live table code in the notebook. I always have to create a DLT pipeline by going into workflows tab. Is there a easy way to test the delta live table code in notebook

Thanks

Rajib Deb
  • 1,496
  • 11
  • 30
  • I just published a blog post about unit & integration testing in DLT pipelines: https://alexott.blogspot.com/2022/12/delta-live-tables-recipes-implementing.html – Alex Ott Dec 22 '22 at 14:52

1 Answers1

0

Debugging Delta Live Table pipelines is challenging. Luckily Souvik Pratiher has created an open-source library for debugging Delta Live Table notebooks on regular Databricks clusters.

GregGalloway
  • 11,355
  • 3
  • 16
  • 47