PapermillOperator

Papermill

Executes a jupyter notebook through papermill that is annotated with parameters

View on GitHub

Last Updated: Jan. 22, 2023

Access Instructions

Install the Papermill provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

input_nbinput notebook, either path or NoteBook inlet.
output_nboutput notebook, either path or NoteBook outlet.
parametersthe notebook parameters to set
kernel_name(optional) name of kernel to execute the notebook against (ignores kernel name in the notebook document metadata)

Documentation

Executes a jupyter notebook through papermill that is annotated with parameters

Was this page helpful?