I am working on Data Engineering with Databricks v3 course. In notebook DE 4.1 - DLT UI Walkthrough, I countered an error in cmd 11: DA.validate_pipeline_config(pipeline_language)
The error message is: AssertionError: Expected the parameter "suite" to be of type TestSuite, found .
How can I resolve this issue? Thanks