Skip to content

Commit

Permalink
Reapply templates for all providers (#39554)
Browse files Browse the repository at this point in the history
Follow-up after a few recent changes in provider templates.

The template changes from #39552 have not been applied to the new
apache.iceberg provider. Also we are preparing to re-release providers
with 2.7.0 compatibility and there was a change in naming of packages
updated in the provider doucmentation naming convention that has
not been reflected in generated index and fixed in #39341 - but it
has not been applied to all the providers.

This PR is a result of `breeze release-management
prepare-provider-documentation --reapply-templates-only` that is
supposed to consistently apply template changes to all providers.
  • Loading branch information
potiuk committed May 11, 2024
1 parent 2c05187 commit 2b1a2f8
Show file tree
Hide file tree
Showing 141 changed files with 268 additions and 166 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Airbyte <https://airbyte.com/>`__
state: ready
source-date-epoch: 1714475231
source-date-epoch: 1715384388
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
state: ready
source-date-epoch: 1714475295
source-date-epoch: 1715384389
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
state: ready
source-date-epoch: 1714475383
source-date-epoch: 1715384391
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.21.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
state: ready
source-date-epoch: 1714475470
source-date-epoch: 1715384393
# note that those versions are maintained by release manager - do not update them manually
versions:
- 5.7.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Cassandra <https://cassandra.apache.org/>`__.
state: ready
source-date-epoch: 1714475495
source-date-epoch: 1715384394
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.
state: ready
source-date-epoch: 1714475509
source-date-epoch: 1715384396
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.
state: ready
source-date-epoch: 1714475539
source-date-epoch: 1715384397
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.10.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Flink <https://flink.apache.org/>`__
state: ready
source-date-epoch: 1714475556
source-date-epoch: 1715384398
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
state: ready
source-date-epoch: 1714475590
source-date-epoch: 1715384399
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__
state: ready
source-date-epoch: 1714475614
source-date-epoch: 1715384401
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.1.0
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/iceberg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@
#
from __future__ import annotations

import importlib.metadata

import packaging.version

from airflow import __version__ as airflow_version

__all__ = ["__version__"]

__version__ = "1.0.0"

airflow_version = importlib.metadata.version("apache-airflow")

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
):
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/iceberg/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Iceberg <https://iceberg.apache.org/>`__
state: ready
source-date-epoch: 1705912293
source-date-epoch: 1715384402
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/impala/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Impala <https://impala.apache.org/>`__.
state: ready
source-date-epoch: 1714475669
source-date-epoch: 1715384403
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka

state: ready
source-date-epoch: 1714475704
source-date-epoch: 1715384403
description: |
`Apache Kafka <https://kafka.apache.org/>`__
# note that those versions are maintained by release manager - do not update them manually
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Kylin <https://kylin.apache.org/>`__
state: ready
source-date-epoch: 1714475739
source-date-epoch: 1715384404
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.6.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/livy/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Livy <https://livy.apache.org/>`__
state: ready
source-date-epoch: 1714475764
source-date-epoch: 1715384405
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Pig <https://pig.apache.org/>`__
state: ready
source-date-epoch: 1714475794
source-date-epoch: 1715384407
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/pinot/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Pinot <https://pinot.apache.org/>`__
state: ready
source-date-epoch: 1714475806
source-date-epoch: 1715384408
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Spark <https://spark.apache.org/>`__
state: ready
source-date-epoch: 1714475840
source-date-epoch: 1715384409
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.8.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apprise/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: |
`Apprise <https://github.com/caronc/apprise>`__
state: ready
source-date-epoch: 1714475874
source-date-epoch: 1715384410

# note that those versions are maintained by release manager - do not update them manually
versions:
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- python-arango>=7.3.2

state: ready
source-date-epoch: 1714475900
source-date-epoch: 1715384411
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/asana/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Asana <https://asana.com/>`__
state: ready
source-date-epoch: 1714475930
source-date-epoch: 1715384412
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/atlassian/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Atlassian Jira <https://www.atlassian.com/software/jira/>`__
state: ready
source-date-epoch: 1714475951
source-date-epoch: 1715384413
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.6.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/celery/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Celery <https://docs.celeryq.dev/en/stable/>`__
state: ready
source-date-epoch: 1714475973
source-date-epoch: 1715384414
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/cloudant/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
state: ready
source-date-epoch: 1714475984
source-date-epoch: 1715384415
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Kubernetes <https://kubernetes.io/>`__
state: ready
source-date-epoch: 1714476004
source-date-epoch: 1715384417
# note that those versions are maintained by release manager - do not update them manually
versions:
- 8.2.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/cohere/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: |
`Cohere <https://docs.cohere.com/docs>`__
state: ready
source-date-epoch: 1714476078
source-date-epoch: 1715384418

# note that those versions are maintained by release manager - do not update them manually
versions:
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/io/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
``Common IO Provider``
state: ready
source-date-epoch: 1712665400
source-date-epoch: 1715384419
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.3.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/sql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
state: ready
source-date-epoch: 1714476113
source-date-epoch: 1715384420
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.13.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/databricks/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Databricks <https://databricks.com/>`__
state: ready
source-date-epoch: 1714476154
source-date-epoch: 1715384422
# note that those versions are maintained by release manager - do not update them manually
versions:
- 6.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/datadog/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Datadog <https://www.datadoghq.com/>`__
state: ready
source-date-epoch: 1714476202
source-date-epoch: 1715384423
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.6.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/dbt/cloud/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
state: ready
source-date-epoch: 1714476223
source-date-epoch: 1715384424
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.8.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/dingding/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`DingTalk <https://www.dingtalk.com/>`__
state: ready
source-date-epoch: 1714476259
source-date-epoch: 1715384425
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/discord/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Discord <https://discord.com/>`__
state: ready
source-date-epoch: 1714476281
source-date-epoch: 1715384426
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.7.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/docker/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Docker <https://www.docker.com/>`__
state: ready
source-date-epoch: 1714476298
source-date-epoch: 1715384428
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/elasticsearch/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
state: ready
source-date-epoch: 1714476311
source-date-epoch: 1715384430
# note that those versions are maintained by release manager - do not update them manually
versions:
- 5.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/exasol/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Exasol <https://www.exasol.com/>`__
state: ready
source-date-epoch: 1714476324
source-date-epoch: 1715384431
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/fab/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: |
# For providers until we think it should be released.
state: ready

source-date-epoch: 1714476342
source-date-epoch: 1715384432

# note that those versions are maintained by release manager - do not update them manually
versions:
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/facebook/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Facebook Ads <https://www.facebook.com/about/ads>`__
state: ready
source-date-epoch: 1714476375
source-date-epoch: 1715384433
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/ftp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
state: ready
source-date-epoch: 1714476400
source-date-epoch: 1715384434
versions:
- 3.9.0
- 3.8.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/github/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- PyGithub!=1.58

state: ready
source-date-epoch: 1714476412
source-date-epoch: 1715384436
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.6.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description: |
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
state: ready
source-date-epoch: 1714476421
source-date-epoch: 1715384437
# note that those versions are maintained by release manager - do not update them manually
versions:
- 10.18.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/grpc/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`gRPC <https://grpc.io/>`__
state: ready
source-date-epoch: 1714476539
source-date-epoch: 1715384439
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.5.0
Expand Down

0 comments on commit 2b1a2f8

Please sign in to comment.