You have a Fabric workspace that contains a notebook named Notebook1 and an Azure Data Factory pipeline named Pipeline1. Pipeline1 runs Notebook1 by using a notebook activity and passes simple parameter types.
Notebook1 contains the following cells:
Cell 3: Contains %%configure code that sets Apache Spark session properties
Cell 5: Contains a designated parameters cell
During an execution of Pipeline1, the pipeline fails before any business logic runs.
You need to ensure that Pipeline1 runs successfully.
What should you do?
Submit