apache-airflow-providers-papermill
ChangelogΒΆ
3.13.2ΒΆ
Release Date: 2026-08-08
MiscΒΆ
Fix template-field validation in PapermillOperator (#70435)
3.13.1ΒΆ
Release Date: 2026-06-07
MiscΒΆ
Add explicit [tool.flit.sdist] sections to flit-based pyproject.tomls (#65861)
3.13.0ΒΆ
Release Date: 2026-04-26
FeaturesΒΆ
Support log_output for PapermillOperator (#65170)
3.12.3ΒΆ
Release Date: 2026-04-12
MiscΒΆ
Load hook metadata from YAML without importing Hook class (#63826)
3.12.2ΒΆ
Release Date: 2026-03-28
MiscΒΆ
Add Python 3.14 Support (#63520)
3.12.1ΒΆ
Release Date: 2026-01-17
MiscΒΆ
New year means updated Copyright notices (#60344)
3.12.0ΒΆ
Release Date: 2025-11-30
Note
This release of provider is only available for Airflow 2.11+ as explained in the Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
MiscΒΆ
Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)
3.11.4ΒΆ
Release Date: 2025-11-17
MiscΒΆ
Convert all airflow distributions to be compliant with ASF requirements (#58138)Migrate 'Papermill' provider to 'common.compat' (#57118)
3.11.3ΒΆ
Release Date: 2025-09-22
MiscΒΆ
Bump mypy to 1.18.1 (#55596)
Doc-onlyΒΆ
Make term Dag consistent in providers docs (#55101)
3.11.2ΒΆ
Release Date: 2025-08-02
MiscΒΆ
Add Python 3.13 support for Airflow. (#46891)Cleanup type ignores in papermill provider where possible (#53279)Remove type ignore across codebase after mypy upgrade (#53243)Remove upper-binding for "python-requires" (#52980)Temporarily switch to use >=,< pattern instead of '~=' (#52967)Moving BaseHook usages to version_compat for papermill (#52947)
3.11.1ΒΆ
Release Date: 2025-07-06
MiscΒΆ
Move 'BaseHook' implementation to task SDK (#51873)Provider Migration: Replace 'BaseOperator' to Task SDK for 'Papermill' (#52565)Drop support for Python 3.9 (#52072)Bump upper binding on pandas in all providers (#52060)
3.11.0ΒΆ
Release Date: 2025-05-18
Note
This release of provider is only available for Airflow 2.10+ as explained in the Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
MiscΒΆ
Bump min Airflow version in providers to 2.10 (#49843)
3.10.1ΒΆ
Release Date: 2025-04-19
MiscΒΆ
remove superfluous else block (#49199)
3.10.0ΒΆ
Release Date: 2025-04-09
FeaturesΒΆ
add nbconvert to papermill operator (#48222)
MiscΒΆ
Remove auto lineage from Airflow (#48421)
3.9.2ΒΆ
Release Date: 2025-03-13
MiscΒΆ
Upgrade flit to 3.11.0 (#46938)
3.9.1ΒΆ
Release Date: 2025-02-26
MiscΒΆ
Ignore a semi-random error generated by Mypy (#46123)Remove old lineage stuff (#45260)AIP-72: Support better type-hinting for Context dict in SDK (#45583)Remove obsolete pandas specfication for pre-python 3.9 (#45399)
3.9.0ΒΆ
Release Date: 2024-12-26
Note
This release of provider is only available for Airflow 2.9+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)Update DAG example links in multiple providers documents (#44034)
3.8.2ΒΆ
Release Date: 2024-11-18
MiscΒΆ
Add min version to ipykernel,scrapbook, pywinrm (#43603)
3.8.1ΒΆ
Release Date: 2024-09-24
MiscΒΆ
Actually move saml to amazon provider (mistakenly added in papermill) (#42148)Make SAML a required dependency of Amazon provider (#42137)
3.8.0ΒΆ
Release Date: 2024-08-22
Note
This release of provider is only available for Airflow 2.8+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)restore python 3.12 support for papermill (#41548)
3.7.2ΒΆ
Release Date: 2024-06-27
MiscΒΆ
implement per-provider tests with lowest-direct dependency resolution (#39946)Update pandas minimum requirement for Python 3.12 (#40272)
3.7.1ΒΆ
Release Date: 2024-05-30
MiscΒΆ
Faster 'airflow_version' imports (#39552)Simplify 'airflow_version' imports (#39497)
3.7.0ΒΆ
Release Date: 2024-05-06
Note
This release of provider is only available for Airflow 2.7+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)
3.6.2ΒΆ
Release Date: 2024-04-13
MiscΒΆ
Turn Pydantic into an optional dependency (#37320)
3.6.1ΒΆ
Release Date: 2024-01-27
Bug FixesΒΆ
Fix assignment of template field in '__init__' in 'papermill.py' (#36530)
MiscΒΆ
Bump min papermill version to 2.4.0(#36669)
3.6.0ΒΆ
Release Date: 2023-12-12
Note
This release of provider is only available for Airflow 2.6+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)
3.5.0ΒΆ
Release Date: 2023-11-29
FeaturesΒΆ
Add remote kernel support for papermill operator (#34840)
3.4.0ΒΆ
Release Date: 2023-10-17
Note
This release of provider is only available for Airflow 2.5+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Bump min airflow version of providers (#34728)Remove Airflow 2.3 compat from 'PapermillOperator' (#34675)
3.2.1ΒΆ
Release Date: 2023-06-23
Note
This release dropped support for Python 3.7
MiscΒΆ
Add note about dropping Python 3.7 for providers (#32015)
3.2.0ΒΆ
Release Date: 2023-05-22
Note
This release of provider is only available for Airflow 2.4+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Bump minimum Airflow version in providers (#30917)
3.1.1ΒΆ
Release Date: 2023-01-26
Bug FixesΒΆ
Fix rendering parameters in PapermillOperator (#28979)
3.1.0ΒΆ
Release Date: 2022-11-18
Note
This release of provider is only available for Airflow 2.3+ as explained in the Apache Airflow providers support policy.
MiscΒΆ
Move min airflow version to 2.3.0 for all providers (#27196)
3.0.0ΒΆ
Release Date: 2022-06-13
Breaking changesΒΆ
Note
This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow providers support policy.
FeaturesΒΆ
Add support to specify language name in PapermillOperator (#23916)Fix language override in papermill operator (#24301)
2.2.3ΒΆ
Release Date: 2022-03-26
Bug FixesΒΆ
Fix mistakenly added install_requires for all providers (#22382)
2.2.2ΒΆ
Release Date: 2022-03-19
MiscΒΆ
Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)
2.2.1ΒΆ
Release Date: 2022-03-10
MiscΒΆ
Support for Python 3.10
2.2.0ΒΆ
Release Date: 2022-01-06
FeaturesΒΆ
Add support to specify kernel name in PapermillOperator (#20035)
2.1.0ΒΆ
Release Date: 2021-10-05
FeaturesΒΆ
Add support for templated fields in PapermillOperator (#18357)
Bug FixesΒΆ
Fix usage of range(len() to enumerate (#18174)
2.0.1ΒΆ
Release Date: 2021-09-03
MiscΒΆ
Optimise connection importing for Airflow 2.2.0
2.0.0ΒΆ
Release Date: 2021-06-23
Breaking changesΒΆ
Auto-apply apply_default decorator (#15667)
Warning
Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
automatically and you will have to manually run airflow upgrade db to complete the migration.
FeaturesΒΆ
Emit error on duplicated DAG ID (#15302)
1.0.2ΒΆ
Release Date: 2021-03-07
Bug fixesΒΆ
Corrections in docs and tools after releasing provider RCs (#14082)
1.0.1ΒΆ
Release Date: 2021-02-08
Updated documentation and readme files.
1.0.0ΒΆ
Release Date: 2020-12-14
Initial version of the provider.