Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ body:
- cohere
- common-ai
- common-compat
- common-dataquality
- common-io
- common-messaging
- common-sql
Expand Down
3 changes: 3 additions & 0 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ labelPRBasedOnFilePath:
provider:common-compat:
- providers/common/compat/**

provider:common-dataquality:
- providers/common/dataquality/**

provider:common-io:
- providers/common/io/**

Expand Down
92 changes: 47 additions & 45 deletions airflow-core/docs/extra-packages-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,51 +390,53 @@ The entries with ``*`` in the ``Preinstalled`` column indicate that those extras
pre-installed when Airflow is installed.


+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| extra | install command | enables | Preinstalled |
+=====================+=====================================================+======================================+==============+
| common-ai | ``pip install 'apache-airflow[common-ai]'`` | Common AI Operators and Hooks | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| common-compat | ``pip install 'apache-airflow[common-compat]'`` | Compatibility code for old Airflow | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| common-io | ``pip install 'apache-airflow[common-io]'`` | Core IO Operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| common-messaging | ``pip install 'apache-airflow[common-messaging]'`` | Core Messaging Operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| common-sql | ``pip install 'apache-airflow[common-sql]'`` | Core SQL Operators | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| ftp | ``pip install 'apache-airflow[ftp]'`` | FTP hooks and operators | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| grpc | ``pip install 'apache-airflow[grpc]'`` | Grpc hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| http | ``pip install 'apache-airflow[http]'`` | HTTP hooks, operators and sensors | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| imap | ``pip install 'apache-airflow[imap]'`` | IMAP hooks and sensors | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| jdbc | ``pip install 'apache-airflow[jdbc]'`` | JDBC hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| keycloak | ``pip install apache-airflow[keycloak]`` | Keycloak hooks and operators | +
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| microsoft-psrp | ``pip install 'apache-airflow[microsoft-psrp]'`` | PSRP hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| microsoft-winrm | ``pip install 'apache-airflow[microsoft-winrm]'`` | WinRM hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| openlineage | ``pip install 'apache-airflow[openlineage]'`` | Sending OpenLineage events | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| opensearch | ``pip install 'apache-airflow[opensearch]'`` | Opensearch hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| papermill | ``pip install 'apache-airflow[papermill]'`` | Papermill hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| sftp | ``pip install 'apache-airflow[sftp]'`` | SFTP hooks, operators and sensors | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| smtp | ``pip install 'apache-airflow[smtp]'`` | SMTP hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| sqlite | ``pip install 'apache-airflow[sqlite]'`` | SQLite hooks and operators | * |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| ssh | ``pip install 'apache-airflow[ssh]'`` | SSH hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
| informatica | ``pip install 'apache-airflow[informatica]'`` | Informatica hooks and operators | |
+---------------------+-----------------------------------------------------+--------------------------------------+--------------+
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| extra | install command | enables | Preinstalled |
+=====================+======================================================+======================================+==============+
| common-ai | ``pip install 'apache-airflow[common-ai]'`` | Common AI Operators and Hooks | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| common-compat | ``pip install 'apache-airflow[common-compat]'`` | Compatibility code for old Airflow | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| common-dataquality | ``pip install 'apache-airflow[common-dataquality]'`` | Common Data Quality provider | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| common-io | ``pip install 'apache-airflow[common-io]'`` | Core IO Operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| common-messaging | ``pip install 'apache-airflow[common-messaging]'`` | Core Messaging Operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| common-sql | ``pip install 'apache-airflow[common-sql]'`` | Core SQL Operators | * |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| ftp | ``pip install 'apache-airflow[ftp]'`` | FTP hooks and operators | * |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| grpc | ``pip install 'apache-airflow[grpc]'`` | Grpc hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| http | ``pip install 'apache-airflow[http]'`` | HTTP hooks, operators and sensors | * |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| imap | ``pip install 'apache-airflow[imap]'`` | IMAP hooks and sensors | * |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| jdbc | ``pip install 'apache-airflow[jdbc]'`` | JDBC hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| keycloak | ``pip install apache-airflow[keycloak]`` | Keycloak hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| microsoft-psrp | ``pip install 'apache-airflow[microsoft-psrp]'`` | PSRP hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| microsoft-winrm | ``pip install 'apache-airflow[microsoft-winrm]'`` | WinRM hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| openlineage | ``pip install 'apache-airflow[openlineage]'`` | Sending OpenLineage events | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| opensearch | ``pip install 'apache-airflow[opensearch]'`` | Opensearch hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| papermill | ``pip install 'apache-airflow[papermill]'`` | Papermill hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| sftp | ``pip install 'apache-airflow[sftp]'`` | SFTP hooks, operators and sensors | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| smtp | ``pip install 'apache-airflow[smtp]'`` | SMTP hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| sqlite | ``pip install 'apache-airflow[sqlite]'`` | SQLite hooks and operators | * |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| ssh | ``pip install 'apache-airflow[ssh]'`` | SSH hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+
| informatica | ``pip install 'apache-airflow[informatica]'`` | Informatica hooks and operators | |
+---------------------+------------------------------------------------------+--------------------------------------+--------------+

Group extras
------------
Expand Down
Loading
Loading