airflow.operators.papermill_operator¶
Module Contents¶
- 
class airflow.operators.papermill_operator.NoteBook[source]¶
- Bases: - airflow.lineage.datasets.DataSet
- 
class airflow.operators.papermill_operator.PapermillOperator(input_nb, output_nb, parameters, *args, **kwargs)[source]¶
- Bases: - airflow.models.BaseOperator- Executes a jupyter notebook through papermill that is annotated with parameters - Parameters