Open
Description
Passing --skip-tag (can be passed multiple times) will have the executor entirely skip cells endowed with that tag.
That status is recorded in the result notebook (metadata.papermill.status = "skipped"), as well as the tags that contributed to this skipping (metadata.papermill.skip_tags).
cc @JuhaKiili
I'm opening this issue to gather feedback on real world use cases which may benefit from the ability to skip cells during execution. Let's focus on documenting the use cases before moving toward a technical implementation.