Papermill

apache-airflow-providers-papermill

Papermill

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-papermill==3.13.0

Airflow

2.11+

Python

>=3.10

Dependencies (9)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.8.0 papermill[all]>=2.6.0 scrapbook[all]>=0.5.0 ipykernel>=6.29.4 pandas>=2.1.2; python_version <"3.13" pandas>=2.2.3; python_version >="3.13" and python_version <"3.14" pandas>=2.3.3; python_version >="3.14" nbconvert>=7.16.1

Connections (1)

Modules

O

PapermillOperator

Executes a jupyter notebook through papermill that is annotated with parameters.

airflow.providers.papermill.operators.papermill.PapermillOperator
H

KernelHook

The KernelHook can be used to interact with remote jupyter kernel.

airflow.providers.papermill.hooks.kernel.KernelHook