Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a Data Engineer execute unit tests using standard Python testing frameworks for functions defined in multiple Databricks notebooks that are currently in production?
A
Define and import unit test functions from a separate Databricks notebook
B
Define and unit test functions using Files in Repos
C
Run unit tests against non-production data that closely mirrors production
D
Define unit tests and functions within the same notebook