Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also mention airflow 2 only in readme template #24296

Merged
merged 2 commits into from
Jun 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions dev/provider_packages/PROVIDER_README_TEMPLATE.rst.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ in the `documentation <https://airflow.apache.org/docs/{{ PACKAGE_PIP_NAME }}/{{
Installation
------------

You can install this package on top of an existing Airflow 2.2+ installation via
You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below)
potiuk marked this conversation as resolved.
Show resolved Hide resolved
for the minimum Airflow version supported) via
``pip install {{PACKAGE_PIP_NAME}}``

The package supports the following python versions: {{ ",".join(SUPPORTED_PYTHON_VERSIONS) }}

{%- if PIP_REQUIREMENTS %}

PIP requirements
----------------
Requirements
------------

{{ PIP_REQUIREMENTS_TABLE_RST | safe }}

Expand Down