Does Pipeline Execution Respect Frozen Notebook Cells?
I’m running a notebook from a pipeline activity. The notebook contains a bunch of Spark SQL cells, and some of those cells are frozen.
Some frozen cells are just for manual checks, eyeballing data, or occasional setup/diagnostics that I don’t always want to run interactively.
What I’m trying to understand is:
When a Fabric notebook is run from a pipeline, does the pipeline respect frozen cells and skip them? Or does “frozen” only affect manual notebook execution in the UI?
This may be a basic question, but I haven’t found a clear answer.