apache-airflow 3.2.1rc2__tar.gz → 3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {apache_airflow-3.2.1rc2 → apache_airflow-3.2.2}/PKG-INFO +223 -223
- {apache_airflow-3.2.1rc2 → apache_airflow-3.2.2}/generated/PYPI_README.md +14 -15
- {apache_airflow-3.2.1rc2 → apache_airflow-3.2.2}/pyproject.toml +239 -213
- {apache_airflow-3.2.1rc2 → apache_airflow-3.2.2}/LICENSE +0 -0
- {apache_airflow-3.2.1rc2 → apache_airflow-3.2.2}/NOTICE +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: Programmatically author, schedule and monitor data pipelines
|
|
5
5
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
6
|
-
Project-URL: Documentation, https://airflow.
|
|
6
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/
|
|
7
7
|
Project-URL: Downloads, https://archive.apache.org/dist/airflow/
|
|
8
|
-
Project-URL: Homepage, https://airflow.
|
|
9
|
-
Project-URL: Release Notes, https://airflow.
|
|
8
|
+
Project-URL: Homepage, https://airflow.apache.org/
|
|
9
|
+
Project-URL: Release Notes, https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html
|
|
10
10
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
11
11
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
12
12
|
Project-URL: LinkedIn, https://www.linkedin.com/company/apache-airflow/
|
|
@@ -32,14 +32,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
32
32
|
Classifier: Programming Language :: Python :: 3.14
|
|
33
33
|
Classifier: Topic :: System :: Monitoring
|
|
34
34
|
Requires-Python: !=3.15,>=3.10
|
|
35
|
-
Requires-Dist: apache-airflow-core==3.2.
|
|
36
|
-
Requires-Dist: apache-airflow-task-sdk==1.2.
|
|
35
|
+
Requires-Dist: apache-airflow-core==3.2.2
|
|
36
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.2
|
|
37
37
|
Provides-Extra: aiobotocore
|
|
38
|
-
Requires-Dist: apache-airflow-providers-amazon[aiobotocore]>=9.6.
|
|
38
|
+
Requires-Dist: apache-airflow-providers-amazon[aiobotocore]>=9.6.0; extra == 'aiobotocore'
|
|
39
39
|
Provides-Extra: airbyte
|
|
40
|
-
Requires-Dist: apache-airflow-providers-airbyte>=5.0.
|
|
40
|
+
Requires-Dist: apache-airflow-providers-airbyte>=5.0.0; extra == 'airbyte'
|
|
41
41
|
Provides-Extra: alibaba
|
|
42
|
-
Requires-Dist: apache-airflow-providers-alibaba>=3.0.
|
|
42
|
+
Requires-Dist: apache-airflow-providers-alibaba>=3.0.0; extra == 'alibaba'
|
|
43
43
|
Provides-Extra: all
|
|
44
44
|
Requires-Dist: amqp>=5.2.0; extra == 'all'
|
|
45
45
|
Requires-Dist: apache-airflow-core[all]; extra == 'all'
|
|
@@ -50,354 +50,355 @@ Requires-Dist: apache-airflow-core[kerberos]; extra == 'all'
|
|
|
50
50
|
Requires-Dist: apache-airflow-core[memray]; extra == 'all'
|
|
51
51
|
Requires-Dist: apache-airflow-core[otel]; extra == 'all'
|
|
52
52
|
Requires-Dist: apache-airflow-core[statsd]; extra == 'all'
|
|
53
|
-
Requires-Dist: apache-airflow-providers-airbyte>=5.0.
|
|
54
|
-
Requires-Dist: apache-airflow-providers-alibaba>=3.0.
|
|
55
|
-
Requires-Dist: apache-airflow-providers-amazon>=9.0.
|
|
56
|
-
Requires-Dist: apache-airflow-providers-amazon[aiobotocore]>=9.6.
|
|
53
|
+
Requires-Dist: apache-airflow-providers-airbyte>=5.0.0; extra == 'all'
|
|
54
|
+
Requires-Dist: apache-airflow-providers-alibaba>=3.0.0; extra == 'all'
|
|
55
|
+
Requires-Dist: apache-airflow-providers-amazon>=9.0.0; extra == 'all'
|
|
56
|
+
Requires-Dist: apache-airflow-providers-amazon[aiobotocore]>=9.6.0; extra == 'all'
|
|
57
57
|
Requires-Dist: apache-airflow-providers-amazon[python3-saml]; extra == 'all'
|
|
58
58
|
Requires-Dist: apache-airflow-providers-amazon[s3fs]; extra == 'all'
|
|
59
|
-
Requires-Dist: apache-airflow-providers-apache-cassandra>=3.7.
|
|
60
|
-
Requires-Dist: apache-airflow-providers-apache-drill>=2.8.
|
|
61
|
-
Requires-Dist: apache-airflow-providers-apache-druid>=3.12.
|
|
62
|
-
Requires-Dist: apache-airflow-providers-apache-flink>=1.6.
|
|
59
|
+
Requires-Dist: apache-airflow-providers-apache-cassandra>=3.7.0; (python_version != '3.14') and extra == 'all'
|
|
60
|
+
Requires-Dist: apache-airflow-providers-apache-drill>=2.8.1; extra == 'all'
|
|
61
|
+
Requires-Dist: apache-airflow-providers-apache-druid>=3.12.0; extra == 'all'
|
|
62
|
+
Requires-Dist: apache-airflow-providers-apache-flink>=1.6.0; extra == 'all'
|
|
63
63
|
Requires-Dist: apache-airflow-providers-apache-hdfs; extra == 'all'
|
|
64
|
-
Requires-Dist: apache-airflow-providers-apache-hdfs>=4.6.
|
|
65
|
-
Requires-Dist: apache-airflow-providers-apache-hive>=8.2.
|
|
66
|
-
Requires-Dist: apache-airflow-providers-apache-iceberg>=1.2.
|
|
67
|
-
Requires-Dist: apache-airflow-providers-apache-impala>=1.5.
|
|
68
|
-
Requires-Dist: apache-airflow-providers-apache-kafka>=1.6.
|
|
69
|
-
Requires-Dist: apache-airflow-providers-apache-kylin>=3.8.
|
|
70
|
-
Requires-Dist: apache-airflow-providers-apache-livy>=3.9.
|
|
71
|
-
Requires-Dist: apache-airflow-providers-apache-pig>=4.6.
|
|
72
|
-
Requires-Dist: apache-airflow-providers-apache-pinot>=4.5.
|
|
73
|
-
Requires-Dist: apache-airflow-providers-apache-spark>=4.11.
|
|
74
|
-
Requires-Dist: apache-airflow-providers-apache-tinkerpop>=1.0.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-apprise>=1.4.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-arangodb>=2.7.
|
|
77
|
-
Requires-Dist: apache-airflow-providers-asana>=2.7.
|
|
78
|
-
Requires-Dist: apache-airflow-providers-atlassian-jira>=2.7.
|
|
79
|
-
Requires-Dist: apache-airflow-providers-celery>=3.8.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-cloudant>=4.0.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=9.0.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-cohere>=1.4.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-common-ai>=0.0.
|
|
84
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.2.
|
|
85
|
-
Requires-Dist: apache-airflow-providers-common-io>=1.4.
|
|
86
|
-
Requires-Dist: apache-airflow-providers-common-messaging>=2.0.
|
|
87
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.18.
|
|
64
|
+
Requires-Dist: apache-airflow-providers-apache-hdfs>=4.6.0; extra == 'all'
|
|
65
|
+
Requires-Dist: apache-airflow-providers-apache-hive>=8.2.1; extra == 'all'
|
|
66
|
+
Requires-Dist: apache-airflow-providers-apache-iceberg>=1.2.0; extra == 'all'
|
|
67
|
+
Requires-Dist: apache-airflow-providers-apache-impala>=1.5.2; extra == 'all'
|
|
68
|
+
Requires-Dist: apache-airflow-providers-apache-kafka>=1.6.1; extra == 'all'
|
|
69
|
+
Requires-Dist: apache-airflow-providers-apache-kylin>=3.8.0; extra == 'all'
|
|
70
|
+
Requires-Dist: apache-airflow-providers-apache-livy>=3.9.2; extra == 'all'
|
|
71
|
+
Requires-Dist: apache-airflow-providers-apache-pig>=4.6.0; extra == 'all'
|
|
72
|
+
Requires-Dist: apache-airflow-providers-apache-pinot>=4.5.1; extra == 'all'
|
|
73
|
+
Requires-Dist: apache-airflow-providers-apache-spark>=4.11.1; extra == 'all'
|
|
74
|
+
Requires-Dist: apache-airflow-providers-apache-tinkerpop>=1.0.0; extra == 'all'
|
|
75
|
+
Requires-Dist: apache-airflow-providers-apprise>=1.4.1; extra == 'all'
|
|
76
|
+
Requires-Dist: apache-airflow-providers-arangodb>=2.7.0; extra == 'all'
|
|
77
|
+
Requires-Dist: apache-airflow-providers-asana>=2.7.0; extra == 'all'
|
|
78
|
+
Requires-Dist: apache-airflow-providers-atlassian-jira>=2.7.1; extra == 'all'
|
|
79
|
+
Requires-Dist: apache-airflow-providers-celery>=3.8.3; extra == 'all'
|
|
80
|
+
Requires-Dist: apache-airflow-providers-cloudant>=4.0.1; extra == 'all'
|
|
81
|
+
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=9.0.0; extra == 'all'
|
|
82
|
+
Requires-Dist: apache-airflow-providers-cohere>=1.4.0; extra == 'all'
|
|
83
|
+
Requires-Dist: apache-airflow-providers-common-ai>=0.0.1; extra == 'all'
|
|
84
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.2.1; extra == 'all'
|
|
85
|
+
Requires-Dist: apache-airflow-providers-common-io>=1.4.2; extra == 'all'
|
|
86
|
+
Requires-Dist: apache-airflow-providers-common-messaging>=2.0.0; extra == 'all'
|
|
87
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.18.0; extra == 'all'
|
|
88
88
|
Requires-Dist: apache-airflow-providers-common-sql[pandas]; extra == 'all'
|
|
89
89
|
Requires-Dist: apache-airflow-providers-common-sql[polars]; extra == 'all'
|
|
90
|
-
Requires-Dist: apache-airflow-providers-databricks>=6.11.
|
|
91
|
-
Requires-Dist: apache-airflow-providers-datadog>=3.8.
|
|
92
|
-
Requires-Dist: apache-airflow-providers-dbt-cloud>=3.11.
|
|
93
|
-
Requires-Dist: apache-airflow-providers-dingding>=3.7.
|
|
94
|
-
Requires-Dist: apache-airflow-providers-discord>=3.9.
|
|
95
|
-
Requires-Dist: apache-airflow-providers-docker>=3.14.
|
|
96
|
-
Requires-Dist: apache-airflow-providers-edge3>=1.0.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-elasticsearch>=6.5.
|
|
98
|
-
Requires-Dist: apache-airflow-providers-exasol>=4.6.
|
|
99
|
-
Requires-Dist: apache-airflow-providers-fab>=2.2.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-
|
|
101
|
-
Requires-Dist: apache-airflow-providers-
|
|
102
|
-
Requires-Dist: apache-airflow-providers-
|
|
103
|
-
Requires-Dist: apache-airflow-providers-
|
|
104
|
-
Requires-Dist: apache-airflow-providers-
|
|
105
|
-
Requires-Dist: apache-airflow-providers-
|
|
106
|
-
Requires-Dist: apache-airflow-providers-
|
|
107
|
-
Requires-Dist: apache-airflow-providers-
|
|
108
|
-
Requires-Dist: apache-airflow-providers-
|
|
109
|
-
Requires-Dist: apache-airflow-providers-
|
|
110
|
-
Requires-Dist: apache-airflow-providers-
|
|
111
|
-
Requires-Dist: apache-airflow-providers-
|
|
112
|
-
Requires-Dist: apache-airflow-providers-
|
|
113
|
-
Requires-Dist: apache-airflow-providers-
|
|
114
|
-
Requires-Dist: apache-airflow-providers-
|
|
115
|
-
Requires-Dist: apache-airflow-providers-microsoft-
|
|
116
|
-
Requires-Dist: apache-airflow-providers-microsoft-
|
|
117
|
-
Requires-Dist: apache-airflow-providers-microsoft-
|
|
118
|
-
Requires-Dist: apache-airflow-providers-
|
|
119
|
-
Requires-Dist: apache-airflow-providers-
|
|
120
|
-
Requires-Dist: apache-airflow-providers-
|
|
121
|
-
Requires-Dist: apache-airflow-providers-
|
|
122
|
-
Requires-Dist: apache-airflow-providers-
|
|
123
|
-
Requires-Dist: apache-airflow-providers-
|
|
124
|
-
Requires-Dist: apache-airflow-providers-
|
|
125
|
-
Requires-Dist: apache-airflow-providers-
|
|
126
|
-
Requires-Dist: apache-airflow-providers-
|
|
127
|
-
Requires-Dist: apache-airflow-providers-
|
|
128
|
-
Requires-Dist: apache-airflow-providers-
|
|
129
|
-
Requires-Dist: apache-airflow-providers-
|
|
130
|
-
Requires-Dist: apache-airflow-providers-
|
|
131
|
-
Requires-Dist: apache-airflow-providers-
|
|
132
|
-
Requires-Dist: apache-airflow-providers-
|
|
133
|
-
Requires-Dist: apache-airflow-providers-
|
|
134
|
-
Requires-Dist: apache-airflow-providers-
|
|
135
|
-
Requires-Dist: apache-airflow-providers-
|
|
136
|
-
Requires-Dist: apache-airflow-providers-
|
|
137
|
-
Requires-Dist: apache-airflow-providers-
|
|
138
|
-
Requires-Dist: apache-airflow-providers-
|
|
139
|
-
Requires-Dist: apache-airflow-providers-
|
|
140
|
-
Requires-Dist: apache-airflow-providers-
|
|
141
|
-
Requires-Dist: apache-airflow-providers-
|
|
142
|
-
Requires-Dist: apache-airflow-providers-
|
|
143
|
-
Requires-Dist: apache-airflow-providers-
|
|
144
|
-
Requires-Dist: apache-airflow-providers-
|
|
145
|
-
Requires-Dist: apache-airflow-providers-
|
|
146
|
-
Requires-Dist: apache-airflow-providers-
|
|
147
|
-
Requires-Dist: apache-airflow-providers-
|
|
148
|
-
Requires-Dist: apache-airflow-providers-
|
|
149
|
-
Requires-Dist: apache-airflow-providers-
|
|
150
|
-
Requires-Dist: apache-airflow-providers-
|
|
151
|
-
Requires-Dist: apache-airflow-providers-
|
|
152
|
-
Requires-Dist: apache-airflow-providers-
|
|
153
|
-
Requires-Dist: apache-airflow-providers-
|
|
154
|
-
Requires-Dist: apache-airflow-providers-
|
|
155
|
-
Requires-Dist: apache-airflow-providers-
|
|
156
|
-
Requires-Dist: apache-airflow-providers-
|
|
90
|
+
Requires-Dist: apache-airflow-providers-databricks>=6.11.0; extra == 'all'
|
|
91
|
+
Requires-Dist: apache-airflow-providers-datadog>=3.8.0; extra == 'all'
|
|
92
|
+
Requires-Dist: apache-airflow-providers-dbt-cloud>=3.11.0; extra == 'all'
|
|
93
|
+
Requires-Dist: apache-airflow-providers-dingding>=3.7.0; extra == 'all'
|
|
94
|
+
Requires-Dist: apache-airflow-providers-discord>=3.9.0; extra == 'all'
|
|
95
|
+
Requires-Dist: apache-airflow-providers-docker>=3.14.1; extra == 'all'
|
|
96
|
+
Requires-Dist: apache-airflow-providers-edge3>=1.0.0; extra == 'all'
|
|
97
|
+
Requires-Dist: apache-airflow-providers-elasticsearch>=6.5.0; extra == 'all'
|
|
98
|
+
Requires-Dist: apache-airflow-providers-exasol>=4.6.1; extra == 'all'
|
|
99
|
+
Requires-Dist: apache-airflow-providers-fab>=2.2.0; extra == 'all'
|
|
100
|
+
Requires-Dist: apache-airflow-providers-fab>=3.6.0; extra == 'all'
|
|
101
|
+
Requires-Dist: apache-airflow-providers-facebook>=3.7.0; extra == 'all'
|
|
102
|
+
Requires-Dist: apache-airflow-providers-ftp>=3.12.0; extra == 'all'
|
|
103
|
+
Requires-Dist: apache-airflow-providers-git>=0.0.2; extra == 'all'
|
|
104
|
+
Requires-Dist: apache-airflow-providers-github>=2.8.0; extra == 'all'
|
|
105
|
+
Requires-Dist: apache-airflow-providers-google>=10.24.0; extra == 'all'
|
|
106
|
+
Requires-Dist: apache-airflow-providers-grpc>=3.7.0; extra == 'all'
|
|
107
|
+
Requires-Dist: apache-airflow-providers-hashicorp>=4.0.0; extra == 'all'
|
|
108
|
+
Requires-Dist: apache-airflow-providers-http>=4.13.2; extra == 'all'
|
|
109
|
+
Requires-Dist: apache-airflow-providers-imap>=3.8.0; extra == 'all'
|
|
110
|
+
Requires-Dist: apache-airflow-providers-influxdb>=2.8.0; extra == 'all'
|
|
111
|
+
Requires-Dist: apache-airflow-providers-informatica>=0.1.1; extra == 'all'
|
|
112
|
+
Requires-Dist: apache-airflow-providers-jdbc>=4.5.2; extra == 'all'
|
|
113
|
+
Requires-Dist: apache-airflow-providers-jenkins>=3.7.2; extra == 'all'
|
|
114
|
+
Requires-Dist: apache-airflow-providers-keycloak>=0.0.1; extra == 'all'
|
|
115
|
+
Requires-Dist: apache-airflow-providers-microsoft-azure>=10.5.1; extra == 'all'
|
|
116
|
+
Requires-Dist: apache-airflow-providers-microsoft-mssql>=3.9.2; extra == 'all'
|
|
117
|
+
Requires-Dist: apache-airflow-providers-microsoft-psrp>=3.0.0; extra == 'all'
|
|
118
|
+
Requires-Dist: apache-airflow-providers-microsoft-winrm>=3.6.1; extra == 'all'
|
|
119
|
+
Requires-Dist: apache-airflow-providers-mongo>=4.2.2; extra == 'all'
|
|
120
|
+
Requires-Dist: apache-airflow-providers-mysql>=5.7.2; extra == 'all'
|
|
121
|
+
Requires-Dist: apache-airflow-providers-neo4j>=3.8.0; extra == 'all'
|
|
122
|
+
Requires-Dist: apache-airflow-providers-odbc>=4.8.0; extra == 'all'
|
|
123
|
+
Requires-Dist: apache-airflow-providers-openai>=1.5.0; extra == 'all'
|
|
124
|
+
Requires-Dist: apache-airflow-providers-openfaas>=3.7.0; extra == 'all'
|
|
125
|
+
Requires-Dist: apache-airflow-providers-openlineage>=2.3.0; extra == 'all'
|
|
126
|
+
Requires-Dist: apache-airflow-providers-opensearch>=1.9.0; extra == 'all'
|
|
127
|
+
Requires-Dist: apache-airflow-providers-opsgenie>=5.8.0; extra == 'all'
|
|
128
|
+
Requires-Dist: apache-airflow-providers-oracle>=3.12.0; extra == 'all'
|
|
129
|
+
Requires-Dist: apache-airflow-providers-pagerduty>=3.8.1; extra == 'all'
|
|
130
|
+
Requires-Dist: apache-airflow-providers-papermill>=3.8.2; extra == 'all'
|
|
131
|
+
Requires-Dist: apache-airflow-providers-pgvector>=1.4.0; extra == 'all'
|
|
132
|
+
Requires-Dist: apache-airflow-providers-pinecone>=2.1.1; extra == 'all'
|
|
133
|
+
Requires-Dist: apache-airflow-providers-postgres>=5.13.1; extra == 'all'
|
|
134
|
+
Requires-Dist: apache-airflow-providers-presto>=5.7.0; extra == 'all'
|
|
135
|
+
Requires-Dist: apache-airflow-providers-qdrant>=1.3.0; extra == 'all'
|
|
136
|
+
Requires-Dist: apache-airflow-providers-redis>=4.0.0; extra == 'all'
|
|
137
|
+
Requires-Dist: apache-airflow-providers-salesforce>=5.9.0; extra == 'all'
|
|
138
|
+
Requires-Dist: apache-airflow-providers-samba>=4.9.0; extra == 'all'
|
|
139
|
+
Requires-Dist: apache-airflow-providers-segment>=3.7.0; extra == 'all'
|
|
140
|
+
Requires-Dist: apache-airflow-providers-sendgrid>=4.0.0; extra == 'all'
|
|
141
|
+
Requires-Dist: apache-airflow-providers-sftp>=5.0.0; extra == 'all'
|
|
142
|
+
Requires-Dist: apache-airflow-providers-singularity>=3.7.0; extra == 'all'
|
|
143
|
+
Requires-Dist: apache-airflow-providers-slack>=8.9.1; extra == 'all'
|
|
144
|
+
Requires-Dist: apache-airflow-providers-smtp>=1.8.1; extra == 'all'
|
|
145
|
+
Requires-Dist: apache-airflow-providers-snowflake>=5.8.0; extra == 'all'
|
|
146
|
+
Requires-Dist: apache-airflow-providers-sqlite>=3.9.1; extra == 'all'
|
|
147
|
+
Requires-Dist: apache-airflow-providers-ssh>=3.14.0; extra == 'all'
|
|
148
|
+
Requires-Dist: apache-airflow-providers-standard>=0.0.1; extra == 'all'
|
|
149
|
+
Requires-Dist: apache-airflow-providers-tableau>=5.0.0; extra == 'all'
|
|
150
|
+
Requires-Dist: apache-airflow-providers-telegram>=4.7.0; extra == 'all'
|
|
151
|
+
Requires-Dist: apache-airflow-providers-teradata>=2.6.1; extra == 'all'
|
|
152
|
+
Requires-Dist: apache-airflow-providers-trino>=5.8.1; extra == 'all'
|
|
153
|
+
Requires-Dist: apache-airflow-providers-vertica>=3.9.1; extra == 'all'
|
|
154
|
+
Requires-Dist: apache-airflow-providers-weaviate>=3.0.0; extra == 'all'
|
|
155
|
+
Requires-Dist: apache-airflow-providers-yandex>=4.0.0; extra == 'all'
|
|
156
|
+
Requires-Dist: apache-airflow-providers-ydb>=1.4.0; extra == 'all'
|
|
157
|
+
Requires-Dist: apache-airflow-providers-zendesk>=4.9.0; extra == 'all'
|
|
157
158
|
Requires-Dist: atlasclient>=0.1.2; extra == 'all'
|
|
158
159
|
Requires-Dist: authlib>=1.0.0; extra == 'all'
|
|
159
160
|
Requires-Dist: cloudpickle>=2.2.1; extra == 'all'
|
|
160
161
|
Requires-Dist: python-ldap>=3.4.4; extra == 'all'
|
|
161
162
|
Requires-Dist: sentry-sdk>=2.30.0; extra == 'all'
|
|
162
|
-
Requires-Dist: uv>=0.11.
|
|
163
|
+
Requires-Dist: uv>=0.11.16; extra == 'all'
|
|
163
164
|
Provides-Extra: all-core
|
|
164
165
|
Requires-Dist: apache-airflow-core[all]; extra == 'all-core'
|
|
165
166
|
Provides-Extra: all-task-sdk
|
|
166
167
|
Requires-Dist: apache-airflow-task-sdk[all]; extra == 'all-task-sdk'
|
|
167
168
|
Provides-Extra: amazon
|
|
168
|
-
Requires-Dist: apache-airflow-providers-amazon>=9.0.
|
|
169
|
+
Requires-Dist: apache-airflow-providers-amazon>=9.0.0; extra == 'amazon'
|
|
169
170
|
Provides-Extra: amazon-aws-auth
|
|
170
171
|
Requires-Dist: apache-airflow-providers-amazon[python3-saml]; extra == 'amazon-aws-auth'
|
|
171
172
|
Provides-Extra: apache-atlas
|
|
172
173
|
Requires-Dist: atlasclient>=0.1.2; extra == 'apache-atlas'
|
|
173
174
|
Provides-Extra: apache-cassandra
|
|
174
|
-
Requires-Dist: apache-airflow-providers-apache-cassandra>=3.7.
|
|
175
|
+
Requires-Dist: apache-airflow-providers-apache-cassandra>=3.7.0; (python_version != '3.14') and extra == 'apache-cassandra'
|
|
175
176
|
Provides-Extra: apache-drill
|
|
176
|
-
Requires-Dist: apache-airflow-providers-apache-drill>=2.8.
|
|
177
|
+
Requires-Dist: apache-airflow-providers-apache-drill>=2.8.1; extra == 'apache-drill'
|
|
177
178
|
Provides-Extra: apache-druid
|
|
178
|
-
Requires-Dist: apache-airflow-providers-apache-druid>=3.12.
|
|
179
|
+
Requires-Dist: apache-airflow-providers-apache-druid>=3.12.0; extra == 'apache-druid'
|
|
179
180
|
Provides-Extra: apache-flink
|
|
180
|
-
Requires-Dist: apache-airflow-providers-apache-flink>=1.6.
|
|
181
|
+
Requires-Dist: apache-airflow-providers-apache-flink>=1.6.0; extra == 'apache-flink'
|
|
181
182
|
Provides-Extra: apache-hdfs
|
|
182
|
-
Requires-Dist: apache-airflow-providers-apache-hdfs>=4.6.
|
|
183
|
+
Requires-Dist: apache-airflow-providers-apache-hdfs>=4.6.0; extra == 'apache-hdfs'
|
|
183
184
|
Provides-Extra: apache-hive
|
|
184
|
-
Requires-Dist: apache-airflow-providers-apache-hive>=8.2.
|
|
185
|
+
Requires-Dist: apache-airflow-providers-apache-hive>=8.2.1; extra == 'apache-hive'
|
|
185
186
|
Provides-Extra: apache-iceberg
|
|
186
|
-
Requires-Dist: apache-airflow-providers-apache-iceberg>=1.2.
|
|
187
|
+
Requires-Dist: apache-airflow-providers-apache-iceberg>=1.2.0; extra == 'apache-iceberg'
|
|
187
188
|
Provides-Extra: apache-impala
|
|
188
|
-
Requires-Dist: apache-airflow-providers-apache-impala>=1.5.
|
|
189
|
+
Requires-Dist: apache-airflow-providers-apache-impala>=1.5.2; extra == 'apache-impala'
|
|
189
190
|
Provides-Extra: apache-kafka
|
|
190
|
-
Requires-Dist: apache-airflow-providers-apache-kafka>=1.6.
|
|
191
|
+
Requires-Dist: apache-airflow-providers-apache-kafka>=1.6.1; extra == 'apache-kafka'
|
|
191
192
|
Provides-Extra: apache-kylin
|
|
192
|
-
Requires-Dist: apache-airflow-providers-apache-kylin>=3.8.
|
|
193
|
+
Requires-Dist: apache-airflow-providers-apache-kylin>=3.8.0; extra == 'apache-kylin'
|
|
193
194
|
Provides-Extra: apache-livy
|
|
194
|
-
Requires-Dist: apache-airflow-providers-apache-livy>=3.9.
|
|
195
|
+
Requires-Dist: apache-airflow-providers-apache-livy>=3.9.2; extra == 'apache-livy'
|
|
195
196
|
Provides-Extra: apache-pig
|
|
196
|
-
Requires-Dist: apache-airflow-providers-apache-pig>=4.6.
|
|
197
|
+
Requires-Dist: apache-airflow-providers-apache-pig>=4.6.0; extra == 'apache-pig'
|
|
197
198
|
Provides-Extra: apache-pinot
|
|
198
|
-
Requires-Dist: apache-airflow-providers-apache-pinot>=4.5.
|
|
199
|
+
Requires-Dist: apache-airflow-providers-apache-pinot>=4.5.1; extra == 'apache-pinot'
|
|
199
200
|
Provides-Extra: apache-spark
|
|
200
|
-
Requires-Dist: apache-airflow-providers-apache-spark>=4.11.
|
|
201
|
+
Requires-Dist: apache-airflow-providers-apache-spark>=4.11.1; extra == 'apache-spark'
|
|
201
202
|
Provides-Extra: apache-tinkerpop
|
|
202
|
-
Requires-Dist: apache-airflow-providers-apache-tinkerpop>=1.0.
|
|
203
|
+
Requires-Dist: apache-airflow-providers-apache-tinkerpop>=1.0.0; extra == 'apache-tinkerpop'
|
|
203
204
|
Provides-Extra: apache-webhdfs
|
|
204
205
|
Requires-Dist: apache-airflow-providers-apache-hdfs; extra == 'apache-webhdfs'
|
|
205
206
|
Provides-Extra: apprise
|
|
206
|
-
Requires-Dist: apache-airflow-providers-apprise>=1.4.
|
|
207
|
+
Requires-Dist: apache-airflow-providers-apprise>=1.4.1; extra == 'apprise'
|
|
207
208
|
Provides-Extra: arangodb
|
|
208
|
-
Requires-Dist: apache-airflow-providers-arangodb>=2.7.
|
|
209
|
+
Requires-Dist: apache-airflow-providers-arangodb>=2.7.0; extra == 'arangodb'
|
|
209
210
|
Provides-Extra: asana
|
|
210
|
-
Requires-Dist: apache-airflow-providers-asana>=2.7.
|
|
211
|
+
Requires-Dist: apache-airflow-providers-asana>=2.7.0; extra == 'asana'
|
|
211
212
|
Provides-Extra: async
|
|
212
213
|
Requires-Dist: apache-airflow-core[async]; extra == 'async'
|
|
213
214
|
Provides-Extra: atlassian-jira
|
|
214
|
-
Requires-Dist: apache-airflow-providers-atlassian-jira>=2.7.
|
|
215
|
+
Requires-Dist: apache-airflow-providers-atlassian-jira>=2.7.1; extra == 'atlassian-jira'
|
|
215
216
|
Provides-Extra: celery
|
|
216
|
-
Requires-Dist: apache-airflow-providers-celery>=3.8.
|
|
217
|
+
Requires-Dist: apache-airflow-providers-celery>=3.8.3; extra == 'celery'
|
|
217
218
|
Provides-Extra: cloudant
|
|
218
|
-
Requires-Dist: apache-airflow-providers-cloudant>=4.0.
|
|
219
|
+
Requires-Dist: apache-airflow-providers-cloudant>=4.0.1; extra == 'cloudant'
|
|
219
220
|
Provides-Extra: cloudpickle
|
|
220
221
|
Requires-Dist: cloudpickle>=2.2.1; extra == 'cloudpickle'
|
|
221
222
|
Provides-Extra: cncf-kubernetes
|
|
222
|
-
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=9.0.
|
|
223
|
+
Requires-Dist: apache-airflow-providers-cncf-kubernetes>=9.0.0; extra == 'cncf-kubernetes'
|
|
223
224
|
Provides-Extra: cohere
|
|
224
|
-
Requires-Dist: apache-airflow-providers-cohere>=1.4.
|
|
225
|
+
Requires-Dist: apache-airflow-providers-cohere>=1.4.0; extra == 'cohere'
|
|
225
226
|
Provides-Extra: common-ai
|
|
226
|
-
Requires-Dist: apache-airflow-providers-common-ai>=0.0.
|
|
227
|
+
Requires-Dist: apache-airflow-providers-common-ai>=0.0.1; extra == 'common-ai'
|
|
227
228
|
Provides-Extra: common-compat
|
|
228
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.2.
|
|
229
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.2.1; extra == 'common-compat'
|
|
229
230
|
Provides-Extra: common-io
|
|
230
|
-
Requires-Dist: apache-airflow-providers-common-io>=1.4.
|
|
231
|
+
Requires-Dist: apache-airflow-providers-common-io>=1.4.2; extra == 'common-io'
|
|
231
232
|
Provides-Extra: common-messaging
|
|
232
|
-
Requires-Dist: apache-airflow-providers-common-messaging>=2.0.
|
|
233
|
+
Requires-Dist: apache-airflow-providers-common-messaging>=2.0.0; extra == 'common-messaging'
|
|
233
234
|
Provides-Extra: common-sql
|
|
234
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.18.
|
|
235
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.18.0; extra == 'common-sql'
|
|
235
236
|
Provides-Extra: databricks
|
|
236
|
-
Requires-Dist: apache-airflow-providers-databricks>=6.11.
|
|
237
|
+
Requires-Dist: apache-airflow-providers-databricks>=6.11.0; extra == 'databricks'
|
|
237
238
|
Provides-Extra: datadog
|
|
238
|
-
Requires-Dist: apache-airflow-providers-datadog>=3.8.
|
|
239
|
+
Requires-Dist: apache-airflow-providers-datadog>=3.8.0; extra == 'datadog'
|
|
239
240
|
Provides-Extra: dbt-cloud
|
|
240
|
-
Requires-Dist: apache-airflow-providers-dbt-cloud>=3.11.
|
|
241
|
+
Requires-Dist: apache-airflow-providers-dbt-cloud>=3.11.0; extra == 'dbt-cloud'
|
|
241
242
|
Provides-Extra: dingding
|
|
242
|
-
Requires-Dist: apache-airflow-providers-dingding>=3.7.
|
|
243
|
+
Requires-Dist: apache-airflow-providers-dingding>=3.7.0; extra == 'dingding'
|
|
243
244
|
Provides-Extra: discord
|
|
244
|
-
Requires-Dist: apache-airflow-providers-discord>=3.9.
|
|
245
|
+
Requires-Dist: apache-airflow-providers-discord>=3.9.0; extra == 'discord'
|
|
245
246
|
Provides-Extra: docker
|
|
246
|
-
Requires-Dist: apache-airflow-providers-docker>=3.14.
|
|
247
|
+
Requires-Dist: apache-airflow-providers-docker>=3.14.1; extra == 'docker'
|
|
247
248
|
Provides-Extra: edge3
|
|
248
|
-
Requires-Dist: apache-airflow-providers-edge3>=1.0.
|
|
249
|
+
Requires-Dist: apache-airflow-providers-edge3>=1.0.0; extra == 'edge3'
|
|
249
250
|
Provides-Extra: elasticsearch
|
|
250
|
-
Requires-Dist: apache-airflow-providers-elasticsearch>=6.5.
|
|
251
|
+
Requires-Dist: apache-airflow-providers-elasticsearch>=6.5.0; extra == 'elasticsearch'
|
|
251
252
|
Provides-Extra: exasol
|
|
252
|
-
Requires-Dist: apache-airflow-providers-exasol>=4.6.
|
|
253
|
+
Requires-Dist: apache-airflow-providers-exasol>=4.6.1; extra == 'exasol'
|
|
253
254
|
Provides-Extra: fab
|
|
254
|
-
Requires-Dist: apache-airflow-providers-fab>=
|
|
255
|
+
Requires-Dist: apache-airflow-providers-fab>=3.6.0; extra == 'fab'
|
|
255
256
|
Provides-Extra: facebook
|
|
256
|
-
Requires-Dist: apache-airflow-providers-facebook>=3.7.
|
|
257
|
+
Requires-Dist: apache-airflow-providers-facebook>=3.7.0; extra == 'facebook'
|
|
257
258
|
Provides-Extra: ftp
|
|
258
|
-
Requires-Dist: apache-airflow-providers-ftp>=3.12.
|
|
259
|
+
Requires-Dist: apache-airflow-providers-ftp>=3.12.0; extra == 'ftp'
|
|
259
260
|
Provides-Extra: git
|
|
260
|
-
Requires-Dist: apache-airflow-providers-git>=0.0.
|
|
261
|
+
Requires-Dist: apache-airflow-providers-git>=0.0.2; extra == 'git'
|
|
261
262
|
Provides-Extra: github
|
|
262
|
-
Requires-Dist: apache-airflow-providers-github>=2.8.
|
|
263
|
+
Requires-Dist: apache-airflow-providers-github>=2.8.0; extra == 'github'
|
|
263
264
|
Provides-Extra: github-enterprise
|
|
264
|
-
Requires-Dist: apache-airflow-providers-fab>=2.2.
|
|
265
|
+
Requires-Dist: apache-airflow-providers-fab>=2.2.0; extra == 'github-enterprise'
|
|
265
266
|
Requires-Dist: authlib>=1.0.0; extra == 'github-enterprise'
|
|
266
267
|
Provides-Extra: google
|
|
267
|
-
Requires-Dist: apache-airflow-providers-google>=10.24.
|
|
268
|
+
Requires-Dist: apache-airflow-providers-google>=10.24.0; extra == 'google'
|
|
268
269
|
Provides-Extra: google-auth
|
|
269
|
-
Requires-Dist: apache-airflow-providers-fab>=2.2.
|
|
270
|
+
Requires-Dist: apache-airflow-providers-fab>=2.2.0; extra == 'google-auth'
|
|
270
271
|
Requires-Dist: authlib>=1.0.0; extra == 'google-auth'
|
|
271
272
|
Provides-Extra: graphviz
|
|
272
273
|
Requires-Dist: apache-airflow-core[graphviz]; extra == 'graphviz'
|
|
273
274
|
Provides-Extra: grpc
|
|
274
|
-
Requires-Dist: apache-airflow-providers-grpc>=3.7.
|
|
275
|
+
Requires-Dist: apache-airflow-providers-grpc>=3.7.0; extra == 'grpc'
|
|
275
276
|
Provides-Extra: gunicorn
|
|
276
277
|
Requires-Dist: apache-airflow-core[gunicorn]; extra == 'gunicorn'
|
|
277
278
|
Provides-Extra: hashicorp
|
|
278
|
-
Requires-Dist: apache-airflow-providers-hashicorp>=4.0.
|
|
279
|
+
Requires-Dist: apache-airflow-providers-hashicorp>=4.0.0; extra == 'hashicorp'
|
|
279
280
|
Provides-Extra: http
|
|
280
|
-
Requires-Dist: apache-airflow-providers-http>=4.13.
|
|
281
|
+
Requires-Dist: apache-airflow-providers-http>=4.13.2; extra == 'http'
|
|
281
282
|
Provides-Extra: imap
|
|
282
|
-
Requires-Dist: apache-airflow-providers-imap>=3.8.
|
|
283
|
+
Requires-Dist: apache-airflow-providers-imap>=3.8.0; extra == 'imap'
|
|
283
284
|
Provides-Extra: influxdb
|
|
284
|
-
Requires-Dist: apache-airflow-providers-influxdb>=2.8.
|
|
285
|
+
Requires-Dist: apache-airflow-providers-influxdb>=2.8.0; extra == 'influxdb'
|
|
285
286
|
Provides-Extra: informatica
|
|
286
|
-
Requires-Dist: apache-airflow-providers-informatica>=0.1.
|
|
287
|
+
Requires-Dist: apache-airflow-providers-informatica>=0.1.1; extra == 'informatica'
|
|
287
288
|
Provides-Extra: jdbc
|
|
288
|
-
Requires-Dist: apache-airflow-providers-jdbc>=4.5.
|
|
289
|
+
Requires-Dist: apache-airflow-providers-jdbc>=4.5.2; extra == 'jdbc'
|
|
289
290
|
Provides-Extra: jenkins
|
|
290
|
-
Requires-Dist: apache-airflow-providers-jenkins>=3.7.
|
|
291
|
+
Requires-Dist: apache-airflow-providers-jenkins>=3.7.2; extra == 'jenkins'
|
|
291
292
|
Provides-Extra: kerberos
|
|
292
293
|
Requires-Dist: apache-airflow-core[kerberos]; extra == 'kerberos'
|
|
293
294
|
Provides-Extra: keycloak
|
|
294
|
-
Requires-Dist: apache-airflow-providers-keycloak>=0.0.
|
|
295
|
+
Requires-Dist: apache-airflow-providers-keycloak>=0.0.1; extra == 'keycloak'
|
|
295
296
|
Provides-Extra: ldap
|
|
296
297
|
Requires-Dist: python-ldap>=3.4.4; extra == 'ldap'
|
|
297
298
|
Provides-Extra: memray
|
|
298
299
|
Requires-Dist: apache-airflow-core[memray]; extra == 'memray'
|
|
299
300
|
Provides-Extra: microsoft-azure
|
|
300
|
-
Requires-Dist: apache-airflow-providers-microsoft-azure>=10.5.
|
|
301
|
+
Requires-Dist: apache-airflow-providers-microsoft-azure>=10.5.1; extra == 'microsoft-azure'
|
|
301
302
|
Provides-Extra: microsoft-mssql
|
|
302
|
-
Requires-Dist: apache-airflow-providers-microsoft-mssql>=3.9.
|
|
303
|
+
Requires-Dist: apache-airflow-providers-microsoft-mssql>=3.9.2; extra == 'microsoft-mssql'
|
|
303
304
|
Provides-Extra: microsoft-psrp
|
|
304
|
-
Requires-Dist: apache-airflow-providers-microsoft-psrp>=3.0.
|
|
305
|
+
Requires-Dist: apache-airflow-providers-microsoft-psrp>=3.0.0; extra == 'microsoft-psrp'
|
|
305
306
|
Provides-Extra: microsoft-winrm
|
|
306
|
-
Requires-Dist: apache-airflow-providers-microsoft-winrm>=3.6.
|
|
307
|
+
Requires-Dist: apache-airflow-providers-microsoft-winrm>=3.6.1; extra == 'microsoft-winrm'
|
|
307
308
|
Provides-Extra: mongo
|
|
308
|
-
Requires-Dist: apache-airflow-providers-mongo>=4.2.
|
|
309
|
+
Requires-Dist: apache-airflow-providers-mongo>=4.2.2; extra == 'mongo'
|
|
309
310
|
Provides-Extra: mysql
|
|
310
|
-
Requires-Dist: apache-airflow-providers-mysql>=5.7.
|
|
311
|
+
Requires-Dist: apache-airflow-providers-mysql>=5.7.2; extra == 'mysql'
|
|
311
312
|
Provides-Extra: neo4j
|
|
312
|
-
Requires-Dist: apache-airflow-providers-neo4j>=3.8.
|
|
313
|
+
Requires-Dist: apache-airflow-providers-neo4j>=3.8.0; extra == 'neo4j'
|
|
313
314
|
Provides-Extra: odbc
|
|
314
|
-
Requires-Dist: apache-airflow-providers-odbc>=4.8.
|
|
315
|
+
Requires-Dist: apache-airflow-providers-odbc>=4.8.0; extra == 'odbc'
|
|
315
316
|
Provides-Extra: openai
|
|
316
|
-
Requires-Dist: apache-airflow-providers-openai>=1.5.
|
|
317
|
+
Requires-Dist: apache-airflow-providers-openai>=1.5.0; extra == 'openai'
|
|
317
318
|
Provides-Extra: openfaas
|
|
318
|
-
Requires-Dist: apache-airflow-providers-openfaas>=3.7.
|
|
319
|
+
Requires-Dist: apache-airflow-providers-openfaas>=3.7.0; extra == 'openfaas'
|
|
319
320
|
Provides-Extra: openlineage
|
|
320
|
-
Requires-Dist: apache-airflow-providers-openlineage>=2.3.
|
|
321
|
+
Requires-Dist: apache-airflow-providers-openlineage>=2.3.0; extra == 'openlineage'
|
|
321
322
|
Provides-Extra: opensearch
|
|
322
|
-
Requires-Dist: apache-airflow-providers-opensearch>=1.9.
|
|
323
|
+
Requires-Dist: apache-airflow-providers-opensearch>=1.9.0; extra == 'opensearch'
|
|
323
324
|
Provides-Extra: opsgenie
|
|
324
|
-
Requires-Dist: apache-airflow-providers-opsgenie>=5.8.
|
|
325
|
+
Requires-Dist: apache-airflow-providers-opsgenie>=5.8.0; extra == 'opsgenie'
|
|
325
326
|
Provides-Extra: oracle
|
|
326
|
-
Requires-Dist: apache-airflow-providers-oracle>=3.12.
|
|
327
|
+
Requires-Dist: apache-airflow-providers-oracle>=3.12.0; extra == 'oracle'
|
|
327
328
|
Provides-Extra: otel
|
|
328
329
|
Requires-Dist: apache-airflow-core[otel]; extra == 'otel'
|
|
329
330
|
Provides-Extra: pagerduty
|
|
330
|
-
Requires-Dist: apache-airflow-providers-pagerduty>=3.8.
|
|
331
|
+
Requires-Dist: apache-airflow-providers-pagerduty>=3.8.1; extra == 'pagerduty'
|
|
331
332
|
Provides-Extra: pandas
|
|
332
333
|
Requires-Dist: apache-airflow-providers-common-sql[pandas]; extra == 'pandas'
|
|
333
334
|
Provides-Extra: papermill
|
|
334
|
-
Requires-Dist: apache-airflow-providers-papermill>=3.8.
|
|
335
|
+
Requires-Dist: apache-airflow-providers-papermill>=3.8.2; extra == 'papermill'
|
|
335
336
|
Provides-Extra: pgvector
|
|
336
|
-
Requires-Dist: apache-airflow-providers-pgvector>=1.4.
|
|
337
|
+
Requires-Dist: apache-airflow-providers-pgvector>=1.4.0; extra == 'pgvector'
|
|
337
338
|
Provides-Extra: pinecone
|
|
338
|
-
Requires-Dist: apache-airflow-providers-pinecone>=2.1.
|
|
339
|
+
Requires-Dist: apache-airflow-providers-pinecone>=2.1.1; extra == 'pinecone'
|
|
339
340
|
Provides-Extra: polars
|
|
340
341
|
Requires-Dist: apache-airflow-providers-common-sql[polars]; extra == 'polars'
|
|
341
342
|
Provides-Extra: postgres
|
|
342
|
-
Requires-Dist: apache-airflow-providers-postgres>=5.13.
|
|
343
|
+
Requires-Dist: apache-airflow-providers-postgres>=5.13.1; extra == 'postgres'
|
|
343
344
|
Provides-Extra: presto
|
|
344
|
-
Requires-Dist: apache-airflow-providers-presto>=5.7.
|
|
345
|
+
Requires-Dist: apache-airflow-providers-presto>=5.7.0; extra == 'presto'
|
|
345
346
|
Provides-Extra: qdrant
|
|
346
|
-
Requires-Dist: apache-airflow-providers-qdrant>=1.3.
|
|
347
|
+
Requires-Dist: apache-airflow-providers-qdrant>=1.3.0; extra == 'qdrant'
|
|
347
348
|
Provides-Extra: rabbitmq
|
|
348
349
|
Requires-Dist: amqp>=5.2.0; extra == 'rabbitmq'
|
|
349
350
|
Provides-Extra: redis
|
|
350
|
-
Requires-Dist: apache-airflow-providers-redis>=4.0.
|
|
351
|
+
Requires-Dist: apache-airflow-providers-redis>=4.0.0; extra == 'redis'
|
|
351
352
|
Provides-Extra: s3fs
|
|
352
353
|
Requires-Dist: apache-airflow-providers-amazon[s3fs]; extra == 's3fs'
|
|
353
354
|
Provides-Extra: salesforce
|
|
354
|
-
Requires-Dist: apache-airflow-providers-salesforce>=5.9.
|
|
355
|
+
Requires-Dist: apache-airflow-providers-salesforce>=5.9.0; extra == 'salesforce'
|
|
355
356
|
Provides-Extra: samba
|
|
356
|
-
Requires-Dist: apache-airflow-providers-samba>=4.9.
|
|
357
|
+
Requires-Dist: apache-airflow-providers-samba>=4.9.0; extra == 'samba'
|
|
357
358
|
Provides-Extra: segment
|
|
358
|
-
Requires-Dist: apache-airflow-providers-segment>=3.7.
|
|
359
|
+
Requires-Dist: apache-airflow-providers-segment>=3.7.0; extra == 'segment'
|
|
359
360
|
Provides-Extra: sendgrid
|
|
360
|
-
Requires-Dist: apache-airflow-providers-sendgrid>=4.0.
|
|
361
|
+
Requires-Dist: apache-airflow-providers-sendgrid>=4.0.0; extra == 'sendgrid'
|
|
361
362
|
Provides-Extra: sentry
|
|
362
363
|
Requires-Dist: sentry-sdk>=2.30.0; extra == 'sentry'
|
|
363
364
|
Provides-Extra: sftp
|
|
364
|
-
Requires-Dist: apache-airflow-providers-sftp>=5.0.
|
|
365
|
+
Requires-Dist: apache-airflow-providers-sftp>=5.0.0; extra == 'sftp'
|
|
365
366
|
Provides-Extra: singularity
|
|
366
|
-
Requires-Dist: apache-airflow-providers-singularity>=3.7.
|
|
367
|
+
Requires-Dist: apache-airflow-providers-singularity>=3.7.0; extra == 'singularity'
|
|
367
368
|
Provides-Extra: slack
|
|
368
|
-
Requires-Dist: apache-airflow-providers-slack>=8.9.
|
|
369
|
+
Requires-Dist: apache-airflow-providers-slack>=8.9.1; extra == 'slack'
|
|
369
370
|
Provides-Extra: smtp
|
|
370
|
-
Requires-Dist: apache-airflow-providers-smtp>=1.8.
|
|
371
|
+
Requires-Dist: apache-airflow-providers-smtp>=1.8.1; extra == 'smtp'
|
|
371
372
|
Provides-Extra: snowflake
|
|
372
|
-
Requires-Dist: apache-airflow-providers-snowflake>=5.8.
|
|
373
|
+
Requires-Dist: apache-airflow-providers-snowflake>=5.8.0; extra == 'snowflake'
|
|
373
374
|
Provides-Extra: sqlite
|
|
374
|
-
Requires-Dist: apache-airflow-providers-sqlite>=3.9.
|
|
375
|
+
Requires-Dist: apache-airflow-providers-sqlite>=3.9.1; extra == 'sqlite'
|
|
375
376
|
Provides-Extra: ssh
|
|
376
|
-
Requires-Dist: apache-airflow-providers-ssh>=3.14.
|
|
377
|
+
Requires-Dist: apache-airflow-providers-ssh>=3.14.0; extra == 'ssh'
|
|
377
378
|
Provides-Extra: standard
|
|
378
|
-
Requires-Dist: apache-airflow-providers-standard>=0.0.
|
|
379
|
+
Requires-Dist: apache-airflow-providers-standard>=0.0.1; extra == 'standard'
|
|
379
380
|
Provides-Extra: statsd
|
|
380
381
|
Requires-Dist: apache-airflow-core[statsd]; extra == 'statsd'
|
|
381
382
|
Provides-Extra: tableau
|
|
382
|
-
Requires-Dist: apache-airflow-providers-tableau>=5.0.
|
|
383
|
+
Requires-Dist: apache-airflow-providers-tableau>=5.0.0; extra == 'tableau'
|
|
383
384
|
Provides-Extra: telegram
|
|
384
|
-
Requires-Dist: apache-airflow-providers-telegram>=4.7.
|
|
385
|
+
Requires-Dist: apache-airflow-providers-telegram>=4.7.0; extra == 'telegram'
|
|
385
386
|
Provides-Extra: teradata
|
|
386
|
-
Requires-Dist: apache-airflow-providers-teradata>=2.6.
|
|
387
|
+
Requires-Dist: apache-airflow-providers-teradata>=2.6.1; extra == 'teradata'
|
|
387
388
|
Provides-Extra: trino
|
|
388
|
-
Requires-Dist: apache-airflow-providers-trino>=5.8.
|
|
389
|
+
Requires-Dist: apache-airflow-providers-trino>=5.8.1; extra == 'trino'
|
|
389
390
|
Provides-Extra: uv
|
|
390
|
-
Requires-Dist: uv>=0.11.
|
|
391
|
+
Requires-Dist: uv>=0.11.16; extra == 'uv'
|
|
391
392
|
Provides-Extra: vertica
|
|
392
|
-
Requires-Dist: apache-airflow-providers-vertica>=3.9.
|
|
393
|
+
Requires-Dist: apache-airflow-providers-vertica>=3.9.1; extra == 'vertica'
|
|
393
394
|
Provides-Extra: weaviate
|
|
394
|
-
Requires-Dist: apache-airflow-providers-weaviate>=3.0.
|
|
395
|
+
Requires-Dist: apache-airflow-providers-weaviate>=3.0.0; extra == 'weaviate'
|
|
395
396
|
Provides-Extra: yandex
|
|
396
|
-
Requires-Dist: apache-airflow-providers-yandex>=4.0.
|
|
397
|
+
Requires-Dist: apache-airflow-providers-yandex>=4.0.0; extra == 'yandex'
|
|
397
398
|
Provides-Extra: ydb
|
|
398
|
-
Requires-Dist: apache-airflow-providers-ydb>=1.4.
|
|
399
|
+
Requires-Dist: apache-airflow-providers-ydb>=1.4.0; extra == 'ydb'
|
|
399
400
|
Provides-Extra: zendesk
|
|
400
|
-
Requires-Dist: apache-airflow-providers-zendesk>=4.9.
|
|
401
|
+
Requires-Dist: apache-airflow-providers-zendesk>=4.9.0; extra == 'zendesk'
|
|
401
402
|
Description-Content-Type: text/markdown
|
|
402
403
|
|
|
403
404
|
<!--
|
|
@@ -434,9 +435,8 @@ PROJECT BY THE `generate-pypi-readme` PREK HOOK. YOUR CHANGES HERE WILL BE AUTOM
|
|
|
434
435
|
|
|
435
436
|
| Version | Build Status |
|
|
436
437
|
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
437
|
-
| Main | [](https://github.com/apache/airflow/actions) |
|
|
438
|
+
| Main | [](https://github.com/apache/airflow/actions/workflows/ci-amd.yml) [](https://github.com/apache/airflow/actions/workflows/ci-arm.yml) |
|
|
439
|
+
| 3.x | [](https://github.com/apache/airflow/actions/workflows/ci-amd.yml) [](https://github.com/apache/airflow/actions/workflows/ci-arm.yml) |
|
|
440
440
|
|
|
441
441
|
|
|
442
442
|
|
|
@@ -457,14 +457,14 @@ Use Airflow to author workflows (Dags) that orchestrate tasks. The Airflow sched
|
|
|
457
457
|
|
|
458
458
|
Apache Airflow is tested with:
|
|
459
459
|
|
|
460
|
-
| | Main version (dev) | Stable version (3.2.
|
|
461
|
-
|
|
462
|
-
| Python | 3.10, 3.11, 3.12, 3.13, 3.14 | 3.10, 3.11, 3.12, 3.13, 3.14
|
|
463
|
-
| Platform | AMD64/ARM64
|
|
464
|
-
| Kubernetes | 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 | 1.30, 1.31, 1.32, 1.33
|
|
465
|
-
| PostgreSQL | 14, 15, 16, 17, 18
|
|
466
|
-
| MySQL | 8.0, 8.4, Innovation
|
|
467
|
-
| SQLite | 3.15.0+
|
|
460
|
+
| | Main version (dev) | Stable version (3.2.2) | Stable version (2.11.2) |
|
|
461
|
+
|------------|------------------------------------|-------------------------------------|------------------------------|
|
|
462
|
+
| Python | 3.10, 3.11, 3.12, 3.13, 3.14 | 3.10, 3.11, 3.12, 3.13, 3.14 | 3.10, 3.11, 3.12 |
|
|
463
|
+
| Platform | AMD64/ARM64 | AMD64/ARM64 | AMD64/ARM64(\*) |
|
|
464
|
+
| Kubernetes | 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 | 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 | 1.26, 1.27, 1.28, 1.29, 1.30 |
|
|
465
|
+
| PostgreSQL | 14, 15, 16, 17, 18 | 14, 15, 16, 17, 18 | 12, 13, 14, 15, 16 |
|
|
466
|
+
| MySQL | 8.0, 8.4, Innovation | 8.0, 8.4, Innovation | 8.0, Innovation |
|
|
467
|
+
| SQLite | 3.15.0+ | 3.15.0+ | 3.15.0+ |
|
|
468
468
|
|
|
469
469
|
\* Experimental
|
|
470
470
|
|
|
@@ -526,15 +526,15 @@ them to the appropriate format and workflow that your tool requires.
|
|
|
526
526
|
|
|
527
527
|
|
|
528
528
|
```bash
|
|
529
|
-
pip install 'apache-airflow==3.2.
|
|
530
|
-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.
|
|
529
|
+
pip install 'apache-airflow==3.2.2' \
|
|
530
|
+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.2/constraints-3.10.txt"
|
|
531
531
|
```
|
|
532
532
|
|
|
533
533
|
2. Installing with extras (i.e., postgres, google)
|
|
534
534
|
|
|
535
535
|
```bash
|
|
536
|
-
pip install 'apache-airflow[postgres,google]==3.2.
|
|
537
|
-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.
|
|
536
|
+
pip install 'apache-airflow[postgres,google]==3.2.2' \
|
|
537
|
+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.2/constraints-3.10.txt"
|
|
538
538
|
```
|
|
539
539
|
|
|
540
540
|
For information on installing provider distributions, check
|