From 3ad36423294c764c14a2746937c42a37e5fe2725 Mon Sep 17 00:00:00 2001 From: Raghav Mangla <97332401+RaghavMangla@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:19:40 +0530 Subject: [PATCH] Update task.py (#2791) Signed-off-by: RaghavMangla --- plugins/flytekit-papermill/flytekitplugins/papermill/task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/flytekit-papermill/flytekitplugins/papermill/task.py b/plugins/flytekit-papermill/flytekitplugins/papermill/task.py index 93cd13f05b..65281ca4c9 100644 --- a/plugins/flytekit-papermill/flytekitplugins/papermill/task.py +++ b/plugins/flytekit-papermill/flytekitplugins/papermill/task.py @@ -78,6 +78,7 @@ class NotebookTask(PythonInstanceTask[T]): # idea to use the modulename notebook_path="../path/to/my_notebook", render_deck=True, + enable_deck=True, inputs=kwtypes(v=int), outputs=kwtypes(x=int, y=str), metadata=TaskMetadata(retries=3, cache=True, cache_version="1.0"),