PapermillOperator
PapermillExecutes a jupyter notebook through papermill that is annotated with parameters
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