From 7b356e45535674a2a5cd1feb2ac585500743d949 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 5 Jun 2022 20:00:20 +0200 Subject: [PATCH] Prepare docs for May 2022 provider's release This documentation update also (following the rule agreed in https://github.com/apache/airflow/blob/main/README.md#support-for-providers) bumps mininimum supported version of Airflow for all providers to 2.2 and it constitutes a breaking change and major version bump for all providers. --- .github/workflows/ci.yml | 10 +- .pre-commit-config.yaml | 2 +- README.md | 6 +- airflow/providers/airbyte/CHANGELOG.rst | 14 + airflow/providers/airbyte/provider.yaml | 3 +- airflow/providers/alibaba/CHANGELOG.rst | 25 + airflow/providers/alibaba/provider.yaml | 3 +- airflow/providers/amazon/CHANGELOG.rst | 45 + airflow/providers/amazon/provider.yaml | 3 +- airflow/providers/apache/beam/CHANGELOG.rst | 25 + airflow/providers/apache/beam/provider.yaml | 3 +- .../providers/apache/cassandra/CHANGELOG.rst | 19 + .../providers/apache/cassandra/provider.yaml | 3 +- airflow/providers/apache/drill/CHANGELOG.rst | 19 + airflow/providers/apache/drill/provider.yaml | 3 +- airflow/providers/apache/druid/CHANGELOG.rst | 20 + airflow/providers/apache/druid/provider.yaml | 3 +- airflow/providers/apache/hdfs/CHANGELOG.rst | 20 + airflow/providers/apache/hdfs/provider.yaml | 3 +- airflow/providers/apache/hive/CHANGELOG.rst | 20 + airflow/providers/apache/hive/provider.yaml | 3 +- airflow/providers/apache/kylin/CHANGELOG.rst | 20 + airflow/providers/apache/kylin/provider.yaml | 3 +- airflow/providers/apache/livy/CHANGELOG.rst | 14 + airflow/providers/apache/livy/provider.yaml | 3 +- airflow/providers/apache/pig/CHANGELOG.rst | 14 + airflow/providers/apache/pig/provider.yaml | 3 +- airflow/providers/apache/pinot/CHANGELOG.rst | 18 + airflow/providers/apache/pinot/provider.yaml | 3 +- airflow/providers/apache/spark/CHANGELOG.rst | 26 + airflow/providers/apache/spark/provider.yaml | 3 +- airflow/providers/apache/sqoop/CHANGELOG.rst | 13 + airflow/providers/apache/sqoop/provider.yaml | 3 +- airflow/providers/arangodb/CHANGELOG.rst | 17 +- airflow/providers/arangodb/provider.yaml | 5 + airflow/providers/asana/CHANGELOG.rst | 17 + airflow/providers/asana/provider.yaml | 3 +- airflow/providers/celery/CHANGELOG.rst | 13 + airflow/providers/celery/provider.yaml | 1 + airflow/providers/cloudant/CHANGELOG.rst | 16 + airflow/providers/cloudant/provider.yaml | 3 +- .../providers/cncf/kubernetes/CHANGELOG.rst | 40 +- .../providers/cncf/kubernetes/provider.yaml | 1 + airflow/providers/databricks/CHANGELOG.rst | 27 + airflow/providers/databricks/provider.yaml | 3 +- airflow/providers/datadog/CHANGELOG.rst | 17 + airflow/providers/datadog/provider.yaml | 3 +- airflow/providers/dbt/cloud/CHANGELOG.rst | 29 + airflow/providers/dbt/cloud/provider.yaml | 3 +- airflow/providers/dingding/CHANGELOG.rst | 18 + airflow/providers/dingding/provider.yaml | 3 +- airflow/providers/discord/CHANGELOG.rst | 13 + airflow/providers/discord/provider.yaml | 3 +- airflow/providers/docker/CHANGELOG.rst | 19 + airflow/providers/docker/provider.yaml | 3 +- airflow/providers/elasticsearch/CHANGELOG.rst | 22 + airflow/providers/elasticsearch/provider.yaml | 3 +- airflow/providers/exasol/CHANGELOG.rst | 18 + airflow/providers/exasol/provider.yaml | 3 +- airflow/providers/facebook/CHANGELOG.rst | 14 + airflow/providers/facebook/provider.yaml | 3 +- airflow/providers/ftp/CHANGELOG.rst | 14 + airflow/providers/ftp/provider.yaml | 1 + airflow/providers/github/CHANGELOG.rst | 22 + airflow/providers/github/provider.yaml | 6 + airflow/providers/google/CHANGELOG.rst | 49 + airflow/providers/google/provider.yaml | 3 +- airflow/providers/grpc/CHANGELOG.rst | 13 + airflow/providers/grpc/provider.yaml | 3 +- airflow/providers/hashicorp/CHANGELOG.rst | 14 + airflow/providers/hashicorp/provider.yaml | 3 +- airflow/providers/http/CHANGELOG.rst | 14 + airflow/providers/http/provider.yaml | 1 + airflow/providers/imap/CHANGELOG.rst | 13 + airflow/providers/imap/provider.yaml | 1 + airflow/providers/influxdb/CHANGELOG.rst | 16 + airflow/providers/influxdb/provider.yaml | 8 + airflow/providers/jdbc/CHANGELOG.rst | 22 + airflow/providers/jdbc/provider.yaml | 3 +- airflow/providers/jenkins/CHANGELOG.rst | 22 + airflow/providers/jenkins/provider.yaml | 3 +- airflow/providers/jira/CHANGELOG.rst | 13 + airflow/providers/jira/provider.yaml | 3 +- .../providers/microsoft/azure/CHANGELOG.rst | 27 + .../providers/microsoft/azure/provider.yaml | 3 +- .../providers/microsoft/mssql/CHANGELOG.rst | 14 + .../providers/microsoft/mssql/provider.yaml | 3 +- .../providers/microsoft/psrp/CHANGELOG.rst | 15 + .../providers/microsoft/psrp/provider.yaml | 1 + .../providers/microsoft/winrm/CHANGELOG.rst | 17 + .../providers/microsoft/winrm/provider.yaml | 3 +- airflow/providers/mongo/CHANGELOG.rst | 15 + airflow/providers/mongo/provider.yaml | 3 +- airflow/providers/mysql/CHANGELOG.rst | 14 + airflow/providers/mysql/provider.yaml | 3 +- airflow/providers/neo4j/CHANGELOG.rst | 16 + airflow/providers/neo4j/provider.yaml | 3 +- airflow/providers/odbc/CHANGELOG.rst | 13 + airflow/providers/odbc/provider.yaml | 3 +- airflow/providers/openfaas/CHANGELOG.rst | 13 + airflow/providers/openfaas/provider.yaml | 3 +- airflow/providers/opsgenie/CHANGELOG.rst | 14 + airflow/providers/opsgenie/provider.yaml | 3 +- airflow/providers/oracle/CHANGELOG.rst | 25 + airflow/providers/oracle/provider.yaml | 3 +- airflow/providers/pagerduty/CHANGELOG.rst | 13 + airflow/providers/pagerduty/provider.yaml | 3 +- airflow/providers/papermill/CHANGELOG.rst | 19 + airflow/providers/papermill/provider.yaml | 3 +- airflow/providers/plexus/CHANGELOG.rst | 14 + airflow/providers/plexus/provider.yaml | 3 +- airflow/providers/postgres/CHANGELOG.rst | 14 + airflow/providers/postgres/provider.yaml | 3 +- airflow/providers/presto/CHANGELOG.rst | 20 + airflow/providers/presto/provider.yaml | 3 +- airflow/providers/qubole/CHANGELOG.rst | 23 + airflow/providers/qubole/provider.yaml | 3 +- airflow/providers/redis/CHANGELOG.rst | 13 + airflow/providers/redis/provider.yaml | 3 +- airflow/providers/salesforce/CHANGELOG.rst | 14 + airflow/providers/salesforce/provider.yaml | 3 +- airflow/providers/samba/CHANGELOG.rst | 13 + airflow/providers/samba/provider.yaml | 3 +- airflow/providers/segment/CHANGELOG.rst | 13 + airflow/providers/segment/provider.yaml | 3 +- airflow/providers/sendgrid/CHANGELOG.rst | 14 + airflow/providers/sendgrid/provider.yaml | 4 + airflow/providers/sftp/CHANGELOG.rst | 18 + airflow/providers/sftp/provider.yaml | 3 +- airflow/providers/singularity/CHANGELOG.rst | 14 + airflow/providers/singularity/provider.yaml | 3 +- airflow/providers/slack/CHANGELOG.rst | 13 + airflow/providers/slack/provider.yaml | 3 +- airflow/providers/snowflake/CHANGELOG.rst | 19 + airflow/providers/snowflake/provider.yaml | 3 +- airflow/providers/sqlite/CHANGELOG.rst | 19 + airflow/providers/sqlite/provider.yaml | 1 + airflow/providers/ssh/CHANGELOG.rst | 23 + airflow/providers/ssh/provider.yaml | 3 +- airflow/providers/tableau/CHANGELOG.rst | 14 + airflow/providers/tableau/provider.yaml | 3 +- airflow/providers/telegram/CHANGELOG.rst | 14 + airflow/providers/telegram/provider.yaml | 3 +- airflow/providers/trino/CHANGELOG.rst | 14 + airflow/providers/trino/provider.yaml | 3 +- airflow/providers/vertica/CHANGELOG.rst | 14 + airflow/providers/vertica/provider.yaml | 3 +- airflow/providers/yandex/CHANGELOG.rst | 14 + airflow/providers/yandex/provider.yaml | 3 +- airflow/providers/zendesk/CHANGELOG.rst | 14 + airflow/providers/zendesk/provider.yaml | 3 +- .../commits.rst | 22 + .../index.rst | 8 +- .../commits.rst | 25 + .../index.rst | 4 +- .../commits.rst | 1286 ++++++------ .../apache-airflow-providers-amazon/index.rst | 9 +- .../commits.rst | 190 +- .../index.rst | 10 +- .../commits.rst | 24 + .../index.rst | 4 +- .../commits.rst | 26 + .../index.rst | 4 +- .../commits.rst | 24 + .../index.rst | 8 +- .../commits.rst | 23 + .../index.rst | 4 +- .../commits.rst | 419 ++-- .../index.rst | 8 +- .../commits.rst | 24 + .../index.rst | 4 +- .../commits.rst | 15 +- .../index.rst | 8 +- .../commits.rst | 23 + .../index.rst | 2 +- .../commits.rst | 23 + .../index.rst | 4 +- .../commits.rst | 26 + .../index.rst | 4 +- .../commits.rst | 22 + .../index.rst | 2 +- .../commits.rst | 12 + .../index.rst | 13 +- .../commits.rst | 26 + docs/apache-airflow-providers-asana/index.rst | 4 +- .../commits.rst | 14 +- .../apache-airflow-providers-celery/index.rst | 2 +- .../commits.rst | 25 + .../index.rst | 4 +- .../commits.rst | 628 +++--- .../index.rst | 2 +- .../commits.rst | 384 ++-- .../index.rst | 7 +- .../commits.rst | 26 + .../index.rst | 4 +- .../commits.rst | 32 +- .../index.rst | 10 +- .../commits.rst | 27 + .../index.rst | 6 +- .../commits.rst | 14 +- .../index.rst | 6 +- .../commits.rst | 432 ++-- .../apache-airflow-providers-docker/index.rst | 16 +- .../commits.rst | 17 + .../index.rst | 4 +- .../commits.rst | 23 + .../apache-airflow-providers-exasol/index.rst | 4 +- .../commits.rst | 22 + .../index.rst | 4 +- docs/apache-airflow-providers-ftp/commits.rst | 22 + docs/apache-airflow-providers-ftp/index.rst | 2 +- .../commits.rst | 27 + .../apache-airflow-providers-github/index.rst | 11 +- .../commits.rst | 1758 +++++++++-------- .../apache-airflow-providers-google/index.rst | 11 +- .../apache-airflow-providers-grpc/commits.rst | 22 + docs/apache-airflow-providers-grpc/index.rst | 4 +- .../commits.rst | 278 +-- .../index.rst | 8 +- .../apache-airflow-providers-http/commits.rst | 23 + docs/apache-airflow-providers-http/index.rst | 2 +- .../apache-airflow-providers-imap/commits.rst | 22 + docs/apache-airflow-providers-imap/index.rst | 2 +- .../commits.rst | 25 + .../index.rst | 3 +- .../apache-airflow-providers-jdbc/commits.rst | 27 + docs/apache-airflow-providers-jdbc/index.rst | 4 +- .../commits.rst | 18 +- .../index.rst | 4 +- .../apache-airflow-providers-jira/commits.rst | 234 +-- docs/apache-airflow-providers-jira/index.rst | 4 +- .../commits.rst | 559 +++--- .../index.rst | 8 +- .../commits.rst | 23 + .../index.rst | 4 +- .../commits.rst | 16 +- .../index.rst | 2 +- .../commits.rst | 26 + .../index.rst | 4 +- .../commits.rst | 24 + docs/apache-airflow-providers-mongo/index.rst | 4 +- .../commits.rst | 23 + docs/apache-airflow-providers-mysql/index.rst | 8 +- .../commits.rst | 25 + docs/apache-airflow-providers-neo4j/index.rst | 4 +- .../apache-airflow-providers-odbc/commits.rst | 22 + docs/apache-airflow-providers-odbc/index.rst | 4 +- .../commits.rst | 22 + .../index.rst | 2 +- .../commits.rst | 251 +-- .../index.rst | 4 +- .../commits.rst | 26 + .../apache-airflow-providers-oracle/index.rst | 4 +- .../commits.rst | 22 + .../index.rst | 4 +- .../commits.rst | 24 + .../index.rst | 4 +- .../commits.rst | 23 + .../apache-airflow-providers-plexus/index.rst | 4 +- .../commits.rst | 15 +- .../index.rst | 8 +- .../commits.rst | 254 +-- .../apache-airflow-providers-presto/index.rst | 8 +- .../commits.rst | 28 + .../apache-airflow-providers-qubole/index.rst | 4 +- .../commits.rst | 22 + docs/apache-airflow-providers-redis/index.rst | 4 +- .../commits.rst | 295 +-- .../index.rst | 8 +- .../commits.rst | 22 + docs/apache-airflow-providers-samba/index.rst | 4 +- .../commits.rst | 22 + .../index.rst | 4 +- .../commits.rst | 22 + .../index.rst | 13 +- .../apache-airflow-providers-sftp/commits.rst | 15 +- docs/apache-airflow-providers-sftp/index.rst | 8 +- .../commits.rst | 23 + .../index.rst | 4 +- .../commits.rst | 22 + docs/apache-airflow-providers-slack/index.rst | 8 +- .../commits.rst | 414 ++-- .../index.rst | 8 +- .../commits.rst | 24 + .../apache-airflow-providers-sqlite/index.rst | 2 +- docs/apache-airflow-providers-ssh/commits.rst | 342 ++-- docs/apache-airflow-providers-ssh/index.rst | 4 +- .../commits.rst | 187 +- .../index.rst | 4 +- .../commits.rst | 23 + .../index.rst | 4 +- .../commits.rst | 149 +- docs/apache-airflow-providers-trino/index.rst | 8 +- .../commits.rst | 22 + .../index.rst | 4 +- .../commits.rst | 23 + .../apache-airflow-providers-yandex/index.rst | 4 +- .../commits.rst | 23 + .../index.rst | 4 +- .../howto/create-update-providers.rst | 4 +- ... => pre_commit_check_2_2_compatibility.py} | 23 +- .../run_prepare_provider_documentation.sh | 2 +- scripts/in_container/verify_providers.py | 5 +- 303 files changed, 7156 insertions(+), 4204 deletions(-) rename scripts/ci/pre_commit/{pre_commit_check_2_1_compatibility.py => pre_commit_check_2_2_compatibility.py} (75%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05781d33d7cc2..4a818ce88784e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -801,7 +801,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}" run: > breeze verify-provider-packages --use-airflow-version wheel --use-packages-from-dist --package-format wheel - - name: "Remove airflow package and replace providers with 2.1-compliant versions" + - name: "Remove airflow package and replace providers with 2.2-compliant versions" run: | rm -vf dist/apache_airflow-*.whl \ dist/apache_airflow_providers_cncf_kubernetes*.whl \ @@ -809,12 +809,12 @@ ${{ hashFiles('.pre-commit-config.yaml') }}" pip download --no-deps --dest dist \ apache-airflow-providers-cncf-kubernetes==3.0.0 \ apache-airflow-providers-celery==2.1.3 - - name: "Install and test provider packages and airflow on Airflow 2.1 files" + - name: "Install and test provider packages and airflow on Airflow 2.2 files" run: > - breeze verify-provider-packages --use-airflow-version 2.1.0 - --use-packages-from-dist --package-format wheel --airflow-constraints-reference constraints-2.1.0 + breeze verify-provider-packages --use-airflow-version 2.2.0 + --use-packages-from-dist --package-format wheel --airflow-constraints-reference constraints-2.2.0 env: - # The extras below are all extras that should be installed with Airflow 2.1.0 + # The extras below are all extras that should be installed with Airflow 2.2.0 AIRFLOW_EXTRAS: "airbyte,alibaba,amazon,apache.atlas.apache.beam,apache.cassandra,apache.drill,\ apache.druid,apache.hdfs,apache.hive,apache.kylin,apache.livy,apache.pig,apache.pinot,\ apache.spark,apache.sqoop,apache.webhdfs,arangodb,asana,async,\ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46497eed8950c..ccb31147046dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -336,7 +336,7 @@ repos: # This check might be removed when min-airflow-version in providers is 2.2 - id: check-airflow-2-1-compatibility name: Check that providers are 2.1 compatible. - entry: ./scripts/ci/pre_commit/pre_commit_check_2_1_compatibility.py + entry: ./scripts/ci/pre_commit/pre_commit_check_2_2_compatibility.py language: python pass_filenames: true files: ^airflow/providers/.*\.py$ diff --git a/README.md b/README.md index 3f38a69808222..54f6f322affff 100644 --- a/README.md +++ b/README.md @@ -399,14 +399,14 @@ might decide to add additional limits (and justify them with comment) ## Support for providers Providers released by the community have limitation of a minimum supported version of Airflow. The minimum -version of Airflow is the `MINOR` version (2.1, 2.2 etc.) indicating that the providers might use features +version of Airflow is the `MINOR` version (2.2, 2.3 etc.) indicating that the providers might use features that appeared in this release. The default support timespan for the minimum version of Airflow (there could be justified exceptions) is that we increase the minimum Airflow version, when 12 months passed since the first release for the MINOR version of Airflow. For example this means that by default we upgrade the minimum version of Airflow supported by providers -to 2.2.0 in the first Provider's release after 21st of May 2022 (21st of May 2021 is the date when the -first `PATCHLEVEL` of 2.1 (2.1.0) has been released. +to 2.3.0 in the first Provider's release after 11th of October 2022 (11th of October 2021 is the date when the +first `PATCHLEVEL` of 2.2 (2.2.0) has been released. ## Contributing diff --git a/airflow/providers/airbyte/CHANGELOG.rst b/airflow/providers/airbyte/CHANGELOG.rst index 97ca7fc75666c..7bb96bcd0f19d 100644 --- a/airflow/providers/airbyte/CHANGELOG.rst +++ b/airflow/providers/airbyte/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 2.1.4 ..... diff --git a/airflow/providers/airbyte/provider.yaml b/airflow/providers/airbyte/provider.yaml index a292b5378b14e..2c2d3a63a910b 100644 --- a/airflow/providers/airbyte/provider.yaml +++ b/airflow/providers/airbyte/provider.yaml @@ -22,6 +22,7 @@ description: | `Airbyte `__ versions: + - 3.0.0 - 2.1.4 - 2.1.3 - 2.1.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Airbyte diff --git a/airflow/providers/alibaba/CHANGELOG.rst b/airflow/providers/alibaba/CHANGELOG.rst index 8f61d549965aa..0a61f6306d13c 100644 --- a/airflow/providers/alibaba/CHANGELOG.rst +++ b/airflow/providers/alibaba/CHANGELOG.rst @@ -24,6 +24,31 @@ Changelog --------- +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + + * ``SSL Bucket, Light Logic Refactor and Docstring Update for Alibaba Provider (#23891)`` + +Misc +~~~~ + + * ``Apply per-run log templates to log handlers (#24153)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Alibaba example DAGs to new design #22437 (#24130)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 1.1.1 ..... diff --git a/airflow/providers/alibaba/provider.yaml b/airflow/providers/alibaba/provider.yaml index ca5e03f1b27d2..89b6338efbab2 100644 --- a/airflow/providers/alibaba/provider.yaml +++ b/airflow/providers/alibaba/provider.yaml @@ -22,13 +22,14 @@ description: | Alibaba Cloud integration (including `Alibaba Cloud `__). versions: + - 2.0.0 - 1.1.1 - 1.1.0 - 1.0.1 - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Alibaba Cloud OSS diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst index ca007111f6be7..f49c694964d21 100644 --- a/airflow/providers/amazon/CHANGELOG.rst +++ b/airflow/providers/amazon/CHANGELOG.rst @@ -24,6 +24,51 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add partition related methods to GlueCatalogHook: (#23857)`` +* ``Add support for associating custom tags to job runs submitted via EmrContainerOperator (#23769)`` +* ``Add number of node params only for single-node cluster in RedshiftCreateClusterOperator (#23839)`` + +Bug Fixes +~~~~~~~~~ + +* ``fix: StepFunctionHook ignores explicit set 'region_name' (#23976)`` +* ``Fix Amazon EKS example DAG raises warning during Imports (#23849)`` +* ``Move string arg evals to 'execute()' in 'EksCreateClusterOperator' (#23877)`` + +Misc +~~~~ + +* ``Light Refactor and Clean-up AWS Provider (#23907)`` +* ``Update sample dag and doc for RDS (#23651)`` +* ``Reformat the whole AWS documentation (#23810)`` +* ``Replace "absolute()" with "resolve()" in pathlib objects (#23675)`` +* ``Apply per-run log templates to log handlers (#24153)`` +* ``Refactor GlueJobHook get_or_create_glue_job method. (#24215)`` +* ``Update the DMS Sample DAG and Docs (#23681)`` +* ``Update doc and sample dag for Quicksight (#23653)`` +* ``Update doc and sample dag for EMR Containers (#24087)`` +* ``Add AWS project structure tests (re: AIP-47) (#23630)`` +* ``Add doc and sample dag for GCSToS3Operator (#23730)`` +* ``Remove old Athena Sample DAG (#24170)`` +* ``Clean up f-strings in logging calls (#23597)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` + 3.4.0 ..... diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index 413b6dcfed7ca..8e05db7796cb8 100644 --- a/airflow/providers/amazon/provider.yaml +++ b/airflow/providers/amazon/provider.yaml @@ -22,6 +22,7 @@ description: | Amazon integration (including `Amazon Web Services (AWS) `__). versions: + - 4.0.0 - 3.4.0 - 3.3.0 - 3.2.0 @@ -41,7 +42,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Amazon Athena diff --git a/airflow/providers/apache/beam/CHANGELOG.rst b/airflow/providers/apache/beam/CHANGELOG.rst index b4db2f46d9667..d79c090f3b0ed 100644 --- a/airflow/providers/apache/beam/CHANGELOG.rst +++ b/airflow/providers/apache/beam/CHANGELOG.rst @@ -24,6 +24,31 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Added missing project_id to the wait_for_job (#24020)`` +* ``Support impersonation service account parameter for Dataflow runner (#23961)`` + +Misc +~~~~ + +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``AIP-47 - Migrate beam DAGs to new design #22439 (#24211)`` + 3.4.0 ..... diff --git a/airflow/providers/apache/beam/provider.yaml b/airflow/providers/apache/beam/provider.yaml index 4d6bbeab7a23c..4d06f21208855 100644 --- a/airflow/providers/apache/beam/provider.yaml +++ b/airflow/providers/apache/beam/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Beam `__. versions: + - 4.0.0 - 3.4.0 - 3.3.0 - 3.2.1 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Beam diff --git a/airflow/providers/apache/cassandra/CHANGELOG.rst b/airflow/providers/apache/cassandra/CHANGELOG.rst index ec836195d87f5..70b303554cabd 100644 --- a/airflow/providers/apache/cassandra/CHANGELOG.rst +++ b/airflow/providers/apache/cassandra/CHANGELOG.rst @@ -24,6 +24,25 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + * ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``AIP-47 - Migrate cassandra DAGs to new design #22439 (#24209)`` + 2.1.3 ..... diff --git a/airflow/providers/apache/cassandra/provider.yaml b/airflow/providers/apache/cassandra/provider.yaml index 311d12c3411e5..1042ac89e5212 100644 --- a/airflow/providers/apache/cassandra/provider.yaml +++ b/airflow/providers/apache/cassandra/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Cassandra `__. versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Cassandra diff --git a/airflow/providers/apache/drill/CHANGELOG.rst b/airflow/providers/apache/drill/CHANGELOG.rst index 2ce5a44fa9ca2..3c4df950af4df 100644 --- a/airflow/providers/apache/drill/CHANGELOG.rst +++ b/airflow/providers/apache/drill/CHANGELOG.rst @@ -24,6 +24,25 @@ Changelog --------- +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``AIP-47 - Migrate drill DAGs to new design #22439 (#24206)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Clean up in-line f-string concatenation (#23591)`` + +.. Review and move the new changes to one of the sections above: + * ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + 1.0.4 ..... diff --git a/airflow/providers/apache/drill/provider.yaml b/airflow/providers/apache/drill/provider.yaml index 6dfeade83e3c0..38daec2d68363 100644 --- a/airflow/providers/apache/drill/provider.yaml +++ b/airflow/providers/apache/drill/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Drill `__. versions: + - 2.0.0 - 1.0.4 - 1.0.3 - 1.0.2 @@ -29,7 +30,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Drill diff --git a/airflow/providers/apache/druid/CHANGELOG.rst b/airflow/providers/apache/druid/CHANGELOG.rst index ef87172637d25..309d315f7cf42 100644 --- a/airflow/providers/apache/druid/CHANGELOG.rst +++ b/airflow/providers/apache/druid/CHANGELOG.rst @@ -24,6 +24,26 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``AIP-47 - Migrate druid DAGs to new design #22439 (#24207)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.3.3 ..... diff --git a/airflow/providers/apache/druid/provider.yaml b/airflow/providers/apache/druid/provider.yaml index 214a1f15425ad..9a5964c894266 100644 --- a/airflow/providers/apache/druid/provider.yaml +++ b/airflow/providers/apache/druid/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Druid `__. versions: + - 3.0.0 - 2.3.3 - 2.3.2 - 2.3.1 @@ -36,7 +37,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Druid diff --git a/airflow/providers/apache/hdfs/CHANGELOG.rst b/airflow/providers/apache/hdfs/CHANGELOG.rst index c756649a8af8f..09df360a5fd54 100644 --- a/airflow/providers/apache/hdfs/CHANGELOG.rst +++ b/airflow/providers/apache/hdfs/CHANGELOG.rst @@ -24,6 +24,26 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 2.2.3 ..... diff --git a/airflow/providers/apache/hdfs/provider.yaml b/airflow/providers/apache/hdfs/provider.yaml index a01a734d72629..388181e318ca3 100644 --- a/airflow/providers/apache/hdfs/provider.yaml +++ b/airflow/providers/apache/hdfs/provider.yaml @@ -23,6 +23,7 @@ description: | and `WebHDFS `__. versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Hadoop Distributed File System (HDFS) diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst index ff95eeda03ecc..4c4074938dede 100644 --- a/airflow/providers/apache/hive/CHANGELOG.rst +++ b/airflow/providers/apache/hive/CHANGELOG.rst @@ -24,6 +24,26 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +* ``AIP-47 - Migrate hive DAGs to new design #22439 (#24204)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add typing for airflow/configuration.py (#23716)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.3.3 ..... diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml index cf00cf2e7cc88..baacd243b39fd 100644 --- a/airflow/providers/apache/hive/provider.yaml +++ b/airflow/providers/apache/hive/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Hive `__ versions: + - 3.0.0 - 2.3.3 - 2.3.2 - 2.3.1 @@ -38,7 +39,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Hive diff --git a/airflow/providers/apache/kylin/CHANGELOG.rst b/airflow/providers/apache/kylin/CHANGELOG.rst index a1f2ab34cffb0..0b8f2b1a00731 100644 --- a/airflow/providers/apache/kylin/CHANGELOG.rst +++ b/airflow/providers/apache/kylin/CHANGELOG.rst @@ -24,6 +24,26 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``AIP-47 - Migrate kylin DAGs to new design #22439 (#24205)`` +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/apache/kylin/provider.yaml b/airflow/providers/apache/kylin/provider.yaml index 613042f784a92..8c5e5e3a7b00c 100644 --- a/airflow/providers/apache/kylin/provider.yaml +++ b/airflow/providers/apache/kylin/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Kylin `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Kylin diff --git a/airflow/providers/apache/livy/CHANGELOG.rst b/airflow/providers/apache/livy/CHANGELOG.rst index 606217b2c690b..114069e2b07d1 100644 --- a/airflow/providers/apache/livy/CHANGELOG.rst +++ b/airflow/providers/apache/livy/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``AIP-47 - Migrate livy DAGs to new design #22439 (#24208)`` + 2.2.3 ..... diff --git a/airflow/providers/apache/livy/provider.yaml b/airflow/providers/apache/livy/provider.yaml index c624e0b9d360a..8b62354923fdd 100644 --- a/airflow/providers/apache/livy/provider.yaml +++ b/airflow/providers/apache/livy/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Livy `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Livy diff --git a/airflow/providers/apache/pig/CHANGELOG.rst b/airflow/providers/apache/pig/CHANGELOG.rst index 20c262fa018fe..e32e421cca655 100644 --- a/airflow/providers/apache/pig/CHANGELOG.rst +++ b/airflow/providers/apache/pig/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``AIP-47 - Migrate apache pig DAGs to new design #22439 (#24212)`` + 2.0.4 ..... diff --git a/airflow/providers/apache/pig/provider.yaml b/airflow/providers/apache/pig/provider.yaml index 81540ae4420f6..1b999e1888200 100644 --- a/airflow/providers/apache/pig/provider.yaml +++ b/airflow/providers/apache/pig/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Pig `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Pig diff --git a/airflow/providers/apache/pinot/CHANGELOG.rst b/airflow/providers/apache/pinot/CHANGELOG.rst index 6129761240024..f5a63bd6825db 100644 --- a/airflow/providers/apache/pinot/CHANGELOG.rst +++ b/airflow/providers/apache/pinot/CHANGELOG.rst @@ -24,6 +24,24 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/apache/pinot/provider.yaml b/airflow/providers/apache/pinot/provider.yaml index 000827c9e141c..035af4978e7e0 100644 --- a/airflow/providers/apache/pinot/provider.yaml +++ b/airflow/providers/apache/pinot/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Pinot `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Pinot diff --git a/airflow/providers/apache/spark/CHANGELOG.rst b/airflow/providers/apache/spark/CHANGELOG.rst index f4bff042f1ba4..54b0910854b23 100644 --- a/airflow/providers/apache/spark/CHANGELOG.rst +++ b/airflow/providers/apache/spark/CHANGELOG.rst @@ -24,6 +24,32 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Bug Fixes +~~~~~~~~~ + +* ``Add typing for airflow/configuration.py (#23716)`` +* ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)`` + +Misc +~~~~ + +* ``AIP-47 - Migrate spark DAGs to new design #22439 (#24210)`` +* ``chore: Refactoring and Cleaning Apache Providers (#24219)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/apache/spark/provider.yaml b/airflow/providers/apache/spark/provider.yaml index c0a2dd23c21c8..5bba439a2b30b 100644 --- a/airflow/providers/apache/spark/provider.yaml +++ b/airflow/providers/apache/spark/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Spark `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -36,7 +37,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Spark diff --git a/airflow/providers/apache/sqoop/CHANGELOG.rst b/airflow/providers/apache/sqoop/CHANGELOG.rst index 83074b688f563..637faae797bda 100644 --- a/airflow/providers/apache/sqoop/CHANGELOG.rst +++ b/airflow/providers/apache/sqoop/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/apache/sqoop/provider.yaml b/airflow/providers/apache/sqoop/provider.yaml index 51b94f251f81f..82d9c11a651ba 100644 --- a/airflow/providers/apache/sqoop/provider.yaml +++ b/airflow/providers/apache/sqoop/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Sqoop `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Apache Sqoop diff --git a/airflow/providers/arangodb/CHANGELOG.rst b/airflow/providers/arangodb/CHANGELOG.rst index 9f61a45383b06..91f9f4b216a33 100644 --- a/airflow/providers/arangodb/CHANGELOG.rst +++ b/airflow/providers/arangodb/CHANGELOG.rst @@ -23,7 +23,22 @@ The changelog is updated and maintained semi-automatically by release manager. Changelog ---------- + +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Clean up f-strings in logging calls (#23597)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 1.0.0 ..... diff --git a/airflow/providers/arangodb/provider.yaml b/airflow/providers/arangodb/provider.yaml index 129be5b8a0d9c..7c28494ee149f 100644 --- a/airflow/providers/arangodb/provider.yaml +++ b/airflow/providers/arangodb/provider.yaml @@ -20,7 +20,12 @@ package-name: apache-airflow-providers-arangodb name: ArangoDB description: | `ArangoDB `__ + +additional-dependencies: + - apache-airflow>=2.2.0 + versions: + - 2.0.0 - 1.0.0 integrations: diff --git a/airflow/providers/asana/CHANGELOG.rst b/airflow/providers/asana/CHANGELOG.rst index 43350c5ec182d..155a8063be4b7 100644 --- a/airflow/providers/asana/CHANGELOG.rst +++ b/airflow/providers/asana/CHANGELOG.rst @@ -23,6 +23,23 @@ Changelog --------- +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Asana example DAGs to new design #22440 (#24131)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Fix new MyPy errors in main (#22884)`` + 1.1.3 ..... diff --git a/airflow/providers/asana/provider.yaml b/airflow/providers/asana/provider.yaml index e82dd7c6ecc45..1cfd91281a360 100644 --- a/airflow/providers/asana/provider.yaml +++ b/airflow/providers/asana/provider.yaml @@ -22,6 +22,7 @@ description: | `Asana `__ versions: + - 2.0.0 - 1.1.3 - 1.1.2 - 1.1.1 @@ -29,7 +30,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Asana diff --git a/airflow/providers/celery/CHANGELOG.rst b/airflow/providers/celery/CHANGELOG.rst index d0a6b41f725ba..d65b01b0d4261 100644 --- a/airflow/providers/celery/CHANGELOG.rst +++ b/airflow/providers/celery/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.4 ..... diff --git a/airflow/providers/celery/provider.yaml b/airflow/providers/celery/provider.yaml index 058796dc23302..2e2f5bb90a44c 100644 --- a/airflow/providers/celery/provider.yaml +++ b/airflow/providers/celery/provider.yaml @@ -22,6 +22,7 @@ description: | `Celery `__ versions: + - 3.0.0 - 2.1.4 - 2.1.3 - 2.1.2 diff --git a/airflow/providers/cloudant/CHANGELOG.rst b/airflow/providers/cloudant/CHANGELOG.rst index 6dcf197f1ca27..e28fa18bf7489 100644 --- a/airflow/providers/cloudant/CHANGELOG.rst +++ b/airflow/providers/cloudant/CHANGELOG.rst @@ -24,6 +24,22 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Fix new MyPy errors in main (#22884)`` + 2.0.4 ..... diff --git a/airflow/providers/cloudant/provider.yaml b/airflow/providers/cloudant/provider.yaml index 9c4479f1859c5..7e582b9213c1b 100644 --- a/airflow/providers/cloudant/provider.yaml +++ b/airflow/providers/cloudant/provider.yaml @@ -22,6 +22,7 @@ description: | `IBM Cloudant `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: IBM Cloudant diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst index 135b3bcdce0a2..726b58e9df0af 100644 --- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst +++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst @@ -24,18 +24,46 @@ Changelog --------- -main -.... +5.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +* Previously, KubernetesPodOperator relied on core Airflow configuration (namely setting for kubernetes + executor) for certain settings used in client generation. Now KubernetesPodOperator + uses KubernetesHook, and the consideration of core k8s settings is officially deprecated. + +* If you are using the Airflow configuration settings (e.g. as opposed to operator params) to + configure the kubernetes client, then prior to the next major release you will need to + add an Airflow connection and set your KPO tasks to use that connection. Features ~~~~~~~~ -KubernetesPodOperator now uses KubernetesHook -````````````````````````````````````````````` +* ``Use KubernetesHook to create api client in KubernetesPodOperator (#20578)`` +* ``[FEATURE] KPO use K8S hook (#22086)`` +* ``Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)`` + +Bug Fixes +~~~~~~~~~ + +* ``Use "remote" pod when patching KPO pod as "checked" (#23676)`` +* ``Don't use the root logger in KPO _suppress function (#23835)`` +* ``Fix await_container_completion condition (#23883)`` + +Misc +~~~~ -Previously, KubernetesPodOperator relied on core Airflow configuration (namely setting for kubernetes executor) for certain settings used in client generation. Now KubernetesPodOperator uses KubernetesHook, and the consideration of core k8s settings is officially deprecated. +* ``Migrate Cncf.Kubernetes example DAGs to new design #22441 (#24132)`` +* ``Clean up f-strings in logging calls (#23597)`` -If you are using the Airflow configuration settings (e.g. as opposed to operator params) to configure the kubernetes client, then prior to the next major release you will need to add an Airflow connection and set your KPO tasks to use that connection. +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` 4.0.2 ..... diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml index ce2ce89eddeec..24ec1cc2fec4c 100644 --- a/airflow/providers/cncf/kubernetes/provider.yaml +++ b/airflow/providers/cncf/kubernetes/provider.yaml @@ -22,6 +22,7 @@ description: | `Kubernetes `__ versions: + - 5.0.0 - 4.0.2 - 4.0.1 - 4.0.0 diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst index 2826bc27372bf..9856d3e8f1d3d 100644 --- a/airflow/providers/databricks/CHANGELOG.rst +++ b/airflow/providers/databricks/CHANGELOG.rst @@ -24,6 +24,33 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add Deferrable Databricks operators (#19736)`` +* ``Add git_source to DatabricksSubmitRunOperator (#23620)`` + +Bug Fixes +~~~~~~~~~ + +* ``fix: DatabricksSubmitRunOperator and DatabricksRunNowOperator cannot define .json as template_ext (#23622) (#23641)`` +* ``Fix UnboundLocalError when sql is empty list in DatabricksSqlHook (#23815)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``AIP-47 - Migrate databricks DAGs to new design #22442 (#24203)`` + * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.7.0 ..... diff --git a/airflow/providers/databricks/provider.yaml b/airflow/providers/databricks/provider.yaml index 470209604572d..dae21112ca6af 100644 --- a/airflow/providers/databricks/provider.yaml +++ b/airflow/providers/databricks/provider.yaml @@ -22,6 +22,7 @@ description: | `Databricks `__ versions: + - 3.0.0 - 2.7.0 - 2.6.0 - 2.5.0 @@ -36,7 +37,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Databricks diff --git a/airflow/providers/datadog/CHANGELOG.rst b/airflow/providers/datadog/CHANGELOG.rst index ad30e10017891..c245dd539236e 100644 --- a/airflow/providers/datadog/CHANGELOG.rst +++ b/airflow/providers/datadog/CHANGELOG.rst @@ -24,6 +24,23 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Support host_name on Datadog provider (#23784)`` + * ``Fix new MyPy errors in main (#22884)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breeze for building, pulling and verifying the images. (#23104)`` + 2.0.4 ..... diff --git a/airflow/providers/datadog/provider.yaml b/airflow/providers/datadog/provider.yaml index 9276349e242ad..34965092206fa 100644 --- a/airflow/providers/datadog/provider.yaml +++ b/airflow/providers/datadog/provider.yaml @@ -22,6 +22,7 @@ description: | `Datadog `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Datadog diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst b/airflow/providers/dbt/cloud/CHANGELOG.rst index ae8e9f7e8c22f..87952f95e2575 100644 --- a/airflow/providers/dbt/cloud/CHANGELOG.rst +++ b/airflow/providers/dbt/cloud/CHANGELOG.rst @@ -24,6 +24,35 @@ Changelog --------- +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Enable dbt Cloud provider to interact with single tenant instances (#24264)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix typo in dbt Cloud provider description (#23179)`` +* ``Fix new MyPy errors in main (#22884)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``AIP-47 - Migrate dbt DAGs to new design #22472 (#24202)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` + * ``Update dbt.py (#24218)`` + 1.0.2 ..... diff --git a/airflow/providers/dbt/cloud/provider.yaml b/airflow/providers/dbt/cloud/provider.yaml index 2114d4a5d03e1..c000383b37775 100644 --- a/airflow/providers/dbt/cloud/provider.yaml +++ b/airflow/providers/dbt/cloud/provider.yaml @@ -22,11 +22,12 @@ description: | `dbt Cloud `__ versions: + - 2.0.0 - 1.0.2 - 1.0.1 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: dbt Cloud diff --git a/airflow/providers/dingding/CHANGELOG.rst b/airflow/providers/dingding/CHANGELOG.rst index 5f51c9acfee87..f22deeb160a57 100644 --- a/airflow/providers/dingding/CHANGELOG.rst +++ b/airflow/providers/dingding/CHANGELOG.rst @@ -24,6 +24,24 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate DingTalk example DAGs to new design #22443 (#24133)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Bump pre-commit hook versions (#22887)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Update tree doc references to grid (#22966)`` + 2.0.4 ..... diff --git a/airflow/providers/dingding/provider.yaml b/airflow/providers/dingding/provider.yaml index 9aac526f3cf98..959824be68beb 100644 --- a/airflow/providers/dingding/provider.yaml +++ b/airflow/providers/dingding/provider.yaml @@ -22,6 +22,7 @@ description: | `Dingding `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Dingding diff --git a/airflow/providers/discord/CHANGELOG.rst b/airflow/providers/discord/CHANGELOG.rst index 408067bc496cd..8cd6c5d75f574 100644 --- a/airflow/providers/discord/CHANGELOG.rst +++ b/airflow/providers/discord/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.4 ..... diff --git a/airflow/providers/discord/provider.yaml b/airflow/providers/discord/provider.yaml index 409a585e47967..01df3c9c32999 100644 --- a/airflow/providers/discord/provider.yaml +++ b/airflow/providers/discord/provider.yaml @@ -22,6 +22,7 @@ description: | `Discord `__ versions: + - 3.0.0 - 2.1.4 - 2.0.4 - 2.0.3 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Discord diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst index e439de96a2406..bb720248ae557 100644 --- a/airflow/providers/docker/CHANGELOG.rst +++ b/airflow/providers/docker/CHANGELOG.rst @@ -24,6 +24,25 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``Remove 'xcom_push' from 'DockerOperator' (#23981)`` +* ``docker new system test (#23167)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.7.0 ..... diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml index 9a4cc2bab5dca..75a5e500b6e93 100644 --- a/airflow/providers/docker/provider.yaml +++ b/airflow/providers/docker/provider.yaml @@ -22,6 +22,7 @@ description: | `Docker `__ versions: + - 3.0.0 - 2.7.0 - 2.6.0 - 2.5.2 @@ -41,7 +42,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Docker diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst index ccf3edae0fe1e..1d73d4d99f4e3 100644 --- a/airflow/providers/elasticsearch/CHANGELOG.rst +++ b/airflow/providers/elasticsearch/CHANGELOG.rst @@ -24,6 +24,28 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Misc +~~~~ + +* ``Apply per-run log templates to log handlers (#24153)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix new MyPy errors in main (#22884)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``removed old files (#24172)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 3.0.3 ..... diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml index d2234d542e4f3..cc2bfd097697c 100644 --- a/airflow/providers/elasticsearch/provider.yaml +++ b/airflow/providers/elasticsearch/provider.yaml @@ -22,6 +22,7 @@ description: | `Elasticsearch `__ versions: + - 4.0.0 - 3.0.3 - 3.0.2 - 3.0.1 @@ -38,7 +39,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Elasticsearch diff --git a/airflow/providers/exasol/CHANGELOG.rst b/airflow/providers/exasol/CHANGELOG.rst index fa5024ef26ead..c37b815ebfda9 100644 --- a/airflow/providers/exasol/CHANGELOG.rst +++ b/airflow/providers/exasol/CHANGELOG.rst @@ -24,6 +24,24 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Bug Fixes +~~~~~~~~~ + +* ``Fix UnboundLocalError when sql is empty list in ExasolHook (#23812)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/exasol/provider.yaml b/airflow/providers/exasol/provider.yaml index 6e6d8cbd7ca92..456cea28c8535 100644 --- a/airflow/providers/exasol/provider.yaml +++ b/airflow/providers/exasol/provider.yaml @@ -22,6 +22,7 @@ description: | `Exasol `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Exasol diff --git a/airflow/providers/facebook/CHANGELOG.rst b/airflow/providers/facebook/CHANGELOG.rst index 9935acec36358..aa3b8bff214f0 100644 --- a/airflow/providers/facebook/CHANGELOG.rst +++ b/airflow/providers/facebook/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 2.2.3 ..... diff --git a/airflow/providers/facebook/provider.yaml b/airflow/providers/facebook/provider.yaml index 8b2471e64b0ee..9f328c85a9c0f 100644 --- a/airflow/providers/facebook/provider.yaml +++ b/airflow/providers/facebook/provider.yaml @@ -22,6 +22,7 @@ description: | `Facebook Ads `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Facebook Ads diff --git a/airflow/providers/ftp/CHANGELOG.rst b/airflow/providers/ftp/CHANGELOG.rst index ce125dbdce8e3..714e43c6775e9 100644 --- a/airflow/providers/ftp/CHANGELOG.rst +++ b/airflow/providers/ftp/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.2 ..... diff --git a/airflow/providers/ftp/provider.yaml b/airflow/providers/ftp/provider.yaml index bc8c8a32616a6..ad77daabc62cd 100644 --- a/airflow/providers/ftp/provider.yaml +++ b/airflow/providers/ftp/provider.yaml @@ -22,6 +22,7 @@ description: | `File Transfer Protocol (FTP) `__ versions: + - 3.0.0 - 2.1.2 - 2.1.1 - 2.1.0 diff --git a/airflow/providers/github/CHANGELOG.rst b/airflow/providers/github/CHANGELOG.rst index c800f7904856d..72288f842ac76 100644 --- a/airflow/providers/github/CHANGELOG.rst +++ b/airflow/providers/github/CHANGELOG.rst @@ -19,6 +19,28 @@ Changelog +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Bug Fixes +~~~~~~~~~ + + * ``Remove 'GithubOperator' use in 'GithubSensor.__init__()'' (#24214)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate GitHub example DAGs to new design #22446 (#24134)`` + * ``Fix new MyPy errors in main (#22884)`` + * ``Change 'Github' to 'GitHub' (#23764)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 1.0.3 ..... diff --git a/airflow/providers/github/provider.yaml b/airflow/providers/github/provider.yaml index 090176fcfdfc1..08265ba0c805b 100644 --- a/airflow/providers/github/provider.yaml +++ b/airflow/providers/github/provider.yaml @@ -18,9 +18,15 @@ --- package-name: apache-airflow-providers-github name: Github + description: | `GitHub `__ + +additional-dependencies: + - apache-airflow>=2.2.0 + versions: + - 2.0.0 - 1.0.3 - 1.0.2 - 1.0.1 diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst index 54051f3864fef..ec9c1e5a60a39 100644 --- a/airflow/providers/google/CHANGELOG.rst +++ b/airflow/providers/google/CHANGELOG.rst @@ -23,6 +23,55 @@ Changelog --------- +8.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add key_secret_project_id parameter which specifies a project with KeyFile (#23930)`` +* ``Added impersonation_chain for DataflowStartFlexTemplateOperator and DataflowStartSqlJobOperator (#24046)`` +* ``Add fields to CLOUD_SQL_EXPORT_VALIDATION. (#23724)`` +* ``Update credentials when using ADC in Compute Engine (#23773)`` +* ``set color to operators in cloud_sql.py (#24000)`` +* ``Sql to gcs with exclude columns (#23695)`` +* ``[Issue#22846] allow option to encode or not encode UUID when uploading from Cassandra to GCS (#23766)`` +* ``Workflows assets & system tests migration (AIP-47) (#24105)`` +* ``Spanner assets & system tests migration (AIP-47) (#23957)`` +* ``Speech To Text assets & system tests migration (AIP-47) (#23643)`` +* ``Cloud SQL assets & system tests migration (AIP-47) (#23583)`` +* ``Cloud Storage assets & StorageLink update (#23865)`` + +Bug Fixes +~~~~~~~~~ + +* ``fix BigQueryInsertJobOperator (#24165)`` +* ``Fix the link to google workplace (#24080)`` +* ``Fix DataprocJobBaseOperator not being compatible with dotted names (#23439). (#23791)`` +* ``Remove hack from BigQuery DTS hook (#23887)`` +* ``Fix GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix (#24039)`` + +Misc +~~~~ + +* ``Fix BigQuery system tests (#24013)`` +* ``Ensure @contextmanager decorates generator func (#23103)`` +* ``Migrate Dataproc to new system tests design (#22777)`` +* ``AIP-47 - Migrate google leveldb DAGs to new design ##22447 (#24233)`` +* ``Apply per-run log templates to log handlers (#24153)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` + * ``Clean up f-strings in logging calls (#23597)`` + 7.0.0 ..... diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml index e693935145ec0..4229bf6cebfe5 100644 --- a/airflow/providers/google/provider.yaml +++ b/airflow/providers/google/provider.yaml @@ -29,6 +29,7 @@ description: | - `Google Workspace `__ (formerly Google Suite) versions: + - 8.0.0 - 7.0.0 - 6.8.0 - 6.7.0 @@ -49,7 +50,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Google Analytics360 diff --git a/airflow/providers/grpc/CHANGELOG.rst b/airflow/providers/grpc/CHANGELOG.rst index a367b2ff519fa..eced392c20f00 100644 --- a/airflow/providers/grpc/CHANGELOG.rst +++ b/airflow/providers/grpc/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/grpc/provider.yaml b/airflow/providers/grpc/provider.yaml index 507124ff9bb2c..ad12699038ef8 100644 --- a/airflow/providers/grpc/provider.yaml +++ b/airflow/providers/grpc/provider.yaml @@ -22,6 +22,7 @@ description: | `gRPC `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: gRPC diff --git a/airflow/providers/hashicorp/CHANGELOG.rst b/airflow/providers/hashicorp/CHANGELOG.rst index d59e21fa0c4e7..83ac1cc7fbb09 100644 --- a/airflow/providers/hashicorp/CHANGELOG.rst +++ b/airflow/providers/hashicorp/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Review and move the new changes to one of the sections above: + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + 2.2.0 ..... @@ -37,6 +50,7 @@ Features * ``Clean up in-line f-string concatenation (#23591)`` * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 2.1.4 ..... diff --git a/airflow/providers/hashicorp/provider.yaml b/airflow/providers/hashicorp/provider.yaml index dcb891e97aaa2..263b956d959f1 100644 --- a/airflow/providers/hashicorp/provider.yaml +++ b/airflow/providers/hashicorp/provider.yaml @@ -22,6 +22,7 @@ description: | Hashicorp including `Hashicorp Vault `__ versions: + - 3.0.0 - 2.2.0 - 2.1.4 - 2.1.3 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Hashicorp Vault diff --git a/airflow/providers/http/CHANGELOG.rst b/airflow/providers/http/CHANGELOG.rst index 0d03f4a971a91..e23294169748e 100644 --- a/airflow/providers/http/CHANGELOG.rst +++ b/airflow/providers/http/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate HTTP example DAGs to new design AIP-47 (#23991)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.2 ..... diff --git a/airflow/providers/http/provider.yaml b/airflow/providers/http/provider.yaml index f3cfdffb83d25..247c9e2ae2d6e 100644 --- a/airflow/providers/http/provider.yaml +++ b/airflow/providers/http/provider.yaml @@ -22,6 +22,7 @@ description: | `Hypertext Transfer Protocol (HTTP) `__ versions: + - 3.0.0 - 2.1.2 - 2.1.1 - 2.1.0 diff --git a/airflow/providers/imap/CHANGELOG.rst b/airflow/providers/imap/CHANGELOG.rst index 9a5ef2be7e926..a9535f71ef222 100644 --- a/airflow/providers/imap/CHANGELOG.rst +++ b/airflow/providers/imap/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.2.3 ..... diff --git a/airflow/providers/imap/provider.yaml b/airflow/providers/imap/provider.yaml index 53c00f08e920e..7b3e7d6c2ef73 100644 --- a/airflow/providers/imap/provider.yaml +++ b/airflow/providers/imap/provider.yaml @@ -22,6 +22,7 @@ description: | `Internet Message Access Protocol (IMAP) `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 diff --git a/airflow/providers/influxdb/CHANGELOG.rst b/airflow/providers/influxdb/CHANGELOG.rst index ac5ccbf4a09bf..0713b6fec031d 100644 --- a/airflow/providers/influxdb/CHANGELOG.rst +++ b/airflow/providers/influxdb/CHANGELOG.rst @@ -25,6 +25,22 @@ Changelog --------- +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Influx example DAGs to new design #22449 (#24136)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Bump pre-commit hook versions (#22887)`` + 1.1.3 ..... diff --git a/airflow/providers/influxdb/provider.yaml b/airflow/providers/influxdb/provider.yaml index c9e91f21b7db2..bd348fab3e6b0 100644 --- a/airflow/providers/influxdb/provider.yaml +++ b/airflow/providers/influxdb/provider.yaml @@ -17,15 +17,23 @@ --- package-name: apache-airflow-providers-influxdb + name: Influxdb + description: | `InfluxDB `__ + +additional-dependencies: + - apache-airflow>=2.2.0 + versions: + - 2.0.0 - 1.1.3 - 1.1.2 - 1.1.1 - 1.1.0 - 1.0.0 + integrations: - integration-name: Influxdb external-doc-url: https://www.influxdata.com/ diff --git a/airflow/providers/jdbc/CHANGELOG.rst b/airflow/providers/jdbc/CHANGELOG.rst index b4a718ad558ae..1569d949640cc 100644 --- a/airflow/providers/jdbc/CHANGELOG.rst +++ b/airflow/providers/jdbc/CHANGELOG.rst @@ -24,6 +24,28 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Handler parameter from 'JdbcOperator' to 'JdbcHook.run' (#23817)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate JDBC example DAGs to new design #22450 (#24137)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` + 2.1.3 ..... diff --git a/airflow/providers/jdbc/provider.yaml b/airflow/providers/jdbc/provider.yaml index 475ffaf34ec64..d6d3113a8f8e4 100644 --- a/airflow/providers/jdbc/provider.yaml +++ b/airflow/providers/jdbc/provider.yaml @@ -22,6 +22,7 @@ description: | `Java Database Connectivity (JDBC) `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Java Database Connectivity (JDBC) diff --git a/airflow/providers/jenkins/CHANGELOG.rst b/airflow/providers/jenkins/CHANGELOG.rst index a353460744f31..d2251f82de552 100644 --- a/airflow/providers/jenkins/CHANGELOG.rst +++ b/airflow/providers/jenkins/CHANGELOG.rst @@ -24,6 +24,28 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + + +Bug Fixes +~~~~~~~~~ + +* ``Bug Fix for 'apache-airflow-providers-jenkins' 'JenkinsJobTriggerOperator' (#22802)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Jenkins example DAGs to new design #22451 (#24138)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 2.1.0 ..... diff --git a/airflow/providers/jenkins/provider.yaml b/airflow/providers/jenkins/provider.yaml index fbbdefe27cecf..614c6326d8965 100644 --- a/airflow/providers/jenkins/provider.yaml +++ b/airflow/providers/jenkins/provider.yaml @@ -22,6 +22,7 @@ description: | `Jenkins `__ versions: + - 3.0.0 - 2.1.0 - 2.0.7 - 2.0.6 @@ -36,7 +37,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Jenkins diff --git a/airflow/providers/jira/CHANGELOG.rst b/airflow/providers/jira/CHANGELOG.rst index b26d301e1f3b4..6d5af053edccc 100644 --- a/airflow/providers/jira/CHANGELOG.rst +++ b/airflow/providers/jira/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.5 ..... diff --git a/airflow/providers/jira/provider.yaml b/airflow/providers/jira/provider.yaml index c522822fd6422..fb067b38edaee 100644 --- a/airflow/providers/jira/provider.yaml +++ b/airflow/providers/jira/provider.yaml @@ -22,6 +22,7 @@ description: | `Atlassian Jira `__ versions: + - 3.0.0 - 2.0.5 - 2.0.4 - 2.0.3 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Atlassian Jira diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst index 70416722769f6..592b58b6fe832 100644 --- a/airflow/providers/microsoft/azure/CHANGELOG.rst +++ b/airflow/providers/microsoft/azure/CHANGELOG.rst @@ -24,6 +24,33 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Pass connection extra parameters to wasb BlobServiceClient (#24154)`` + + +Misc +~~~~ + +* ``Apply per-run log templates to log handlers (#24153)`` +* ``Migrate Microsoft example DAGs to new design #22452 - azure (#24141)`` +* ``Add typing to Azure Cosmos Client Hook (#23941)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Clean up f-strings in logging calls (#23597)`` + 3.9.0 ..... diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml index 10cab462b4c53..e4ca164b2347d 100644 --- a/airflow/providers/microsoft/azure/provider.yaml +++ b/airflow/providers/microsoft/azure/provider.yaml @@ -21,6 +21,7 @@ name: Microsoft Azure description: | `Microsoft Azure `__ versions: + - 4.0.0 - 3.9.0 - 3.8.0 - 3.7.2 @@ -41,7 +42,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Microsoft Azure Batch diff --git a/airflow/providers/microsoft/mssql/CHANGELOG.rst b/airflow/providers/microsoft/mssql/CHANGELOG.rst index 537de5e8fb497..e0a749191130a 100644 --- a/airflow/providers/microsoft/mssql/CHANGELOG.rst +++ b/airflow/providers/microsoft/mssql/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Microsoft example DAGs to new design #22452 - mssql (#24139)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/microsoft/mssql/provider.yaml b/airflow/providers/microsoft/mssql/provider.yaml index 5194fdfb866df..b1c8d53d881b5 100644 --- a/airflow/providers/microsoft/mssql/provider.yaml +++ b/airflow/providers/microsoft/mssql/provider.yaml @@ -22,6 +22,7 @@ description: | `Microsoft SQL Server (MSSQL) `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Microsoft SQL Server (MSSQL) diff --git a/airflow/providers/microsoft/psrp/CHANGELOG.rst b/airflow/providers/microsoft/psrp/CHANGELOG.rst index 3b348ddb5aaa3..038f8f43646ad 100644 --- a/airflow/providers/microsoft/psrp/CHANGELOG.rst +++ b/airflow/providers/microsoft/psrp/CHANGELOG.rst @@ -24,6 +24,21 @@ Changelog --------- +2.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Ensure @contextmanager decorates generator func (#23103)`` + * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` + 1.1.4 ..... diff --git a/airflow/providers/microsoft/psrp/provider.yaml b/airflow/providers/microsoft/psrp/provider.yaml index 0741c53200694..fc868a0594fd2 100644 --- a/airflow/providers/microsoft/psrp/provider.yaml +++ b/airflow/providers/microsoft/psrp/provider.yaml @@ -24,6 +24,7 @@ description: | `__. versions: + - 2.0.0 - 1.1.4 - 1.1.3 - 1.1.2 diff --git a/airflow/providers/microsoft/winrm/CHANGELOG.rst b/airflow/providers/microsoft/winrm/CHANGELOG.rst index 3a7a548359692..f65d50af3b7d8 100644 --- a/airflow/providers/microsoft/winrm/CHANGELOG.rst +++ b/airflow/providers/microsoft/winrm/CHANGELOG.rst @@ -24,6 +24,23 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Microsoft example DAGs to new design #22452 - winrm (#24140)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` + 2.0.5 ..... diff --git a/airflow/providers/microsoft/winrm/provider.yaml b/airflow/providers/microsoft/winrm/provider.yaml index e41011aa7d548..8e732e06c52cf 100644 --- a/airflow/providers/microsoft/winrm/provider.yaml +++ b/airflow/providers/microsoft/winrm/provider.yaml @@ -22,6 +22,7 @@ description: | `Windows Remote Management (WinRM) `__ versions: + - 3.0.0 - 2.0.5 - 2.0.4 - 2.0.3 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Windows Remote Management (WinRM) diff --git a/airflow/providers/mongo/CHANGELOG.rst b/airflow/providers/mongo/CHANGELOG.rst index 7be9e2a749ed0..e5307365a549e 100644 --- a/airflow/providers/mongo/CHANGELOG.rst +++ b/airflow/providers/mongo/CHANGELOG.rst @@ -24,6 +24,21 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Bump pre-commit hook versions (#22887)`` + 2.3.3 ..... diff --git a/airflow/providers/mongo/provider.yaml b/airflow/providers/mongo/provider.yaml index efc5dd6d4d9b9..ae43c596aadc1 100644 --- a/airflow/providers/mongo/provider.yaml +++ b/airflow/providers/mongo/provider.yaml @@ -22,6 +22,7 @@ description: | `MongoDB `__ versions: + - 3.0.0 - 2.3.3 - 2.3.2 - 2.3.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: MongoDB diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst index 6c15ed7fa85a5..adce8c74fef23 100644 --- a/airflow/providers/mysql/CHANGELOG.rst +++ b/airflow/providers/mysql/CHANGELOG.rst @@ -27,6 +27,20 @@ used with MySQL server 5.6.4 through 5.7. Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate MySQL example DAGs to new design #22453 (#24142)`` + 2.2.3 ..... diff --git a/airflow/providers/mysql/provider.yaml b/airflow/providers/mysql/provider.yaml index 6368244d349e2..d77b40d89c1ed 100644 --- a/airflow/providers/mysql/provider.yaml +++ b/airflow/providers/mysql/provider.yaml @@ -22,6 +22,7 @@ description: | `MySQL `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -35,7 +36,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: MySQL diff --git a/airflow/providers/neo4j/CHANGELOG.rst b/airflow/providers/neo4j/CHANGELOG.rst index 222cf695c7f1e..f89ac726ca79f 100644 --- a/airflow/providers/neo4j/CHANGELOG.rst +++ b/airflow/providers/neo4j/CHANGELOG.rst @@ -25,6 +25,22 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Neo4j example DAGs to new design #22454 (#24143)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Bump pre-commit hook versions (#22887)`` + 2.1.3 ..... diff --git a/airflow/providers/neo4j/provider.yaml b/airflow/providers/neo4j/provider.yaml index e5fa643cdc844..33dc673ac95fc 100644 --- a/airflow/providers/neo4j/provider.yaml +++ b/airflow/providers/neo4j/provider.yaml @@ -22,6 +22,7 @@ description: | `Neo4j `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Neo4j diff --git a/airflow/providers/odbc/CHANGELOG.rst b/airflow/providers/odbc/CHANGELOG.rst index 44ece85e0dd07..c63c40d8cf7e9 100644 --- a/airflow/providers/odbc/CHANGELOG.rst +++ b/airflow/providers/odbc/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/odbc/provider.yaml b/airflow/providers/odbc/provider.yaml index 35ae833ee43f1..8e8c71c6be5e2 100644 --- a/airflow/providers/odbc/provider.yaml +++ b/airflow/providers/odbc/provider.yaml @@ -22,6 +22,7 @@ description: | `ODBC `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: ODBC diff --git a/airflow/providers/openfaas/CHANGELOG.rst b/airflow/providers/openfaas/CHANGELOG.rst index eabd8cf954d3d..571ea9548572d 100644 --- a/airflow/providers/openfaas/CHANGELOG.rst +++ b/airflow/providers/openfaas/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.3 ..... diff --git a/airflow/providers/openfaas/provider.yaml b/airflow/providers/openfaas/provider.yaml index 38cf110447962..f52a3cdfca15f 100644 --- a/airflow/providers/openfaas/provider.yaml +++ b/airflow/providers/openfaas/provider.yaml @@ -22,6 +22,7 @@ description: | `OpenFaaS `__ versions: + - 3.0.0 - 2.0.3 - 2.0.2 - 2.0.1 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: OpenFaaS diff --git a/airflow/providers/opsgenie/CHANGELOG.rst b/airflow/providers/opsgenie/CHANGELOG.rst index 76050ba804069..4c25afd8e3356 100644 --- a/airflow/providers/opsgenie/CHANGELOG.rst +++ b/airflow/providers/opsgenie/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Opsgenie example DAGs to new design #22455 (#24144)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 3.1.0 ..... diff --git a/airflow/providers/opsgenie/provider.yaml b/airflow/providers/opsgenie/provider.yaml index fbf88cd28ebc4..12e497edf15f3 100644 --- a/airflow/providers/opsgenie/provider.yaml +++ b/airflow/providers/opsgenie/provider.yaml @@ -22,6 +22,7 @@ description: | `Opsgenie `__ versions: + - 4.0.0 - 3.1.0 - 3.0.3 - 3.0.2 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Opsgenie diff --git a/airflow/providers/oracle/CHANGELOG.rst b/airflow/providers/oracle/CHANGELOG.rst index 046e0c79f9e7f..9328fdebff57d 100644 --- a/airflow/providers/oracle/CHANGELOG.rst +++ b/airflow/providers/oracle/CHANGELOG.rst @@ -24,6 +24,31 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add 'parameters' to templated fields in 'OracleOperator' (#22857)`` + +Misc +~~~~ + +* ``Make numpy effectively an optional dependency for Oracle provider (#24272)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 2.2.3 ..... diff --git a/airflow/providers/oracle/provider.yaml b/airflow/providers/oracle/provider.yaml index 32be4596150dc..e1a22c5fa4a2c 100644 --- a/airflow/providers/oracle/provider.yaml +++ b/airflow/providers/oracle/provider.yaml @@ -22,6 +22,7 @@ description: | `Oracle `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Oracle diff --git a/airflow/providers/pagerduty/CHANGELOG.rst b/airflow/providers/pagerduty/CHANGELOG.rst index 31cbd722deec5..2c3b45c363c43 100644 --- a/airflow/providers/pagerduty/CHANGELOG.rst +++ b/airflow/providers/pagerduty/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/pagerduty/provider.yaml b/airflow/providers/pagerduty/provider.yaml index de038c026e263..aac14c6dbcc75 100644 --- a/airflow/providers/pagerduty/provider.yaml +++ b/airflow/providers/pagerduty/provider.yaml @@ -22,6 +22,7 @@ description: | `Pagerduty `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Pagerduty diff --git a/airflow/providers/papermill/CHANGELOG.rst b/airflow/providers/papermill/CHANGELOG.rst index 9c749406054ee..045b179498153 100644 --- a/airflow/providers/papermill/CHANGELOG.rst +++ b/airflow/providers/papermill/CHANGELOG.rst @@ -24,6 +24,25 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add support to specify language name in PapermillOperator (#23916)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Papermill example DAGs to new design #22456 (#24146)`` + 2.2.3 ..... diff --git a/airflow/providers/papermill/provider.yaml b/airflow/providers/papermill/provider.yaml index 42d052c42b692..d9ef31d6c7757 100644 --- a/airflow/providers/papermill/provider.yaml +++ b/airflow/providers/papermill/provider.yaml @@ -22,6 +22,7 @@ description: | `Papermill `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Papermill diff --git a/airflow/providers/plexus/CHANGELOG.rst b/airflow/providers/plexus/CHANGELOG.rst index 57d6365089de8..425d587ab9320 100644 --- a/airflow/providers/plexus/CHANGELOG.rst +++ b/airflow/providers/plexus/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Plexus example DAGs to new design #22457 (#24147)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/plexus/provider.yaml b/airflow/providers/plexus/provider.yaml index b5ead4b2c5775..0f4f39b1a0ebc 100644 --- a/airflow/providers/plexus/provider.yaml +++ b/airflow/providers/plexus/provider.yaml @@ -22,6 +22,7 @@ description: | `Plexus `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Plexus diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst index bd690ecb18dd1..aaba7459cda76 100644 --- a/airflow/providers/postgres/CHANGELOG.rst +++ b/airflow/providers/postgres/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +5.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Postgres example DAGs to new design #22458 (#24148)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 4.1.0 ..... diff --git a/airflow/providers/postgres/provider.yaml b/airflow/providers/postgres/provider.yaml index c55aad1cca63a..e1ae2ca563fed 100644 --- a/airflow/providers/postgres/provider.yaml +++ b/airflow/providers/postgres/provider.yaml @@ -22,6 +22,7 @@ description: | `PostgreSQL `__ versions: + - 5.0.0 - 4.1.0 - 4.0.1 - 4.0.0 @@ -36,7 +37,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: PostgreSQL diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst index 68ad8a0aabaf3..5661329fb9448 100644 --- a/airflow/providers/presto/CHANGELOG.rst +++ b/airflow/providers/presto/CHANGELOG.rst @@ -24,6 +24,26 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add 'PrestoToSlackOperator' (#23979)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Presto example DAGs to new design #22459 (#24145)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.2.1 ..... diff --git a/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml index e07a77c94006d..96c2c02e73568 100644 --- a/airflow/providers/presto/provider.yaml +++ b/airflow/providers/presto/provider.yaml @@ -22,6 +22,7 @@ description: | `Presto `__ versions: + - 3.0.0 - 2.2.1 - 2.2.0 - 2.1.2 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Presto diff --git a/airflow/providers/qubole/CHANGELOG.rst b/airflow/providers/qubole/CHANGELOG.rst index ca89b076f0c98..03080fdfebb3a 100644 --- a/airflow/providers/qubole/CHANGELOG.rst +++ b/airflow/providers/qubole/CHANGELOG.rst @@ -24,6 +24,29 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Bug Fixes +~~~~~~~~~ + +* ``Add typing for airflow/configuration.py (#23716)`` +* ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Qubole example DAGs to new design #22460 (#24149)`` + * ``Prepare provider documentation 2022.05.11 (#23631)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/qubole/provider.yaml b/airflow/providers/qubole/provider.yaml index 59e5a82ea7ddf..ed511e2fde9fb 100644 --- a/airflow/providers/qubole/provider.yaml +++ b/airflow/providers/qubole/provider.yaml @@ -22,6 +22,7 @@ description: | `Qubole `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Qubole diff --git a/airflow/providers/redis/CHANGELOG.rst b/airflow/providers/redis/CHANGELOG.rst index 40c78811ea668..25a62542c9481 100644 --- a/airflow/providers/redis/CHANGELOG.rst +++ b/airflow/providers/redis/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/redis/provider.yaml b/airflow/providers/redis/provider.yaml index 22cd508458ddb..206c8d2738daf 100644 --- a/airflow/providers/redis/provider.yaml +++ b/airflow/providers/redis/provider.yaml @@ -22,6 +22,7 @@ description: | `Redis `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Redis diff --git a/airflow/providers/salesforce/CHANGELOG.rst b/airflow/providers/salesforce/CHANGELOG.rst index 1bc8f75652b62..ba563f1f099ff 100644 --- a/airflow/providers/salesforce/CHANGELOG.rst +++ b/airflow/providers/salesforce/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Salesforce example DAGs to new design #22463 (#24127)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 3.4.4 ..... diff --git a/airflow/providers/salesforce/provider.yaml b/airflow/providers/salesforce/provider.yaml index 77e62c44e84fa..1349726e6224d 100644 --- a/airflow/providers/salesforce/provider.yaml +++ b/airflow/providers/salesforce/provider.yaml @@ -22,6 +22,7 @@ description: | `Salesforce `__ versions: + - 4.0.0 - 3.4.4 - 3.4.3 - 3.4.2 @@ -36,7 +37,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Salesforce diff --git a/airflow/providers/samba/CHANGELOG.rst b/airflow/providers/samba/CHANGELOG.rst index 9567b9130b9aa..c6fea414a0781 100644 --- a/airflow/providers/samba/CHANGELOG.rst +++ b/airflow/providers/samba/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 3.0.4 ..... diff --git a/airflow/providers/samba/provider.yaml b/airflow/providers/samba/provider.yaml index 26d2e582eced5..1bea832e0bb16 100644 --- a/airflow/providers/samba/provider.yaml +++ b/airflow/providers/samba/provider.yaml @@ -22,6 +22,7 @@ description: | `Samba `__ versions: + - 4.0.0 - 3.0.4 - 3.0.3 - 3.0.2 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Samba diff --git a/airflow/providers/segment/CHANGELOG.rst b/airflow/providers/segment/CHANGELOG.rst index f137e15d0cf96..3b465ee94c872 100644 --- a/airflow/providers/segment/CHANGELOG.rst +++ b/airflow/providers/segment/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/segment/provider.yaml b/airflow/providers/segment/provider.yaml index c695634c08f49..8cfb3e1f2dba0 100644 --- a/airflow/providers/segment/provider.yaml +++ b/airflow/providers/segment/provider.yaml @@ -22,6 +22,7 @@ description: | `Segment `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -31,7 +32,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Segment diff --git a/airflow/providers/sendgrid/CHANGELOG.rst b/airflow/providers/sendgrid/CHANGELOG.rst index e3e9af764f4c8..f0a6550cd3fa7 100644 --- a/airflow/providers/sendgrid/CHANGELOG.rst +++ b/airflow/providers/sendgrid/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 2.0.4 ..... diff --git a/airflow/providers/sendgrid/provider.yaml b/airflow/providers/sendgrid/provider.yaml index d53eeaab8f2a4..ebc0ac5ad99b1 100644 --- a/airflow/providers/sendgrid/provider.yaml +++ b/airflow/providers/sendgrid/provider.yaml @@ -21,7 +21,11 @@ name: Sendgrid description: | `Sendgrid `__ +additional-dependencies: + - apache-airflow>=2.2.0 + versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst index 8e70235447e84..292ba1236a511 100644 --- a/airflow/providers/sftp/CHANGELOG.rst +++ b/airflow/providers/sftp/CHANGELOG.rst @@ -24,6 +24,24 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Adding fnmatch type regex to SFTPSensor (#24084)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.6.0 ..... diff --git a/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml index 859d40bda1c75..b0c21c6d27029 100644 --- a/airflow/providers/sftp/provider.yaml +++ b/airflow/providers/sftp/provider.yaml @@ -22,6 +22,7 @@ description: | `SSH File Transfer Protocol (SFTP) `__ versions: + - 3.0.0 - 2.6.0 - 2.5.2 - 2.5.1 @@ -39,7 +40,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 - apache-airflow-providers-ssh>=2.1.0 integrations: diff --git a/airflow/providers/singularity/CHANGELOG.rst b/airflow/providers/singularity/CHANGELOG.rst index 9852733f6a5eb..3e804018c3151 100644 --- a/airflow/providers/singularity/CHANGELOG.rst +++ b/airflow/providers/singularity/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Singularity example DAGs to new design #22464 (#24128)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/singularity/provider.yaml b/airflow/providers/singularity/provider.yaml index ff9058e6d5d48..2124997621890 100644 --- a/airflow/providers/singularity/provider.yaml +++ b/airflow/providers/singularity/provider.yaml @@ -22,6 +22,7 @@ description: | `Singularity `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Singularity diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst index 62ab351a418b8..7173d7f574f0b 100644 --- a/airflow/providers/slack/CHANGELOG.rst +++ b/airflow/providers/slack/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +5.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 4.2.3 ..... diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml index 503dbb26d503e..ba06c7673b4ff 100644 --- a/airflow/providers/slack/provider.yaml +++ b/airflow/providers/slack/provider.yaml @@ -22,6 +22,7 @@ description: | `Slack `__ versions: + - 5.0.0 - 4.2.3 - 4.2.2 - 4.2.1 @@ -34,7 +35,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Slack diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst index a164216afd1bc..2c73830d7b053 100644 --- a/airflow/providers/snowflake/CHANGELOG.rst +++ b/airflow/providers/snowflake/CHANGELOG.rst @@ -24,6 +24,25 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Bug Fixes +~~~~~~~~~ + +* ``Fix error when SnowflakeHook take empty list in 'sql' param (#23767)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Snowflake system tests to new design #22434 (#24151)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.7.0 ..... diff --git a/airflow/providers/snowflake/provider.yaml b/airflow/providers/snowflake/provider.yaml index 735083c6e6f2b..fd6fb1b7684cc 100644 --- a/airflow/providers/snowflake/provider.yaml +++ b/airflow/providers/snowflake/provider.yaml @@ -22,6 +22,7 @@ description: | `Snowflake `__ versions: + - 3.0.0 - 2.7.0 - 2.6.0 - 2.5.2 @@ -41,7 +42,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Snowflake diff --git a/airflow/providers/sqlite/CHANGELOG.rst b/airflow/providers/sqlite/CHANGELOG.rst index 725f0119b9695..6d27cd8298cde 100644 --- a/airflow/providers/sqlite/CHANGELOG.rst +++ b/airflow/providers/sqlite/CHANGELOG.rst @@ -24,6 +24,25 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Bug Fixes +~~~~~~~~~ + +* ``Fix ''SqliteHook'' compatibility with SQLAlchemy engine (#23790)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate SQLite example DAGs to new design #22461 (#24150)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.3 ..... diff --git a/airflow/providers/sqlite/provider.yaml b/airflow/providers/sqlite/provider.yaml index 822cd6c4261aa..706ce98d1016a 100644 --- a/airflow/providers/sqlite/provider.yaml +++ b/airflow/providers/sqlite/provider.yaml @@ -22,6 +22,7 @@ description: | `SQLite `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst index a4966a02620d2..0068cba85246f 100644 --- a/airflow/providers/ssh/CHANGELOG.rst +++ b/airflow/providers/ssh/CHANGELOG.rst @@ -24,6 +24,29 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +Features +~~~~~~~~ + +* ``Add disabled_algorithms as an extra parameter for SSH connections (#24090)`` + +Bug Fixes +~~~~~~~~~ + +* ``fixing SSHHook bug when using allow_host_key_change param (#24116)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.4.4 ..... diff --git a/airflow/providers/ssh/provider.yaml b/airflow/providers/ssh/provider.yaml index 3916ad5334b1b..4cc81997d3b85 100644 --- a/airflow/providers/ssh/provider.yaml +++ b/airflow/providers/ssh/provider.yaml @@ -22,6 +22,7 @@ description: | `Secure Shell (SSH) `__ versions: + - 3.0.0 - 2.4.4 - 2.4.3 - 2.4.2 @@ -38,7 +39,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Secure Shell (SSH) diff --git a/airflow/providers/tableau/CHANGELOG.rst b/airflow/providers/tableau/CHANGELOG.rst index aa5fd2397feaa..577e0baa066be 100644 --- a/airflow/providers/tableau/CHANGELOG.rst +++ b/airflow/providers/tableau/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``AIP-47 - Migrate Tableau DAGs to new design (#24125)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.1.8 ..... diff --git a/airflow/providers/tableau/provider.yaml b/airflow/providers/tableau/provider.yaml index 5ced7549deb31..de322defa2fb9 100644 --- a/airflow/providers/tableau/provider.yaml +++ b/airflow/providers/tableau/provider.yaml @@ -22,6 +22,7 @@ description: | `Tableau `__ versions: + - 3.0.0 - 2.1.8 - 2.1.7 - 2.1.6 @@ -35,7 +36,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Tableau diff --git a/airflow/providers/telegram/CHANGELOG.rst b/airflow/providers/telegram/CHANGELOG.rst index 4b59269486436..52c77dc64dec2 100644 --- a/airflow/providers/telegram/CHANGELOG.rst +++ b/airflow/providers/telegram/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Telegram example DAGs to new design #22468 (#24126)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.0.4 ..... diff --git a/airflow/providers/telegram/provider.yaml b/airflow/providers/telegram/provider.yaml index daa3e1e0db33a..01054256be290 100644 --- a/airflow/providers/telegram/provider.yaml +++ b/airflow/providers/telegram/provider.yaml @@ -22,6 +22,7 @@ description: | `Telegram `__ versions: + - 3.0.0 - 2.0.4 - 2.0.3 - 2.0.2 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Telegram diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst index 449924e88c069..e3d729a7572a4 100644 --- a/airflow/providers/trino/CHANGELOG.rst +++ b/airflow/providers/trino/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``AIP-47 | Migrate Trino example DAGs to new design (#24118)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.3.0 ..... diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml index 828035fc63b4f..57356b6dc16ae 100644 --- a/airflow/providers/trino/provider.yaml +++ b/airflow/providers/trino/provider.yaml @@ -22,6 +22,7 @@ description: | `Trino `__ versions: + - 3.0.0 - 2.3.0 - 2.2.0 - 2.1.2 @@ -33,7 +34,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Trino diff --git a/airflow/providers/vertica/CHANGELOG.rst b/airflow/providers/vertica/CHANGELOG.rst index 9d695a4532c11..f5612bb209a9c 100644 --- a/airflow/providers/vertica/CHANGELOG.rst +++ b/airflow/providers/vertica/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + + 2.1.3 ..... diff --git a/airflow/providers/vertica/provider.yaml b/airflow/providers/vertica/provider.yaml index 81e4127560432..70503c3ad00b7 100644 --- a/airflow/providers/vertica/provider.yaml +++ b/airflow/providers/vertica/provider.yaml @@ -22,6 +22,7 @@ description: | `Vertica `__ versions: + - 3.0.0 - 2.1.3 - 2.1.2 - 2.1.1 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Vertica diff --git a/airflow/providers/yandex/CHANGELOG.rst b/airflow/providers/yandex/CHANGELOG.rst index ef451f0d3c0ad..35d4b8c2bb445 100644 --- a/airflow/providers/yandex/CHANGELOG.rst +++ b/airflow/providers/yandex/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Yandex example DAGs to new design AIP-47 (#24082)`` + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + 2.2.3 ..... diff --git a/airflow/providers/yandex/provider.yaml b/airflow/providers/yandex/provider.yaml index eb81021cc0815..51516d5edfa37 100644 --- a/airflow/providers/yandex/provider.yaml +++ b/airflow/providers/yandex/provider.yaml @@ -22,6 +22,7 @@ description: | Yandex including `Yandex.Cloud `__ versions: + - 3.0.0 - 2.2.3 - 2.2.2 - 2.2.1 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Yandex.Cloud diff --git a/airflow/providers/zendesk/CHANGELOG.rst b/airflow/providers/zendesk/CHANGELOG.rst index 04e5b343eaed1..2d00ebfa31f91 100644 --- a/airflow/providers/zendesk/CHANGELOG.rst +++ b/airflow/providers/zendesk/CHANGELOG.rst @@ -24,6 +24,20 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow + providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add explanatory note for contributors about updating Changelog (#24229)`` + * ``Migrate Zendesk example DAGs to new design #22471 (#24129)`` + 3.0.3 ..... diff --git a/airflow/providers/zendesk/provider.yaml b/airflow/providers/zendesk/provider.yaml index bc870d8dfe890..78c0d932635ab 100644 --- a/airflow/providers/zendesk/provider.yaml +++ b/airflow/providers/zendesk/provider.yaml @@ -22,6 +22,7 @@ description: | `Zendesk `__ versions: + - 4.0.0 - 3.0.3 - 3.0.2 - 3.0.1 @@ -32,7 +33,7 @@ versions: - 1.0.0 additional-dependencies: - - apache-airflow>=2.1.0 + - apache-airflow>=2.2.0 integrations: - integration-name: Zendesk diff --git a/docs/apache-airflow-providers-airbyte/commits.rst b/docs/apache-airflow-providers-airbyte/commits.rst index dadaef7bb5818..8c38e6e592b8a 100644 --- a/docs/apache-airflow-providers-airbyte/commits.rst +++ b/docs/apache-airflow-providers-airbyte/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.1.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.3 ..... diff --git a/docs/apache-airflow-providers-airbyte/index.rst b/docs/apache-airflow-providers-airbyte/index.rst index a814bb6aaf9d3..1b585a3438213 100644 --- a/docs/apache-airflow-providers-airbyte/index.rst +++ b/docs/apache-airflow-providers-airbyte/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-airbyte `Airbyte `__ -Release: 2.1.4 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``apache-airflow-providers-http`` ================================= ================== @@ -107,7 +107,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-airbyte 2.1.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-airbyte 2.1.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-airbyte 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-airbyte 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/airbyte/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-alibaba/commits.rst b/docs/apache-airflow-providers-alibaba/commits.rst index e81bbe8674999..55d43f7f40246 100644 --- a/docs/apache-airflow-providers-alibaba/commits.rst +++ b/docs/apache-airflow-providers-alibaba/commits.rst @@ -28,6 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`c887275bb8 `_ 2022-06-03 ``Migrate Alibaba example DAGs to new design #22437 (#24130)`` +`d19cb86660 `_ 2022-05-31 ``SSL Bucket, Light Logic Refactor and Docstring Update for Alibaba Provider (#23891)`` +================================================================================================= =========== ======================================================================================= + +1.1.1 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 1.1.0 ..... diff --git a/docs/apache-airflow-providers-alibaba/index.rst b/docs/apache-airflow-providers-alibaba/index.rst index 963cf911975f8..003308ce16a39 100644 --- a/docs/apache-airflow-providers-alibaba/index.rst +++ b/docs/apache-airflow-providers-alibaba/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-alibaba Alibaba Cloud integration (including `Alibaba Cloud `__). -Release: 1.1.1 +Release: 2.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``oss2`` ``>=2.14.0`` ================== ================== diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index dbbb90cdeb4f6..e7d6f92b2ddc9 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -28,729 +28,761 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-07 ``Update doc and sample dag for EMR Containers (#24087)`` +`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`41898d8922 `_ 2022-06-06 ``Refactor GlueJobHook get_or_create_glue_job method. (#24215)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`daa138c8eb `_ 2022-06-04 ``fix: StepFunctionHook ignores explicit set 'region_name' (#23976)`` +`5b32966c35 `_ 2022-06-03 ``Remove old Athena Sample DAG (#24170)`` +`595981c8ad `_ 2022-05-31 ``Light Refactor and Clean-up AWS Provider (#23907)`` +`94f2ce9342 `_ 2022-05-30 ``Add partition related methods to GlueCatalogHook: (#23857)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +`47fc253ea4 `_ 2022-05-24 ``Move string arg evals to 'execute()' in 'EksCreateClusterOperator' (#23877)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +`5d2296becb `_ 2022-05-22 ``Fix Amazon EKS example DAG raises warning during Imports (#23849)`` +`e54ca47262 `_ 2022-05-22 ``Add support for associating custom tags to job runs submitted via EmrContainerOperator (#23769)`` +`69f444f87a `_ 2022-05-22 ``Add number of node params only for single-node cluster in RedshiftCreateClusterOperator (#23839)`` +`509b277dce `_ 2022-05-22 ``Update sample dag and doc for RDS (#23651)`` +`4c9f756035 `_ 2022-05-20 ``Reformat the whole AWS documentation (#23810)`` +`fb3b980b5d `_ 2022-05-19 ``Update the DMS Sample DAG and Docs (#23681)`` +`64d0d9cd92 `_ 2022-05-17 ``Add AWS project structure tests (re: AIP-47) (#23630)`` +`ca25436108 `_ 2022-05-16 ``Add doc and sample dag for GCSToS3Operator (#23730)`` +`1a8f1ee276 `_ 2022-05-12 ``Update doc and sample dag for Quicksight (#23653)`` +`094e50eb43 `_ 2022-05-12 ``Replace "absolute()" with "resolve()" in pathlib objects (#23675)`` +================================================================================================= =========== ==================================================================================================== + 3.4.0 ..... -Latest change: 2022-05-11 - -================================================================================================ =========== ======================================================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================================================== -`3ed895bb7 `_ 2022-05-11 ``Add 'RedshiftDeleteClusterOperator' support (#23563)`` -`5c149c341 `_ 2022-05-10 ``Add Quicksight create ingestion Hook and Operator (#21863)`` -`d21e49dfd `_ 2022-05-10 ``Add sample dag and doc for S3ListPrefixesOperator (#23448)`` -`7354d2eac `_ 2022-05-09 ``Add sample dag and doc for S3ListOperator (#23449)`` -`389676bb0 `_ 2022-05-09 ``Add doc and sample dag for EC2 (#23547)`` -`428a43995 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`ec4dcce33 `_ 2022-05-09 ``Update sample dag and doc for Datasync (#23511)`` -`5d1e6ff19 `_ 2022-05-09 ``Add default 'aws_conn_id' to SageMaker Operators #21808 (#23515)`` -`c3386c5fc `_ 2022-05-09 ``Fix conn close error on retrieving log events (#23470)`` -`ad863ce51 `_ 2022-05-08 ``Amazon Sagemaker Sample DAG and docs update (#23256)`` -`27a80511e `_ 2022-05-07 ``Fix LocalFilesystemToS3Operator and S3CreateObjectOperator to support full s3:// style keys (#23180)`` -`46af5baba `_ 2022-05-07 ``Update the Athena Sample DAG and Docs (#23428)`` -`6065d1203 `_ 2022-05-06 ``Update docs Amazon Glacier Docs (#23372)`` -`7f40fa013 `_ 2022-05-04 ``Add doc and example dag for Amazon SQS Operators (#23312)`` -`2d109401b `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`d6141c659 `_ 2022-05-01 ``Fix attempting to reattach in 'ECSOperator' (#23370)`` -`fa0d93418 `_ 2022-04-30 ``Allow back script_location in Glue to be None (#23357)`` -`9021c2b97 `_ 2022-04-26 ``Fix doc build failure on main (#23240)`` -`754e293c5 `_ 2022-04-26 ``Add RedshiftCreateClusterOperator`` -`ff85c12f4 `_ 2022-04-26 ``Fix "Chain not supported for different length Iterable"`` -`444794446 `_ 2022-04-26 ``Add sample dag and doc for S3KeysUnchangedSensor`` -`692a08994 `_ 2022-04-25 ``Add doc and sample dag for S3FileTransformOperator`` -`8cfb2be98 `_ 2022-04-25 ``Add doc and example dag for AWS Step Functions Operators`` -`d91b6cd40 `_ 2022-04-23 ``'S3Hook': fix 'load_bytes' docstring (#23182)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`9e1ac6e42 `_ 2022-04-20 ``Add 'S3CreateObjectOperator' (#22758)`` -`ddb5d9b4a `_ 2022-04-14 ``Add doc and sample dag for S3CopyObjectOperator and S3DeleteObjectsOperator (#22959)`` -`dffb0d27f `_ 2022-04-12 ``Deprecate 'S3PrefixSensor' and 'S3KeySizeSensor' in favor of 'S3KeySensor' (#22737)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================ =========== ======================================================================================================== +Latest change: 2022-05-12 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`3ed895bb7b `_ 2022-05-11 ``Add 'RedshiftDeleteClusterOperator' support (#23563)`` +`5c149c341e `_ 2022-05-10 ``Add Quicksight create ingestion Hook and Operator (#21863)`` +`d21e49dfda `_ 2022-05-10 ``Add sample dag and doc for S3ListPrefixesOperator (#23448)`` +`7354d2eac9 `_ 2022-05-09 ``Add sample dag and doc for S3ListOperator (#23449)`` +`389676bb0d `_ 2022-05-09 ``Add doc and sample dag for EC2 (#23547)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`ec4dcce338 `_ 2022-05-09 ``Update sample dag and doc for Datasync (#23511)`` +`5d1e6ff19a `_ 2022-05-09 ``Add default 'aws_conn_id' to SageMaker Operators #21808 (#23515)`` +`c3386c5fcf `_ 2022-05-09 ``Fix conn close error on retrieving log events (#23470)`` +`ad863ce510 `_ 2022-05-08 ``Amazon Sagemaker Sample DAG and docs update (#23256)`` +`27a80511ec `_ 2022-05-07 ``Fix LocalFilesystemToS3Operator and S3CreateObjectOperator to support full s3:// style keys (#23180)`` +`46af5baba8 `_ 2022-05-07 ``Update the Athena Sample DAG and Docs (#23428)`` +`6065d1203e `_ 2022-05-06 ``Update docs Amazon Glacier Docs (#23372)`` +`7f40fa0130 `_ 2022-05-04 ``Add doc and example dag for Amazon SQS Operators (#23312)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`d6141c6594 `_ 2022-05-01 ``Fix attempting to reattach in 'ECSOperator' (#23370)`` +`fa0d93418b `_ 2022-04-30 ``Allow back script_location in Glue to be None (#23357)`` +`9021c2b97d `_ 2022-04-26 ``Fix doc build failure on main (#23240)`` +`754e293c54 `_ 2022-04-26 ``Add RedshiftCreateClusterOperator`` +`ff85c12f4a `_ 2022-04-26 ``Fix "Chain not supported for different length Iterable"`` +`444794446d `_ 2022-04-26 ``Add sample dag and doc for S3KeysUnchangedSensor`` +`692a089943 `_ 2022-04-25 ``Add doc and sample dag for S3FileTransformOperator`` +`8cfb2be989 `_ 2022-04-25 ``Add doc and example dag for AWS Step Functions Operators`` +`d91b6cd40f `_ 2022-04-23 ``'S3Hook': fix 'load_bytes' docstring (#23182)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`9e1ac6e425 `_ 2022-04-20 ``Add 'S3CreateObjectOperator' (#22758)`` +`ddb5d9b4a2 `_ 2022-04-14 ``Add doc and sample dag for S3CopyObjectOperator and S3DeleteObjectsOperator (#22959)`` +`dffb0d27f2 `_ 2022-04-12 ``Deprecate 'S3PrefixSensor' and 'S3KeySizeSensor' in favor of 'S3KeySensor' (#22737)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== ======================================================================================================== 3.3.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`de84eaf1b `_ 2022-04-06 ``Pass custom headers through in SES email backend (#22667)`` -`e7650b85a `_ 2022-03-31 ``Add doc and sample dag for SqlToS3Operator (#22603)`` -`898d31e9c `_ 2022-03-31 ``Adds HiveToDynamoDB Transfer Sample DAG and Docs (#22517)`` -`616a5dd4d `_ 2022-03-31 ``Add doc and sample dag for MongoToS3Operator (#22575)`` -`55ee62e28 `_ 2022-03-31 ``Add doc for LocalFilesystemToS3Operator (#22574)`` -`02526b3f6 `_ 2022-03-27 ``Add doc and example dag for AWS CloudFormation Operators (#22533)`` -`df473d7e8 `_ 2022-03-27 ``GoogleApiToS3Operator: update sample dag and doc (#22507)`` -`d91b8334f `_ 2022-03-27 ``SalesforceToS3Operator: update sample dag and doc (#22489)`` -`8ade99f97 `_ 2022-03-27 ``Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)`` -`7ab45d41d `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`de84eaf1b0 `_ 2022-04-06 ``Pass custom headers through in SES email backend (#22667)`` +`e7650b85a3 `_ 2022-03-31 ``Add doc and sample dag for SqlToS3Operator (#22603)`` +`898d31e9c2 `_ 2022-03-31 ``Adds HiveToDynamoDB Transfer Sample DAG and Docs (#22517)`` +`616a5dd4d7 `_ 2022-03-31 ``Add doc and sample dag for MongoToS3Operator (#22575)`` +`55ee62e28a `_ 2022-03-31 ``Add doc for LocalFilesystemToS3Operator (#22574)`` +`02526b3f64 `_ 2022-03-27 ``Add doc and example dag for AWS CloudFormation Operators (#22533)`` +`df473d7e89 `_ 2022-03-27 ``GoogleApiToS3Operator: update sample dag and doc (#22507)`` +`d91b8334f0 `_ 2022-03-27 ``SalesforceToS3Operator: update sample dag and doc (#22489)`` +`8ade99f97d `_ 2022-03-27 ``Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +================================================================================================= =========== ================================================================================== 3.2.0 ..... Latest change: 2022-03-22 -================================================================================================ =========== ================================================================================================================================================================================ -Commit Committed Subject -================================================================================================ =========== ================================================================================================================================================================================ -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`4de9d6622 `_ 2022-03-22 ``ImapAttachmentToS3Operator: fix it, update sample dag and update doc (#22351)`` -`e972b6a48 `_ 2022-03-21 ``Add docs and example dag for AWS Glue (#22295)`` -`dd0cbaad3 `_ 2022-03-21 ``Update doc and sample dag for S3ToSFTPOperator and SFTPToS3Operator (#22313)`` -`5eb633574 `_ 2022-03-19 ``Update sample dag and doc for S3CreateBucketOperator, S3PutBucketTaggingOperator, S3GetBucketTaggingOperator, S3DeleteBucketTaggingOperator, S3DeleteBucketOperator (#22312)`` -`926f6d189 `_ 2022-03-15 ``Add arguments to filter list: start_after_key, from_datetime, to_datetime, object_filter callable (#22231)`` -================================================================================================ =========== ================================================================================================================================================================================ +================================================================================================= =========== ================================================================================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================================================================ +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`4de9d6622c `_ 2022-03-22 ``ImapAttachmentToS3Operator: fix it, update sample dag and update doc (#22351)`` +`e972b6a48d `_ 2022-03-21 ``Add docs and example dag for AWS Glue (#22295)`` +`dd0cbaad3f `_ 2022-03-21 ``Update doc and sample dag for S3ToSFTPOperator and SFTPToS3Operator (#22313)`` +`5eb6335742 `_ 2022-03-19 ``Update sample dag and doc for S3CreateBucketOperator, S3PutBucketTaggingOperator, S3GetBucketTaggingOperator, S3DeleteBucketTaggingOperator, S3DeleteBucketOperator (#22312)`` +`926f6d1894 `_ 2022-03-15 ``Add arguments to filter list: start_after_key, from_datetime, to_datetime, object_filter callable (#22231)`` +================================================================================================= =========== ================================================================================================================================================================================ 3.1.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ===================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ===================================================================================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`46c61ed3e `_ 2022-03-14 ``EMR Sample DAG and Docs Update (#22189)`` -`c1ab8e2d7 `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`4f6d24f86 `_ 2022-03-14 ``use different logger to avoid duplicate log entry (#22256)`` -`6f8f53561 `_ 2022-03-14 ``Add sample dags and update doc for RedshiftClusterSensor, RedshiftPauseClusterOperator and RedshiftResumeClusterOperator (#22128)`` -`a840561e1 `_ 2022-03-13 ``AWS RDS integration fixes (#22125)`` -`d08284ed2 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -`46a120dc5 `_ 2022-03-11 ``Fix RedshiftDataOperator and update doc (#22157)`` -`e63f6e36d `_ 2022-03-11 ``additional information in the ECSOperator around support of launch_type=EXTERNAL (#22093)`` -`16ad03cae `_ 2022-03-11 ``Bugfix for retrying on provision failuers(#22137)`` -`bd809bc83 `_ 2022-03-09 ``If uploading task logs to S3 fails, retry once (#21981)`` -`45162565d `_ 2022-03-08 ``EMR on EKS Sample DAG and Docs Update (#22095)`` -`c7286e530 `_ 2022-03-08 ``Bug-fix GCSToS3Operator (#22071)`` -`184a46fc9 `_ 2022-03-08 ``refactors polling logic for athena queries (#21488)`` -`a150ee0bc `_ 2022-03-08 ``Add template fields to DynamoDBToS3Operator (#22080)`` -`c8d49f63c `_ 2022-03-08 ``fixes query status polling logic (#21423)`` -`374354dda `_ 2022-03-08 ``Dynamo to S3 Sample DAG and Docs (#21920)`` -`c1faaf374 `_ 2022-03-07 ``Add sample dag and doc for RedshiftToS3Operator (#22060)`` -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`0209a5c3f `_ 2022-03-07 ``Add docs and sample dags for AWS Batch (#22010)`` -`01a1a263f `_ 2022-03-07 ``retry on very specific eni provision failures (#22002)`` -`c22fb319f `_ 2022-03-07 ``Cleanup RedshiftSQLOperator documentation (#21976)`` -`7724a5a2e `_ 2022-03-07 ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)`` -`80c52a187 `_ 2022-03-06 ``Added AWS RDS sensors (#21231)`` -`f968eba47 `_ 2022-03-06 ``Added AWS RDS operators (#20907)`` -`a9b7dd690 `_ 2022-03-06 ``Resolve mypy issue in athena example dag (#22020)`` -`9ce45ff75 `_ 2022-03-04 ``Rename 'S3' hook name to 'Amazon S3' (#21988)`` -`af79df69b `_ 2022-03-02 ``Add RedshiftDataHook (#19137)`` -`3f9295a4f `_ 2022-03-02 ``Update ECS sample DAG and Docs to new standards (#21828)`` -`08575ddd8 `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`33edeb2cb `_ 2022-03-01 ``Feature: Add invoke lambda function operator (#21686)`` -`3218cca14 `_ 2022-03-01 ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885)`` -`c819b4f8d `_ 2022-02-28 ``Configurable AWS Session Factory (#21778)`` -`5276ef8ad `_ 2022-02-28 ``Add JSON output on SqlToS3Operator (#21779)`` -`cb24ee941 `_ 2022-02-27 ``Add SageMakerDeleteModelOperator (#21673)`` -`f0b6398dd `_ 2022-02-26 ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458)`` -`037865970 `_ 2022-02-26 ``Added Hook for Amazon RDS. Added 'boto3_stub' library for autocomplete. (#20642)`` -`dec05fb6b `_ 2022-02-19 ``Update EKS sample DAGs and docs (#21523)`` -`b28f4c578 `_ 2022-02-19 ``Fix Amazon SES emailer signature (#21681)`` -`fc4483650 `_ 2022-02-15 ``S3KeySensor to use S3Hook url parser (#21500)`` -`69bf74f9a `_ 2022-02-15 ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441)`` -`21a90c5b7 `_ 2022-02-15 ``Get log events after sleep to get all logs (#21574)`` -`8e81615ed `_ 2022-02-11 ``[doc] Improve s3 operator example by adding task upload_keys (#21422)`` -`2c5f636e5 `_ 2022-02-11 ``Use temporary file in GCSToS3Operator (#21295)`` -`598e83604 `_ 2022-02-09 ``Added SNS example DAG and rst (#21475)`` -`0a3ff43d4 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================ =========== ===================================================================================================================================== +================================================================================================= =========== ===================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`46c61ed3e9 `_ 2022-03-14 ``EMR Sample DAG and Docs Update (#22189)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`4f6d24f865 `_ 2022-03-14 ``use different logger to avoid duplicate log entry (#22256)`` +`6f8f535619 `_ 2022-03-14 ``Add sample dags and update doc for RedshiftClusterSensor, RedshiftPauseClusterOperator and RedshiftResumeClusterOperator (#22128)`` +`a840561e1f `_ 2022-03-13 ``AWS RDS integration fixes (#22125)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +`46a120dc5f `_ 2022-03-11 ``Fix RedshiftDataOperator and update doc (#22157)`` +`e63f6e36d1 `_ 2022-03-11 ``additional information in the ECSOperator around support of launch_type=EXTERNAL (#22093)`` +`16ad03cae5 `_ 2022-03-11 ``Bugfix for retrying on provision failuers(#22137)`` +`bd809bc83a `_ 2022-03-09 ``If uploading task logs to S3 fails, retry once (#21981)`` +`45162565db `_ 2022-03-08 ``EMR on EKS Sample DAG and Docs Update (#22095)`` +`c7286e5306 `_ 2022-03-08 ``Bug-fix GCSToS3Operator (#22071)`` +`184a46fc93 `_ 2022-03-08 ``refactors polling logic for athena queries (#21488)`` +`a150ee0bc1 `_ 2022-03-08 ``Add template fields to DynamoDBToS3Operator (#22080)`` +`c8d49f63ca `_ 2022-03-08 ``fixes query status polling logic (#21423)`` +`374354dda7 `_ 2022-03-08 ``Dynamo to S3 Sample DAG and Docs (#21920)`` +`c1faaf3745 `_ 2022-03-07 ``Add sample dag and doc for RedshiftToS3Operator (#22060)`` +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`0209a5c3f0 `_ 2022-03-07 ``Add docs and sample dags for AWS Batch (#22010)`` +`01a1a263fd `_ 2022-03-07 ``retry on very specific eni provision failures (#22002)`` +`c22fb319ff `_ 2022-03-07 ``Cleanup RedshiftSQLOperator documentation (#21976)`` +`7724a5a2ec `_ 2022-03-07 ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)`` +`80c52a1875 `_ 2022-03-06 ``Added AWS RDS sensors (#21231)`` +`f968eba470 `_ 2022-03-06 ``Added AWS RDS operators (#20907)`` +`a9b7dd6900 `_ 2022-03-06 ``Resolve mypy issue in athena example dag (#22020)`` +`9ce45ff756 `_ 2022-03-04 ``Rename 'S3' hook name to 'Amazon S3' (#21988)`` +`af79df69b2 `_ 2022-03-02 ``Add RedshiftDataHook (#19137)`` +`3f9295a4f4 `_ 2022-03-02 ``Update ECS sample DAG and Docs to new standards (#21828)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`33edeb2cb1 `_ 2022-03-01 ``Feature: Add invoke lambda function operator (#21686)`` +`3218cca14b `_ 2022-03-01 ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885)`` +`c819b4f8d0 `_ 2022-02-28 ``Configurable AWS Session Factory (#21778)`` +`5276ef8ad9 `_ 2022-02-28 ``Add JSON output on SqlToS3Operator (#21779)`` +`cb24ee9414 `_ 2022-02-27 ``Add SageMakerDeleteModelOperator (#21673)`` +`f0b6398dd6 `_ 2022-02-26 ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458)`` +`037865970b `_ 2022-02-26 ``Added Hook for Amazon RDS. Added 'boto3_stub' library for autocomplete. (#20642)`` +`dec05fb6b2 `_ 2022-02-19 ``Update EKS sample DAGs and docs (#21523)`` +`b28f4c578c `_ 2022-02-19 ``Fix Amazon SES emailer signature (#21681)`` +`fc44836504 `_ 2022-02-15 ``S3KeySensor to use S3Hook url parser (#21500)`` +`69bf74f9a6 `_ 2022-02-15 ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441)`` +`21a90c5b7e `_ 2022-02-15 ``Get log events after sleep to get all logs (#21574)`` +`8e81615edb `_ 2022-02-11 ``[doc] Improve s3 operator example by adding task upload_keys (#21422)`` +`2c5f636e5c `_ 2022-02-11 ``Use temporary file in GCSToS3Operator (#21295)`` +`598e836043 `_ 2022-02-09 ``Added SNS example DAG and rst (#21475)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== ===================================================================================================================================== 3.0.0 ..... Latest change: 2022-02-08 -================================================================================================ =========== ============================================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================================ -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`33ca0f265 `_ 2022-02-08 ``eks_hook log level fatal -> FATAL (#21427)`` -`8f81b9a01 `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` -`d1150182c `_ 2022-02-06 ``Bug fix in AWS glue operator related to num_of_dpus #19787 (#21353)`` -`0a6ea572f `_ 2022-02-06 ``Fix to check if values are integer or float and convert accordingly. (#21277)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f98 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`ddb5246bd `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` -`5185d6ab2 `_ 2022-01-29 ``Alleviate import warning for 'EmrClusterLink' in deprecated AWS module (#21195)`` -`7ae156fd2 `_ 2022-01-29 ``[SQSSensor] Add opt-in to disable auto-delete messages (#21159)`` -`ff4939f23 `_ 2022-01-25 ``Remove ':type' directives from 'SqlToS3Operator' (#21079)`` -`bad070f7f `_ 2022-01-24 ``Create a generic operator SqlToS3Operator and deprecate the MySqlToS3Operator. (#20807)`` -`c5ffe0c2d `_ 2022-01-23 ``fix: cloudwatch logs fetch logic (#20814)`` -`27b77d37a `_ 2022-01-21 ``Fix all Amazon Provider MyPy errors (#20935)`` -`73c0d241d `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` -`a59a2be57 `_ 2022-01-21 ``Move some base_aws logging from info to debug level (#20858)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`34efb42eb `_ 2022-01-20 ``Rename params to cloudformation_parameter in CloudFormation operators. (#20989)`` -`730db3fb7 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` -`307d35651 `_ 2022-01-14 ``AWS: Adds support for optional kwargs in the EKS Operators (#20819)`` -`b15027410 `_ 2022-01-14 ``Fix MyPy issues in AWS Sensors (#20863)`` -`ce06e6b91 `_ 2022-01-13 ``AwsAthenaOperator: do not generate ''client_request_token'' if not provided (#20854)`` -`f8fd0f7b4 `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` -`341b461e4 `_ 2022-01-09 ``Fix mypy in providers/aws/hooks (#20353)`` -`677658690 `_ 2022-01-09 ``Standardize AWS SQS classes names (#20732)`` -`88e3f2ae5 `_ 2022-01-08 ``Rename amazon EMR hook name (#20767)`` -`0ebd55e0f `_ 2022-01-06 ``Standardize AWS Batch naming (#20369)`` -`88ea15750 `_ 2022-01-06 ``Standardize AWS Redshift naming (#20374)`` -`51dc4fd80 `_ 2022-01-06 ``Fix MyPy issues in AWS Sensors (#20717)`` -`dd12cfcfe `_ 2022-01-06 ``Fix MyPy in Amazon provider for Sagemaker operator (#20715)`` -`cf5c31137 `_ 2022-01-06 ``Fix MyPy errors for Amazon DMS in hooks and operator (#20710)`` -`6af2137ef `_ 2022-01-06 ``Fix MyPy issues in ''airflow/providers/amazon/aws/transfers'' (#20708)`` -`1fc0fa5ea `_ 2022-01-06 ``Standardize DynamoDB naming (#20360)`` -`9c0ba1b6a `_ 2022-01-04 ``Standardize AWS ECS naming (#20332)`` -================================================================================================ =========== ============================================================================================ +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`33ca0f2654 `_ 2022-02-08 ``eks_hook log level fatal -> FATAL (#21427)`` +`8f81b9a01c `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` +`d1150182cb `_ 2022-02-06 ``Bug fix in AWS glue operator related to num_of_dpus #19787 (#21353)`` +`0a6ea572fb `_ 2022-02-06 ``Fix to check if values are integer or float and convert accordingly. (#21277)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` +`5185d6ab26 `_ 2022-01-29 ``Alleviate import warning for 'EmrClusterLink' in deprecated AWS module (#21195)`` +`7ae156fd29 `_ 2022-01-29 ``[SQSSensor] Add opt-in to disable auto-delete messages (#21159)`` +`ff4939f23c `_ 2022-01-25 ``Remove ':type' directives from 'SqlToS3Operator' (#21079)`` +`bad070f7f4 `_ 2022-01-24 ``Create a generic operator SqlToS3Operator and deprecate the MySqlToS3Operator. (#20807)`` +`c5ffe0c2da `_ 2022-01-23 ``fix: cloudwatch logs fetch logic (#20814)`` +`27b77d37a9 `_ 2022-01-21 ``Fix all Amazon Provider MyPy errors (#20935)`` +`73c0d241d8 `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` +`a59a2be571 `_ 2022-01-21 ``Move some base_aws logging from info to debug level (#20858)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`34efb42ebe `_ 2022-01-20 ``Rename params to cloudformation_parameter in CloudFormation operators. (#20989)`` +`730db3fb77 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` +`307d356519 `_ 2022-01-14 ``AWS: Adds support for optional kwargs in the EKS Operators (#20819)`` +`b15027410b `_ 2022-01-14 ``Fix MyPy issues in AWS Sensors (#20863)`` +`ce06e6b917 `_ 2022-01-13 ``AwsAthenaOperator: do not generate ''client_request_token'' if not provided (#20854)`` +`f8fd0f7b4c `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` +`341b461e4f `_ 2022-01-09 ``Fix mypy in providers/aws/hooks (#20353)`` +`6776586904 `_ 2022-01-09 ``Standardize AWS SQS classes names (#20732)`` +`88e3f2ae5e `_ 2022-01-08 ``Rename amazon EMR hook name (#20767)`` +`0ebd55e0f8 `_ 2022-01-06 ``Standardize AWS Batch naming (#20369)`` +`88ea157507 `_ 2022-01-06 ``Standardize AWS Redshift naming (#20374)`` +`51dc4fd808 `_ 2022-01-06 ``Fix MyPy issues in AWS Sensors (#20717)`` +`dd12cfcfe9 `_ 2022-01-06 ``Fix MyPy in Amazon provider for Sagemaker operator (#20715)`` +`cf5c31137d `_ 2022-01-06 ``Fix MyPy errors for Amazon DMS in hooks and operator (#20710)`` +`6af2137ef0 `_ 2022-01-06 ``Fix MyPy issues in ''airflow/providers/amazon/aws/transfers'' (#20708)`` +`1fc0fa5ea9 `_ 2022-01-06 ``Standardize DynamoDB naming (#20360)`` +`9c0ba1b6ab `_ 2022-01-04 ``Standardize AWS ECS naming (#20332)`` +================================================================================================= =========== ============================================================================================ 2.6.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ========================================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================================== -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`746ee587d `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` -`b164124bf `_ 2021-12-31 ``Fix mypy errors in amazon aws transfer (#20590)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`6d25d6367 `_ 2021-12-30 ``Fixe static checks on few other not sorted stub files (#20572)`` -`a3caea090 `_ 2021-12-30 ``Fix mypy aws example dags (#20497)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`051fac077 `_ 2021-12-29 ``Add support to replace S3 file on MySqlToS3Operator (#20506)`` -`2ab2ae884 `_ 2021-12-22 ``Fix backwards compatibility issue in AWS provider's _get_credentials (#20463)`` -`d557965ba `_ 2021-12-21 ``Organize Sagemaker classes in Amazon provider (#20370)`` -`1ce71f823 `_ 2021-12-21 ``move emr_container hook (#20375)`` -`4dd751d2f `_ 2021-12-20 ``Standardize AWS Athena naming (#20305)`` -`ecbe16079 `_ 2021-12-20 ``Standardize AWS EKS naming (#20354)`` -`463e3b2b2 `_ 2021-12-19 ``Fix mypy errors in aws/transfers (#20403)`` -`404cd2eb6 `_ 2021-12-19 ``Fix mypy errors in aws/sensors (#20402)`` -`1f4710f16 `_ 2021-12-19 ``Fix mypy errors in providers/amazon/aws/operators (#20401)`` -`1baa648e2 `_ 2021-12-19 ``Standardize AWS Glue naming (#20372)`` -`5769defb2 `_ 2021-12-18 ``Add aws_conn_id to DynamoDBToS3Operator (#20363)`` -`cef498efe `_ 2021-12-18 ``Standardize Amazon SES naming (#20367)`` -`2a3db4d38 `_ 2021-12-17 ``Standardize AWS CloudFormation naming (#20357)`` -`bb82cc0fb `_ 2021-12-17 ``Fix deprecation messages after splitting redshift modules (#20366)`` -`ca492e168 `_ 2021-12-17 ``Standardize AWS Lambda naming (#20365)`` -`f6a41a036 `_ 2021-12-17 ``Standardize AWS Kinesis/Firehose naming (#20362)`` -`3d354084e `_ 2021-12-17 ``Standardize Amazon SNS naming (#20368)`` -`bfcaf195a `_ 2021-12-16 ``Split redshift sql and cluster objects (#20276)`` -`a3870611a `_ 2021-12-16 ``Organize EMR classes in Amazon provider (#20160)`` -`206cce971 `_ 2021-12-16 ``ECSOperator: fix KeyError on missing exitCode (#20264)`` -`38fd65dcf `_ 2021-12-16 ``Rename DataSync Hook and Operator (#20328)`` -`2fb5e1d0e `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`5712e2b58 `_ 2021-12-15 ``Deprecate passing execution_date to XCom methods (#19825)`` -`60b72dd8f `_ 2021-12-14 ``Organize Dms classes in Amazon provider (#20156)`` -`e77c05fa1 `_ 2021-12-13 ``Add RedshiftResumeClusterOperator and RedshiftPauseClusterOperator (#19665)`` -`a20846380 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` -`1d2f2d3df `_ 2021-12-13 ``Organize Step Function classes in Amazon provider (#20158)`` -`985bb06ba `_ 2021-12-09 ``Organize EC2 classes in Amazon provider (#20157)`` -`0e2a0ccd3 `_ 2021-12-08 ``Added function in AWSAthenaHook to get s3 output query results file URI (#20124)`` -`6e15e3a65 `_ 2021-12-06 ``Bug fix in AWS glue operator when specifying the WorkerType & NumberOfWorkers (#19787)`` -`af28b4190 `_ 2021-12-05 ``Add sensor for AWS Batch (#19850) (#19885)`` -`480c333c4 `_ 2021-12-03 ``Add state details to EMR container failure reason (#19579)`` -`2539cb44b `_ 2021-12-01 ``Move to watchtower 2.0.1 (#19907)`` -================================================================================================ =========== ========================================================================================== +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` +`b164124bfe `_ 2021-12-31 ``Fix mypy errors in amazon aws transfer (#20590)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`6d25d63679 `_ 2021-12-30 ``Fixe static checks on few other not sorted stub files (#20572)`` +`a3caea0903 `_ 2021-12-30 ``Fix mypy aws example dags (#20497)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`051fac0776 `_ 2021-12-29 ``Add support to replace S3 file on MySqlToS3Operator (#20506)`` +`2ab2ae8849 `_ 2021-12-22 ``Fix backwards compatibility issue in AWS provider's _get_credentials (#20463)`` +`d557965bab `_ 2021-12-21 ``Organize Sagemaker classes in Amazon provider (#20370)`` +`1ce71f823f `_ 2021-12-21 ``move emr_container hook (#20375)`` +`4dd751d2fc `_ 2021-12-20 ``Standardize AWS Athena naming (#20305)`` +`ecbe160797 `_ 2021-12-20 ``Standardize AWS EKS naming (#20354)`` +`463e3b2b25 `_ 2021-12-19 ``Fix mypy errors in aws/transfers (#20403)`` +`404cd2eb69 `_ 2021-12-19 ``Fix mypy errors in aws/sensors (#20402)`` +`1f4710f16a `_ 2021-12-19 ``Fix mypy errors in providers/amazon/aws/operators (#20401)`` +`1baa648e2a `_ 2021-12-19 ``Standardize AWS Glue naming (#20372)`` +`5769defb2a `_ 2021-12-18 ``Add aws_conn_id to DynamoDBToS3Operator (#20363)`` +`cef498efe9 `_ 2021-12-18 ``Standardize Amazon SES naming (#20367)`` +`2a3db4d385 `_ 2021-12-17 ``Standardize AWS CloudFormation naming (#20357)`` +`bb82cc0fbb `_ 2021-12-17 ``Fix deprecation messages after splitting redshift modules (#20366)`` +`ca492e1681 `_ 2021-12-17 ``Standardize AWS Lambda naming (#20365)`` +`f6a41a036d `_ 2021-12-17 ``Standardize AWS Kinesis/Firehose naming (#20362)`` +`3d354084ef `_ 2021-12-17 ``Standardize Amazon SNS naming (#20368)`` +`bfcaf195a5 `_ 2021-12-16 ``Split redshift sql and cluster objects (#20276)`` +`a3870611a7 `_ 2021-12-16 ``Organize EMR classes in Amazon provider (#20160)`` +`206cce971d `_ 2021-12-16 ``ECSOperator: fix KeyError on missing exitCode (#20264)`` +`38fd65dcfe `_ 2021-12-16 ``Rename DataSync Hook and Operator (#20328)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`5712e2b587 `_ 2021-12-15 ``Deprecate passing execution_date to XCom methods (#19825)`` +`60b72dd8f5 `_ 2021-12-14 ``Organize Dms classes in Amazon provider (#20156)`` +`e77c05fa1b `_ 2021-12-13 ``Add RedshiftResumeClusterOperator and RedshiftPauseClusterOperator (#19665)`` +`a208463802 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` +`1d2f2d3dfe `_ 2021-12-13 ``Organize Step Function classes in Amazon provider (#20158)`` +`985bb06ba5 `_ 2021-12-09 ``Organize EC2 classes in Amazon provider (#20157)`` +`0e2a0ccd30 `_ 2021-12-08 ``Added function in AWSAthenaHook to get s3 output query results file URI (#20124)`` +`6e15e3a65e `_ 2021-12-06 ``Bug fix in AWS glue operator when specifying the WorkerType & NumberOfWorkers (#19787)`` +`af28b41903 `_ 2021-12-05 ``Add sensor for AWS Batch (#19850) (#19885)`` +`480c333c45 `_ 2021-12-03 ``Add state details to EMR container failure reason (#19579)`` +`2539cb44b4 `_ 2021-12-01 ``Move to watchtower 2.0.1 (#19907)`` +================================================================================================= =========== ========================================================================================== 2.5.0 ..... Latest change: 2021-11-30 -================================================================================================ =========== ===================================================================================================== -Commit Committed Subject -================================================================================================ =========== ===================================================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`83b51e530 `_ 2021-11-26 ``Amazon provider remove deprecation, second try (#19815)`` -`d58df468c `_ 2021-11-24 ``Revert "Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)" (#19791)`` -`4be04143a `_ 2021-11-24 ``Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)`` -`fe682ec3d `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` -`186513e24 `_ 2021-11-15 ``Catch AccessDeniedException in AWS Secrets Manager Backend (#19324)`` -`4c495ca94 `_ 2021-11-15 ``Cleanup of start_date and default arg use for Amazon example DAGs (#19237)`` -`eb16fd51e `_ 2021-11-12 ``Adding support for using ''client_type'' API for interacting with EC2 and support filters (#9011)`` -`aa2cb5545 `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` -`9053de771 `_ 2021-11-10 ``Do not check for S3 key before attempting download (#19504)`` -`ebb739400 `_ 2021-11-08 ``MySQLToS3Operator actually allow writing parquet files to s3. (#19094)`` -================================================================================================ =========== ===================================================================================================== +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`83b51e5306 `_ 2021-11-26 ``Amazon provider remove deprecation, second try (#19815)`` +`d58df468c8 `_ 2021-11-24 ``Revert "Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)" (#19791)`` +`4be04143a5 `_ 2021-11-24 ``Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)`` +`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` +`186513e24e `_ 2021-11-15 ``Catch AccessDeniedException in AWS Secrets Manager Backend (#19324)`` +`4c495ca94e `_ 2021-11-15 ``Cleanup of start_date and default arg use for Amazon example DAGs (#19237)`` +`eb16fd51e0 `_ 2021-11-12 ``Adding support for using ''client_type'' API for interacting with EC2 and support filters (#9011)`` +`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` +`9053de7718 `_ 2021-11-10 ``Do not check for S3 key before attempting download (#19504)`` +`ebb7394005 `_ 2021-11-08 ``MySQLToS3Operator actually allow writing parquet files to s3. (#19094)`` +================================================================================================= =========== ===================================================================================================== 2.4.0 ..... Latest change: 2021-11-04 -================================================================================================ =========== ======================================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================================== -`5a113f302 `_ 2021-11-04 ``Add documentation for RC2 release of Amazon provider for October (#19413)`` -`96dd70348 `_ 2021-11-04 `` fix SagemakerProcessingOperator ThrottlingException (#19195)`` -`a3266ba2b `_ 2021-11-03 ``Doc: Fix typos in variable and comments (#19349)`` -`6148ddd36 `_ 2021-11-03 ``Fix S3ToRedshiftOperator (#19358)`` -`1600f1dfd `_ 2021-10-30 ``Remove duplicated entries in changelog (#19331)`` -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`1543dc28f `_ 2021-10-29 ``Fixing ses email backend (#18042)`` -`3c08c025c `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` -`f5ad26dcd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` -`86a2a19ad `_ 2021-10-17 ``More f-strings (#18855)`` -`258451cfb `_ 2021-10-15 ``MySQLToS3Operator add support for parquet format (#18755)`` -`176165de3 `_ 2021-10-11 ``Update S3PrefixSensor to support checking multiple prefixes within a bucket (#18807)`` -`1d7cfdbcd `_ 2021-10-10 ``Remove extra postgres dependency from AWS Provider (#18844)`` -`1df9a512c `_ 2021-10-08 ``Add RedshiftSQLHook, RedshiftSQLOperator (#18447)`` -`22768ff61 `_ 2021-10-08 ``Removed duplicated code on S3ToRedshiftOperator (#18671)`` -================================================================================================ =========== ======================================================================================== +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`5a113f3027 `_ 2021-11-04 ``Add documentation for RC2 release of Amazon provider for October (#19413)`` +`96dd70348a `_ 2021-11-04 `` fix SagemakerProcessingOperator ThrottlingException (#19195)`` +`a3266ba2b9 `_ 2021-11-03 ``Doc: Fix typos in variable and comments (#19349)`` +`6148ddd365 `_ 2021-11-03 ``Fix S3ToRedshiftOperator (#19358)`` +`1600f1dfd7 `_ 2021-10-30 ``Remove duplicated entries in changelog (#19331)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`1543dc28f4 `_ 2021-10-29 ``Fixing ses email backend (#18042)`` +`3c08c025c5 `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` +`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`258451cfba `_ 2021-10-15 ``MySQLToS3Operator add support for parquet format (#18755)`` +`176165de3b `_ 2021-10-11 ``Update S3PrefixSensor to support checking multiple prefixes within a bucket (#18807)`` +`1d7cfdbcd9 `_ 2021-10-10 ``Remove extra postgres dependency from AWS Provider (#18844)`` +`1df9a512c2 `_ 2021-10-08 ``Add RedshiftSQLHook, RedshiftSQLOperator (#18447)`` +`22768ff61e `_ 2021-10-08 ``Removed duplicated code on S3ToRedshiftOperator (#18671)`` +================================================================================================= =========== ======================================================================================== 2.3.0 ..... Latest change: 2021-10-08 -================================================================================================ =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================================================= -`a680e876b `_ 2021-10-08 ``Prepare documentation for RC2 Amazon Provider release for September (#18830)`` -`ea8f47890 `_ 2021-10-08 ``Add AWS Fargate profile support (#18645)`` -`9344c3452 `_ 2021-10-08 ``Enable AWS Secrets Manager backend to retrieve conns using different fields (#18764)`` -`1a35644b5 `_ 2021-10-08 ``Add emr cluster link (#18691)`` -`e0af0b976 `_ 2021-10-08 ``AwsGlueJobOperator: add wait_for_completion to Glue job run (#18814)`` -`8e56ed234 `_ 2021-10-07 ``Enable FTPToS3Operator to transfer several files (#17937)`` -`28284a37b `_ 2021-10-07 ``Amazon Athena Example (#18785)`` -`38c6cf9c2 `_ 2021-10-07 ``AwsGlueJobOperator: add run_job_kwargs to Glue job run (#16796)`` -`72e49ad3a `_ 2021-10-06 ``Amazon SQS Example (#18760)`` -`767a4f520 `_ 2021-10-05 ``ECSOperator: airflow exception on edge case when cloudwatch log stream is not found (#18733)`` -`760bf6e51 `_ 2021-10-06 ``Adds an s3 list prefixes operator (#17145)`` -`12763f125 `_ 2021-10-05 ``Add additional dependency for postgres extra for amazon provider (#18737)`` -`86bf2a29b `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` -`12133861e `_ 2021-10-01 ``Support all Unix wildcards in S3KeySensor (#18211)`` -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`8a1437e55 `_ 2021-09-29 ``Refresh credentials for long-running pods on EKS (#17951)`` -`2fbd23878 `_ 2021-09-28 ``Update s3_list.py (#18561)`` -`a458fcc57 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -`e25eea052 `_ 2021-09-19 ``Inclusive Language (#18349)`` -`4cd190c9b `_ 2021-09-18 ``ECSOperator realtime logging (#17626)`` -`27088c453 `_ 2021-09-18 ``Add IAM Role Credentials to S3ToRedshiftTransfer and RedshiftToS3Transfer (#18156)`` -`2d4f3cb64 `_ 2021-09-15 ``Adding missing 'replace' param in docstring (#18241)`` -`81ebd78db `_ 2021-09-12 ``Added upsert method on S3ToRedshift operator (#18027)`` -`02397761a `_ 2021-09-12 ``Deprecate default pod name in EKSPodOperator (#18036)`` -`e6cb2f7be `_ 2021-09-10 ``ECSOperator returns last logs when ECS task fails (#17209)`` -`b8795501e `_ 2021-09-10 ``Aws secrets manager backend (#17448)`` -`6e101317a `_ 2021-09-10 ``Simplify s3 ''unify_bucket_name_and_key'' (#17325)`` -`3fe948a86 `_ 2021-09-08 ``sftp_to_s3 stream file option (#17609)`` -`867e9305f `_ 2021-09-03 ``AwsBaseHook make 'client_type' & 'resource_type' optional params for 'get_client_type' & 'get_resource_type' (#17987)`` -`bcd81f23a `_ 2021-09-03 ``Add Spark to the EMR cluster for the job flow examples (#17563)`` -`7c4d3173f `_ 2021-09-02 ``Delete unnecessary parameters in EKSPodOperator (#17960)`` -================================================================================================ =========== ========================================================================================================================= +================================================================================================= =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================= +`a680e876b6 `_ 2021-10-08 ``Prepare documentation for RC2 Amazon Provider release for September (#18830)`` +`ea8f478909 `_ 2021-10-08 ``Add AWS Fargate profile support (#18645)`` +`9344c34522 `_ 2021-10-08 ``Enable AWS Secrets Manager backend to retrieve conns using different fields (#18764)`` +`1a35644b5d `_ 2021-10-08 ``Add emr cluster link (#18691)`` +`e0af0b976c `_ 2021-10-08 ``AwsGlueJobOperator: add wait_for_completion to Glue job run (#18814)`` +`8e56ed234b `_ 2021-10-07 ``Enable FTPToS3Operator to transfer several files (#17937)`` +`28284a37b3 `_ 2021-10-07 ``Amazon Athena Example (#18785)`` +`38c6cf9c27 `_ 2021-10-07 ``AwsGlueJobOperator: add run_job_kwargs to Glue job run (#16796)`` +`72e49ad3a3 `_ 2021-10-06 ``Amazon SQS Example (#18760)`` +`767a4f5207 `_ 2021-10-05 ``ECSOperator: airflow exception on edge case when cloudwatch log stream is not found (#18733)`` +`760bf6e51c `_ 2021-10-06 ``Adds an s3 list prefixes operator (#17145)`` +`12763f125a `_ 2021-10-05 ``Add additional dependency for postgres extra for amazon provider (#18737)`` +`86bf2a29ba `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` +`12133861ec `_ 2021-10-01 ``Support all Unix wildcards in S3KeySensor (#18211)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`8a1437e55e `_ 2021-09-29 ``Refresh credentials for long-running pods on EKS (#17951)`` +`2fbd23878f `_ 2021-09-28 ``Update s3_list.py (#18561)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`e25eea052f `_ 2021-09-19 ``Inclusive Language (#18349)`` +`4cd190c9bc `_ 2021-09-18 ``ECSOperator realtime logging (#17626)`` +`27088c4533 `_ 2021-09-18 ``Add IAM Role Credentials to S3ToRedshiftTransfer and RedshiftToS3Transfer (#18156)`` +`2d4f3cb644 `_ 2021-09-15 ``Adding missing 'replace' param in docstring (#18241)`` +`81ebd78db4 `_ 2021-09-12 ``Added upsert method on S3ToRedshift operator (#18027)`` +`02397761af `_ 2021-09-12 ``Deprecate default pod name in EKSPodOperator (#18036)`` +`e6cb2f7beb `_ 2021-09-10 ``ECSOperator returns last logs when ECS task fails (#17209)`` +`b8795501ea `_ 2021-09-10 ``Aws secrets manager backend (#17448)`` +`6e101317a2 `_ 2021-09-10 ``Simplify s3 ''unify_bucket_name_and_key'' (#17325)`` +`3fe948a860 `_ 2021-09-08 ``sftp_to_s3 stream file option (#17609)`` +`867e9305f0 `_ 2021-09-03 ``AwsBaseHook make 'client_type' & 'resource_type' optional params for 'get_client_type' & 'get_resource_type' (#17987)`` +`bcd81f23af `_ 2021-09-03 ``Add Spark to the EMR cluster for the job flow examples (#17563)`` +`7c4d3173f2 `_ 2021-09-02 ``Delete unnecessary parameters in EKSPodOperator (#17960)`` +================================================================================================= =========== ========================================================================================================================= 2.2.0 ..... Latest change: 2021-08-30 -================================================================================================ =========== ========================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================= -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`653c13ec0 `_ 2021-08-30 ``Fix broken XCOM in EKSPodOperator (#17918)`` -`42e13e1a5 `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` -`890bd4310 `_ 2021-08-28 ``Add an Amazon EMR on EKS provider package (#16766)`` -`41632e03b `_ 2021-08-27 ``Fix provider.yaml errors due to exit(0) in test (#17858)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`bee48f31f `_ 2021-08-19 ``Implemented Basic EKS Integration (#16571)`` -`d26b86233 `_ 2021-08-19 ``Add optional SQL parameters in ''RedshiftToS3Operator'' (#17640)`` -`29aab6434 `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -`1632c9f51 `_ 2021-08-14 ``Add new LocalFilesystemToS3Operator under Amazon provider (#17168) (#17382)`` -`e7eeaa608 `_ 2021-08-12 ``Doc: Fix docstrings for ''MongoToS3Operator'' (#17588)`` -`987575787 `_ 2021-08-12 ``Add Mongo projections to hook and transfer (#17379)`` -`77c4325fb `_ 2021-08-10 ``Fixing ParamValidationError when executing load_file in Glue hooks/operators (#16012)`` -`d28efbfb7 `_ 2021-08-02 ``Improve AWS SQS Sensor (#16880) (#16904)`` -`71088986f `_ 2021-08-02 ``make platform version as independent parameter of ECSOperator (#17281)`` -`80fc80ace `_ 2021-08-02 ``Fixes #16972 - Slugify role session name in AWS base hook (#17210)`` -================================================================================================ =========== ========================================================================================= +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`653c13ec0c `_ 2021-08-30 ``Fix broken XCOM in EKSPodOperator (#17918)`` +`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` +`890bd4310e `_ 2021-08-28 ``Add an Amazon EMR on EKS provider package (#16766)`` +`41632e03b8 `_ 2021-08-27 ``Fix provider.yaml errors due to exit(0) in test (#17858)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`bee48f31f1 `_ 2021-08-19 ``Implemented Basic EKS Integration (#16571)`` +`d26b862330 `_ 2021-08-19 ``Add optional SQL parameters in ''RedshiftToS3Operator'' (#17640)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +`1632c9f519 `_ 2021-08-14 ``Add new LocalFilesystemToS3Operator under Amazon provider (#17168) (#17382)`` +`e7eeaa6086 `_ 2021-08-12 ``Doc: Fix docstrings for ''MongoToS3Operator'' (#17588)`` +`987575787d `_ 2021-08-12 ``Add Mongo projections to hook and transfer (#17379)`` +`77c4325fb0 `_ 2021-08-10 ``Fixing ParamValidationError when executing load_file in Glue hooks/operators (#16012)`` +`d28efbfb77 `_ 2021-08-02 ``Improve AWS SQS Sensor (#16880) (#16904)`` +`71088986f1 `_ 2021-08-02 ``make platform version as independent parameter of ECSOperator (#17281)`` +`80fc80ace6 `_ 2021-08-02 ``Fixes #16972 - Slugify role session name in AWS base hook (#17210)`` +================================================================================================= =========== ========================================================================================= 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== ================================================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================================================= -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`569659db3 `_ 2021-07-26 ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)`` -`763919d41 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` -`8b100fcb4 `_ 2021-07-21 ``ECSOperator / pass context to self.xcom_pull as it was missing (when using reattach) (#17141)`` -`f44d7bd9c `_ 2021-07-21 ``Made S3ToRedshiftOperator transaction safe (#17117)`` -`32582b5bf `_ 2021-07-21 ``Adding SalesforceToS3Operator to Amazon Provider (#17094)`` -`bb1d79cb8 `_ 2021-07-19 ``Fixed template_fields_renderers for Amazon provider (#17087)`` -`8f77a54b5 `_ 2021-07-19 ``removing try-catch block (#17081)`` -`cda78333b `_ 2021-07-18 ``Added docs & doc ref's for AWS transfer operators between SFTP & S3 (#16964)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`fc0250f1d `_ 2021-07-15 ``Allow attaching to previously launched task in ECSOperator (#16685)`` -`d3f300fba `_ 2021-07-11 ``Fix wrong template_fields_renderers for AWS operators (#16820)`` -`f0df184e4 `_ 2021-07-07 ``Update AWS Base hook to use refreshable credentials (#16770) (#16771)`` -`ffe8fab65 `_ 2021-07-03 ``Added select_query to the templated fields in RedshiftToS3Operator (#16767)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`0d80383bd `_ 2021-06-28 ``AWS Hook - allow IDP HTTP retry (#12639) (#16612)`` -`3a57d9fc6 `_ 2021-06-26 ``Bump ''sphinxcontrib-spelling'' and minor improvements (#16675)`` -`2543c74c1 `_ 2021-06-24 ``AWS DataSync cancel task on exception (#11011) (#16589)`` -`2ab2cbf93 `_ 2021-06-23 ``Update Boto3 API calls in ECSOperator (#16050)`` -================================================================================================ =========== ================================================================================================= +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`569659db38 `_ 2021-07-26 ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)`` +`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` +`8b100fcb42 `_ 2021-07-21 ``ECSOperator / pass context to self.xcom_pull as it was missing (when using reattach) (#17141)`` +`f44d7bd9cf `_ 2021-07-21 ``Made S3ToRedshiftOperator transaction safe (#17117)`` +`32582b5bf1 `_ 2021-07-21 ``Adding SalesforceToS3Operator to Amazon Provider (#17094)`` +`bb1d79cb81 `_ 2021-07-19 ``Fixed template_fields_renderers for Amazon provider (#17087)`` +`8f77a54b53 `_ 2021-07-19 ``removing try-catch block (#17081)`` +`cda78333b4 `_ 2021-07-18 ``Added docs & doc ref's for AWS transfer operators between SFTP & S3 (#16964)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`fc0250f1d5 `_ 2021-07-15 ``Allow attaching to previously launched task in ECSOperator (#16685)`` +`d3f300fba8 `_ 2021-07-11 ``Fix wrong template_fields_renderers for AWS operators (#16820)`` +`f0df184e4d `_ 2021-07-07 ``Update AWS Base hook to use refreshable credentials (#16770) (#16771)`` +`ffe8fab653 `_ 2021-07-03 ``Added select_query to the templated fields in RedshiftToS3Operator (#16767)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`0d80383bdd `_ 2021-06-28 ``AWS Hook - allow IDP HTTP retry (#12639) (#16612)`` +`3a57d9fc60 `_ 2021-06-26 ``Bump ''sphinxcontrib-spelling'' and minor improvements (#16675)`` +`2543c74c19 `_ 2021-06-24 ``AWS DataSync cancel task on exception (#11011) (#16589)`` +`2ab2cbf93d `_ 2021-06-23 ``Update Boto3 API calls in ECSOperator (#16050)`` +================================================================================================= =========== ================================================================================================= 2.0.0 ..... Latest change: 2021-06-21 -================================================================================================ =========== =============================================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================================== -`19ed074e9 `_ 2021-06-21 ``Use safe get with AWS DMS describe replication tasks (#16540)`` -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`db10c6841 `_ 2021-06-18 ``Add AWS DMS replication task operators (#15850)`` -`1c82b4d01 `_ 2021-06-17 ``Fix S3ToFTPOperator (#13796)`` -`36dc6a810 `_ 2021-06-16 ``Make job name check optional in SageMakerTrainingOperator (#16327)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9cd7930c3 `_ 2021-06-13 ``Update copy command for s3 to redshift (#16241)`` -`643f3c35a `_ 2021-06-13 ``fix: AwsGlueJobOperator change order of args for load_file (#16216)`` -`30708b5b2 `_ 2021-06-13 ``Add support of capacity provider strategy for ECSOperator (#15848)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`9fcdf3d4d `_ 2021-06-02 ``Fix S3 Select payload join (#16189)`` -`8d1663828 `_ 2021-05-29 ``remove retry for now (#16150)`` -`5fbc86f03 `_ 2021-05-27 ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)`` -`904709d34 `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`476d0f6e3 `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`821ea6fc1 `_ 2021-05-17 ``Fix spacing in ''AwsBatchWaitersHook'' docstring (#15839)`` -`146704605 `_ 2021-05-14 ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)`` -`dab10d9fa `_ 2021-05-10 ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)`` -`9c8391a13 `_ 2021-05-10 ``Fix spelling (#15699)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`9953a047c `_ 2021-05-07 ``Add Connection Documentation for the Hive Provider (#15704)`` -`0f97a3970 `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -`db557a8c4 `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` -================================================================================================ =========== =============================================================================================== +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`19ed074e9c `_ 2021-06-21 ``Use safe get with AWS DMS describe replication tasks (#16540)`` +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`db10c6841b `_ 2021-06-18 ``Add AWS DMS replication task operators (#15850)`` +`1c82b4d015 `_ 2021-06-17 ``Fix S3ToFTPOperator (#13796)`` +`36dc6a8100 `_ 2021-06-16 ``Make job name check optional in SageMakerTrainingOperator (#16327)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9cd7930c34 `_ 2021-06-13 ``Update copy command for s3 to redshift (#16241)`` +`643f3c35a6 `_ 2021-06-13 ``fix: AwsGlueJobOperator change order of args for load_file (#16216)`` +`30708b5b25 `_ 2021-06-13 ``Add support of capacity provider strategy for ECSOperator (#15848)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`9fcdf3d4de `_ 2021-06-02 ``Fix S3 Select payload join (#16189)`` +`8d16638285 `_ 2021-05-29 ``remove retry for now (#16150)`` +`5fbc86f036 `_ 2021-05-27 ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`821ea6fc18 `_ 2021-05-17 ``Fix spacing in ''AwsBatchWaitersHook'' docstring (#15839)`` +`1467046058 `_ 2021-05-14 ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)`` +`dab10d9fae `_ 2021-05-10 ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)`` +`9c8391a13f `_ 2021-05-10 ``Fix spelling (#15699)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`9953a047c4 `_ 2021-05-07 ``Add Connection Documentation for the Hive Provider (#15704)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +`db557a8c4a `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` +================================================================================================= =========== =============================================================================================== 1.4.0 ..... Latest change: 2021-05-01 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`814e471d1 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`bf2b48174 `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`4b031d39e `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`657384615 `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` -`d598630cd `_ 2021-04-26 ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)`` -`71c673e42 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -`a82de56b9 `_ 2021-04-13 ``S3Hook.load_file should accept Path object in addition to str (#15232)`` -`b4770725a `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` -`da780fc8b `_ 2021-04-12 ``Fixes doc for SQSSensor (#15323)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` +`d598630cd7 `_ 2021-04-26 ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +`a82de56b9d `_ 2021-04-13 ``S3Hook.load_file should accept Path object in addition to str (#15232)`` +`b4770725a3 `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` +`da780fc8b1 `_ 2021-04-12 ``Fixes doc for SQSSensor (#15323)`` +================================================================================================= =========== ========================================================================== 1.3.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`266384a63 `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` -`eda538f56 `_ 2021-04-02 ``AWS: Do not log info when SSM & SecretsManager secret not found (#15120)`` -`9b76b94c9 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`682266510 `_ 2021-04-01 ``Send region_name into parant class of AwsGlueJobHook (#14251)`` -`537969889 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` -`614be87b2 `_ 2021-03-26 ``Added retry to ECS Operator (#14263)`` -`a7ca1b3b0 `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`0f327788b `_ 2021-03-24 ``doc: Fix typo in 'secrets_manager.py' docstring (#14943)`` -`93982e3bb `_ 2021-03-22 ``Make script_args templated in AwsGlueJobOperator (#14925)`` -`e172bd0e1 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`a3778127e `_ 2021-03-15 ``Add FTPToS3Operator (#13707)`` -`b896aee8c `_ 2021-03-07 ``Cache Hook when initializing 'CloudFormationCreateStackSensor' (#14638)`` -`e7bb17aeb `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`697abf399 `_ 2021-03-05 ``S3DataSource is not required (#14220)`` -`8ced652ec `_ 2021-02-28 ``Implemented S3 Bucket Tagging (#14402)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` +`eda538f56c `_ 2021-04-02 ``AWS: Do not log info when SSM & SecretsManager secret not found (#15120)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`6822665102 `_ 2021-04-01 ``Send region_name into parant class of AwsGlueJobHook (#14251)`` +`5379698892 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` +`614be87b23 `_ 2021-03-26 ``Added retry to ECS Operator (#14263)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`0f327788b5 `_ 2021-03-24 ``doc: Fix typo in 'secrets_manager.py' docstring (#14943)`` +`93982e3bb6 `_ 2021-03-22 ``Make script_args templated in AwsGlueJobOperator (#14925)`` +`e172bd0e16 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`a3778127ed `_ 2021-03-15 ``Add FTPToS3Operator (#13707)`` +`b896aee8cc `_ 2021-03-07 ``Cache Hook when initializing 'CloudFormationCreateStackSensor' (#14638)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`697abf399d `_ 2021-03-05 ``S3DataSource is not required (#14220)`` +`8ced652ecf `_ 2021-02-28 ``Implemented S3 Bucket Tagging (#14402)`` +================================================================================================= =========== ============================================================================= 1.2.0 ..... Latest change: 2021-02-27 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`13854c32a `_ 2021-02-27 ``Adding support to put extra arguments for Glue Job. (#14027)`` -`0d6cae417 `_ 2021-02-24 ``Avoid using threads in S3 remote logging uplod (#14414)`` -`ca35bd7f7 `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` -`1b1472630 `_ 2021-02-11 ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`` -`9034f277e `_ 2021-02-10 ``Document configuration for email backend credentials. (#14006)`` -`8c5594b02 `_ 2021-02-08 ``includes the STS token if STS credentials are used (#11227)`` -`cddbf9c11 `_ 2021-02-06 ``Use MongoDB color for MongoToS3Operator (#14103)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`13854c32a3 `_ 2021-02-27 ``Adding support to put extra arguments for Glue Job. (#14027)`` +`0d6cae4172 `_ 2021-02-24 ``Avoid using threads in S3 remote logging uplod (#14414)`` +`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` +`1b14726307 `_ 2021-02-11 ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`` +`9034f277ef `_ 2021-02-10 ``Document configuration for email backend credentials. (#14006)`` +`8c5594b02f `_ 2021-02-08 ``includes the STS token if STS credentials are used (#11227)`` +`cddbf9c11d `_ 2021-02-06 ``Use MongoDB color for MongoToS3Operator (#14103)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ========================================================================== 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================ =========== ========================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================= -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`01049ddce `_ 2021-01-31 ``Add aws ses email backend for use with EmailOperator. (#13986)`` -`ecfdc60bb `_ 2021-01-29 ``Add bucket_name to template fileds in S3 operators (#13973)`` -`d0ab7f6d3 `_ 2021-01-25 ``Add ExasolToS3Operator (#13847)`` -`6d55f329f `_ 2021-01-25 ``AWS Glue Crawler Integration (#13072)`` -`f473ca713 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`29730d720 `_ 2021-01-20 ``Add acl_policy to S3CopyObjectOperator (#13773)`` -`c065d3218 `_ 2021-01-19 ``AllowDiskUse parameter and docs in MongotoS3Operator (#12033)`` -`ab5fe56ac `_ 2021-01-16 ``Fix bug in GCSToS3Operator (#13718)`` -`04d278f93 `_ 2021-01-13 ``Add S3ToFTPOperator (#11747)`` -`8d42d9ed6 `_ 2021-01-11 ``add xcom push for ECSOperator (#12096)`` -`308f1d066 `_ 2021-01-07 ``[AIRFLOW-3723] Add Gzip capability to mongo_to_S3 operator (#13187)`` -`f69405fb0 `_ 2021-01-07 ``Fix S3KeysUnchangedSensor so that template_fields work (#13490)`` -`4e479e1e1 `_ 2021-01-06 ``Add S3KeySizeSensor (#13049)`` -`f7a1334ab `_ 2021-01-02 ``Add 'mongo_collection' to template_fields in MongoToS3Operator (#13361)`` -`bd74eb0ca `_ 2020-12-31 ``Allow Tags on AWS Batch Job Submission (#13396)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`625576a3a `_ 2020-12-18 ``Fix spelling (#13135)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c8 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================ =========== ========================================================================================= +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`01049ddce2 `_ 2021-01-31 ``Add aws ses email backend for use with EmailOperator. (#13986)`` +`ecfdc60bb6 `_ 2021-01-29 ``Add bucket_name to template fileds in S3 operators (#13973)`` +`d0ab7f6d3a `_ 2021-01-25 ``Add ExasolToS3Operator (#13847)`` +`6d55f329f9 `_ 2021-01-25 ``AWS Glue Crawler Integration (#13072)`` +`f473ca7130 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`29730d7200 `_ 2021-01-20 ``Add acl_policy to S3CopyObjectOperator (#13773)`` +`c065d32189 `_ 2021-01-19 ``AllowDiskUse parameter and docs in MongotoS3Operator (#12033)`` +`ab5fe56ac4 `_ 2021-01-16 ``Fix bug in GCSToS3Operator (#13718)`` +`04d278f93f `_ 2021-01-13 ``Add S3ToFTPOperator (#11747)`` +`8d42d9ed69 `_ 2021-01-11 ``add xcom push for ECSOperator (#12096)`` +`308f1d0666 `_ 2021-01-07 ``[AIRFLOW-3723] Add Gzip capability to mongo_to_S3 operator (#13187)`` +`f69405fb0b `_ 2021-01-07 ``Fix S3KeysUnchangedSensor so that template_fields work (#13490)`` +`4e479e1e1b `_ 2021-01-06 ``Add S3KeySizeSensor (#13049)`` +`f7a1334abe `_ 2021-01-02 ``Add 'mongo_collection' to template_fields in MongoToS3Operator (#13361)`` +`bd74eb0ca0 `_ 2020-12-31 ``Allow Tags on AWS Batch Job Submission (#13396)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`625576a3af `_ 2020-12-18 ``Fix spelling (#13135)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ========================================================================================= 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`d5589673a `_ 2020-12-08 ``Move dummy_operator.py to dummy.py (#11178) (#11293)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aa `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`02d94349b `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` -`de3b1e687 `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` -`663259d4b `_ 2020-11-25 ``Fix AWS DataSync tests failing (#11020)`` -`3fa51f94d `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` -`ed09915a0 `_ 2020-11-23 ``[AIRFLOW-5115] Bugfix for S3KeySensor failing to accept template_fields (#12389)`` -`370e7d07d `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`c94b1241a `_ 2020-11-13 ``Add extra error handling to S3 remote logging (#9908)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`250436d96 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`fcb6b00ef `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` -`fb6bddba0 `_ 2020-11-07 ``In AWS Secrets backend, a lookup is optional (#12143)`` -`cf9437d79 `_ 2020-11-06 ``Simplify string expressions (#12123)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5e77a6154 `_ 2020-11-02 ``Docstring fix for S3DeleteBucketOperator (#12049)`` -`822285134 `_ 2020-10-29 ``Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844)`` -`db121f726 `_ 2020-10-28 ``Add truncate table (before copy) option to S3ToRedshiftOperator (#9246)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`8afdb6ac6 `_ 2020-10-26 ``Fix spellings (#11825)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`6ce855af1 `_ 2020-10-24 ``Fix spelling (#11821)`` -`3934ef224 `_ 2020-10-24 ``Remove redundant builtins imports (#11809)`` -`4c8e033c0 `_ 2020-10-24 ``Fix spelling and grammar (#11814)`` -`483068745 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`0df60b773 `_ 2020-10-23 ``Add reattach flag to ECSOperator (#10643)`` -`b9d677cdd `_ 2020-10-22 ``Add type hints to aws provider (#11531)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`674368f66 `_ 2020-10-19 ``Fixes MySQLToS3 float to int conversion (#10437)`` -`0823d46a7 `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`d38a0a781 `_ 2020-10-12 ``added type hints for aws cloud formation (#11470)`` -`d305876be `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`c3e340584 `_ 2020-10-11 ``Change prefix of AwsDynamoDB hook module (#11209)`` -`42a23d16f `_ 2020-10-11 ``Update MySQLToS3Operator's s3_bucket to template_fields (#10778)`` -`422b61a9d `_ 2020-10-09 ``Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701)`` -`dd98b2149 `_ 2020-10-06 ``Add acl_policy parameter to GCSToS3Operator (#10804) (#10829)`` -`32b3cfbcf `_ 2020-10-06 ``Strict type check for all hooks in amazon (#11250)`` -`6d573e8ab `_ 2020-10-03 ``Add s3 key to template fields for s3/redshift transfer operators (#10890)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`00ffedb8c `_ 2020-09-30 ``Add amazon glacier to GCS transfer operator (#10947)`` -`e3f96ce7a `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`b61225a88 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` -`2410f592a `_ 2020-09-19 ``Get Airflow configs with sensitive data from AWS Systems Manager (#11023)`` -`2bf7b7cac `_ 2020-09-19 ``Add typing to amazon provider EMR (#10910)`` -`9edfcb7ac `_ 2020-09-19 ``Support extra_args in S3Hook and GCSToS3Operator (#11001)`` -`4e1f3a69d `_ 2020-09-14 ``[AIRFLOW-10645] Add AWS Secrets Manager Hook (#10655)`` -`e9add7916 `_ 2020-09-14 ``Fix Failing static tests on Master (#10927)`` -`383a118d2 `_ 2020-09-14 ``Add more type annotations to AWS hooks (#10671)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`2934220dc `_ 2020-09-08 ``Always return a list from S3Hook list methods (#10774)`` -`f40ac9b15 `_ 2020-09-01 ``Add placement_strategy option (#9444)`` -`e4878e677 `_ 2020-08-31 ``fix type hints for s3 hook read_key method (#10653)`` -`2ca615cff `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` -`8969b7185 `_ 2020-08-28 ``Removed bad characters from AWS operator (#10590)`` -`8349061f9 `_ 2020-08-26 ``Improve Docstring for AWS Athena Hook/Operator (#10580)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`3734876d9 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`c6358045f `_ 2020-08-22 ``Fixes S3ToRedshift COPY query (#10436)`` -`7c206a82a `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`27d08b76a `_ 2020-08-21 ``Amazon SES Hook (#10391)`` -`dea345b05 `_ 2020-08-17 ``Fix AwsGlueJobSensor to stop running after the Glue job finished (#9022)`` -`f6734b3b8 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` -`82f744b87 `_ 2020-08-11 ``Add type annotations to AwsGlueJobHook, RedshiftHook modules (#10286)`` -`19bc97d0c `_ 2020-08-10 ``Revert "Add Amazon SES hook (#10004)" (#10276)`` -`f06fe616e `_ 2020-08-10 ``Add Amazon SES hook (#10004)`` -`0c77ea8a3 `_ 2020-08-06 ``Add type annotations to S3 hook module (#10164)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`9667314b2 `_ 2020-08-05 ``Add correct signatures for operators in amazon provider package (#10167)`` -`000287753 `_ 2020-08-03 ``Improve Typing coverage of amazon/aws/athena (#10025)`` -`53ada6e79 `_ 2020-08-03 ``Add S3KeysUnchangedSensor (#9817)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`2b8dea64e `_ 2020-08-01 ``Fix typo in Athena sensor retries (#10079)`` -`1508c43ec `_ 2020-07-29 ``Adding new SageMaker operator for ProcessingJobs (#9594)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`8b10a4b35 `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` -`33f0cd265 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`e7c87fe45 `_ 2020-07-20 ``Refactor AwsBaseHook._get_credentials (#9878)`` -`2577f9334 `_ 2020-07-16 ``Fix S3FileTransformOperator to support S3 Select transformation only (#8936)`` -`52b6efe1e `_ 2020-07-15 ``Add option to delete by prefix to S3DeleteObjectsOperator (#9350)`` -`553bb7af7 `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` -`2f31b3060 `_ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)`` -`07b81029e `_ 2020-07-08 ``Allow AWSAthenaHook to get more than 1000/first page of results (#6075)`` -`564192c16 `_ 2020-07-08 ``Add AWS StepFunctions integrations to the aws provider (#8749)`` -`ecce1ace7 `_ 2020-07-08 ``[AIRFLOW-XXXX] Remove unnecessary docstring in AWSAthenaOperator`` -`a79e2d4c4 `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` -`ee20086b8 `_ 2020-07-02 ``Move S3TaskHandler to the AWS provider package (#9602)`` -`40add26d4 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` -`c858babdd `_ 2020-06-26 ``Remove kwargs from Super calls in AWS Secrets Backends (#9523)`` -`87fdbd070 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` -`c7a454aa3 `_ 2020-06-22 ``Add AWS ECS system test (#8888)`` -`df8efd04f `_ 2020-06-21 ``Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)`` -`e13a14c87 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`992a18c84 `_ 2020-06-19 ``Move MySqlToS3Operator to transfers (#9400)`` -`a60f589aa `_ 2020-06-19 ``Add MySqlToS3Operator (#9054)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`40bf8f28f `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`58a8ec0e4 `_ 2020-06-16 ``AWSBatchOperator <> ClientHook relation changed to composition (#9306)`` -`a80cd25e8 `_ 2020-06-15 ``Close/Flush byte stream in s3 hook load_string and load_bytes (#9211)`` -`ffb857403 `_ 2020-06-14 ``Decrypt secrets from SystemsManagerParameterStoreBackend (#9214)`` -`a69b031f2 `_ 2020-06-10 ``Add S3ToRedshift example dag and system test (#8877)`` -`17adcea83 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` -`357e11e0c `_ 2020-05-29 ``Add Delete/Create S3 bucket operators (#8895)`` -`1ed171bfb `_ 2020-05-28 ``Add script_args for S3FileTransformOperator (#9019)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`1d36b0303 `_ 2020-05-23 ``Fix references in docs (#8984)`` -`f946f96da `_ 2020-05-23 ``Old json boto compat removed from dynamodb_to_s3 operator (#8987)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`f4edd90a9 `_ 2020-05-16 ``Speed up TestAwsLambdaHook by not actually running a function (#8882)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`85bbab27d `_ 2020-05-15 ``Add EMR operators howto docs (#8863)`` -`e61b9bb9b `_ 2020-05-13 ``Add AWS EMR System tests (#8618)`` -`ed3f5131a `_ 2020-05-13 ``Correctly pass sleep time from AWSAthenaOperator down to the hook. (#8845)`` -`7236862a1 `_ 2020-05-12 ``[AIRFLOW-2310] Enable AWS Glue Job Integration (#6007)`` -`d590e5e76 `_ 2020-05-11 ``Add option to propagate tags in ECSOperator (#8811)`` -`0c3db84c3 `_ 2020-05-11 ``[AIRFLOW-7068] Create EC2 Hook, Operator and Sensor (#7731)`` -`cbebed2b4 `_ 2020-05-10 ``Allow passing backend_kwargs to AWS SSM client (#8802)`` -`c7788a689 `_ 2020-05-10 ``Add imap_attachment_to_s3 example dag and system test (#8669)`` -`ff5b70149 `_ 2020-05-07 ``Add google_api_to_s3_transfer example dags and system tests (#8581)`` -`4421f011e `_ 2020-05-01 ``Improve template capabilities of EMR job and step operators (#8572)`` -`379a884d6 `_ 2020-04-28 ``fix: aws hook should work without conn id (#8534)`` -`74bc316c5 `_ 2020-04-27 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#8571)`` -`7ea66a1a9 `_ 2020-04-26 ``Add example DAG for ECSOperator (#8452)`` -`b6434dedf `_ 2020-04-24 ``[AIRFLOW-7111] Add generate_presigned_url method to S3Hook (#8441)`` -`becedd5af `_ 2020-04-19 ``Remove unrelated EC2 references in ECSOperator (#8451)`` -`ab1290cb0 `_ 2020-04-13 ``Make launch_type parameter optional (#8248)`` -`87969a350 `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`b46d6c060 `_ 2020-04-08 ``Add support for AWS Secrets Manager as Secrets Backend (#8186)`` -`68d1714f2 `_ 2020-04-04 ``[AIRFLOW-6822] AWS hooks should cache boto3 client (#7541)`` -`8a0240257 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` -`7239d9a82 `_ 2020-03-28 ``Get Airflow Variables from AWS Systems Manager Parameter Store (#7945)`` -`eb4af4f94 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` -`438da7241 `_ 2020-03-28 ``[AIRFLOW-5825] SageMakerEndpointOperator is not idempotent (#7891)`` -`686d7d50b `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` -`eef87b995 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` -`5648dfbc3 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` -`a36002412 `_ 2020-03-19 ``[AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend (#7753)`` -`2a54512d7 `_ 2020-03-17 ``[AIRFLOW-5705] Fix bugs in AWS SSM Secrets Backend (#7745)`` -`a8b5fc74d `_ 2020-03-16 ``[AIRFLOW-4175] S3Hook load_file should support ACL policy paramete (#7733)`` -`e31e9ddd2 `_ 2020-03-14 ``[AIRFLOW-5705] Add secrets backend and support for AWS SSM (#6376)`` -`3bb60afc7 `_ 2020-03-13 ``[AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML (#7619)`` -`c0c5f11ad `_ 2020-03-12 ``[AIRFLOW-6884] Make SageMakerTrainingOperator idempotent (#7598)`` -`b7cdda1c6 `_ 2020-03-10 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#7680)`` -`42eef3821 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` -`9a94ab246 `_ 2020-03-01 ``[AIRFLOW-6962] Fix compeleted to completed (#7600)`` -`1b38f6d9b `_ 2020-02-29 ``[AIRFLOW-5908] Add download_file to S3 Hook (#6577)`` -`3ea3e1a2b `_ 2020-02-26 ``[AIRFLOW-6824] EMRAddStepsOperator problem with multi-step XCom (#7443)`` -`6eaa7e3b1 `_ 2020-02-25 ``[AIRFLOW-5924] Automatically unify bucket name and key in S3Hook (#6574)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`7d0e7122d `_ 2020-02-24 ``[AIRFLOW-6830] Add Subject/MessageAttributes to SNS hook and operator (#7451)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`47a922b86 `_ 2020-02-21 ``[AIRFLOW-6854] Fix missing typing_extensions on python 3.8 (#7474)`` -`9cbd7de6d `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`58c3542ed `_ 2020-02-12 ``[AIRFLOW-5231] Fix S3Hook.delete_objects method (#7375)`` -`b7aa778b3 `_ 2020-02-10 ``[AIRFLOW-6767] Correct name for default Athena workgroup (#7394)`` -`9282185e6 `_ 2020-02-09 ``[AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook (#7386)`` -`94fccca97 `_ 2020-02-04 ``[AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347)`` -`f3ad5cf61 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` -`88e40c714 `_ 2020-02-03 ``[AIRFLOW-6716] Fix AWS Datasync Example DAG (#7339)`` -`a311d3d82 `_ 2020-02-03 ``[AIRFLOW-6718] Fix more occurrences of utils.dates.days_ago (#7341)`` -`cb766b05b `_ 2020-02-03 ``[AIRFLOW-XXXX] Fix Static Checks on CI (#7342)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`7527eddc5 `_ 2020-02-02 ``[AIRFLOW-4364] Make all code in airflow/providers/amazon pylint compatible (#7336)`` -`cf141506a `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`63aa3db88 `_ 2020-02-02 ``[AIRFLOW-6258] Add CloudFormation operators to AWS providers (#6824)`` -`af4157fde `_ 2020-02-02 ``[AIRFLOW-6672] AWS DataSync - better logging of error message (#7288)`` -`373c6aa4a `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`1988a97e8 `_ 2020-01-28 ``[AIRFLOW-6659] Move AWS Transfer operators to providers package (#7274)`` -`ab10443e9 `_ 2020-01-28 ``[AIRFLOW-6424] Added a operator to modify EMR cluster (#7213)`` -`40246132a `_ 2020-01-28 ``[AIRFLOW-6654] AWS DataSync - bugfix when creating locations (#7270)`` -`82c0e5aff `_ 2020-01-28 ``[AIRFLOW-6655] Move AWS classes to providers (#7271)`` -`599e4791c `_ 2020-01-18 ``[AIRFLOW-6541] Use EmrJobFlowSensor for other states (#7146)`` -`c319e81ca `_ 2020-01-17 ``[AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178)`` -`941a07057 `_ 2020-01-15 ``[AIRFLOW-6570] Add dag tag for all example dag (#7176)`` -`78d8fe694 `_ 2020-01-08 ``[AIRFLOW-6245] Add custom waiters for AWS batch jobs (#6811)`` -`e0b022725 `_ 2019-12-28 ``[AIRFLOW-6319] Add support for AWS Athena workgroups (#6871)`` -`57da45685 `_ 2019-12-24 ``[AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888)`` -`cf647c27e `_ 2019-12-18 ``[AIRFLOW-6038] AWS DataSync reworked (#6773)`` -`7502cad28 `_ 2019-12-17 ``[AIRFLOW-6206] Move and rename AWS batch operator [AIP-21] (#6764)`` -`c4c635df6 `_ 2019-12-17 ``[AIRFLOW-6083] Adding ability to pass custom configuration to lambda client. (#6678)`` -`4fb498f87 `_ 2019-12-09 ``[AIRFLOW-6072] aws_hook: Outbound http proxy setting and other enhancements (#6686)`` -`a1e2f8635 `_ 2019-11-20 ``[AIRFLOW-6021] Replace list literal with list constructor (#6617)`` -`baae14084 `_ 2019-11-19 ``[AIRFLOW-5781] AIP-21 Migrate AWS Kinesis to /providers/amazon/aws (#6588)`` -`504cfbac1 `_ 2019-11-18 ``[AIRFLOW-5783] AIP-21 Move aws redshift into providers structure (#6539)`` -`992f0e3ac `_ 2019-11-12 ``AIRFLOW-5824: AWS DataSync Hook and Operators added (#6512)`` -`c015eb2f6 `_ 2019-11-10 ``[AIRFLOW-5786] Migrate AWS SNS to /providers/amazon/aws (#6502)`` -`3d76fb4bf `_ 2019-11-09 ``[AIRFLOW-5782] Migrate AWS Lambda to /providers/amazon/aws [AIP-21] (#6518)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`d5589673a9 `_ 2020-12-08 ``Move dummy_operator.py to dummy.py (#11178) (#11293)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`02d94349be `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` +`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`663259d4b5 `_ 2020-11-25 ``Fix AWS DataSync tests failing (#11020)`` +`3fa51f94d7 `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` +`ed09915a02 `_ 2020-11-23 ``[AIRFLOW-5115] Bugfix for S3KeySensor failing to accept template_fields (#12389)`` +`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`c94b1241a1 `_ 2020-11-13 ``Add extra error handling to S3 remote logging (#9908)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`fcb6b00efe `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` +`fb6bddba0c `_ 2020-11-07 ``In AWS Secrets backend, a lookup is optional (#12143)`` +`cf9437d79f `_ 2020-11-06 ``Simplify string expressions (#12123)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5e77a61543 `_ 2020-11-02 ``Docstring fix for S3DeleteBucketOperator (#12049)`` +`8222851348 `_ 2020-10-29 ``Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844)`` +`db121f726b `_ 2020-10-28 ``Add truncate table (before copy) option to S3ToRedshiftOperator (#9246)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` +`3934ef2249 `_ 2020-10-24 ``Remove redundant builtins imports (#11809)`` +`4c8e033c0e `_ 2020-10-24 ``Fix spelling and grammar (#11814)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`0df60b7736 `_ 2020-10-23 ``Add reattach flag to ECSOperator (#10643)`` +`b9d677cdd6 `_ 2020-10-22 ``Add type hints to aws provider (#11531)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`674368f66c `_ 2020-10-19 ``Fixes MySQLToS3 float to int conversion (#10437)`` +`0823d46a7f `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`d38a0a781e `_ 2020-10-12 ``added type hints for aws cloud formation (#11470)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`c3e340584b `_ 2020-10-11 ``Change prefix of AwsDynamoDB hook module (#11209)`` +`42a23d16fe `_ 2020-10-11 ``Update MySQLToS3Operator's s3_bucket to template_fields (#10778)`` +`422b61a9dd `_ 2020-10-09 ``Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701)`` +`dd98b21494 `_ 2020-10-06 ``Add acl_policy parameter to GCSToS3Operator (#10804) (#10829)`` +`32b3cfbcf0 `_ 2020-10-06 ``Strict type check for all hooks in amazon (#11250)`` +`6d573e8abb `_ 2020-10-03 ``Add s3 key to template fields for s3/redshift transfer operators (#10890)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`00ffedb8c4 `_ 2020-09-30 ``Add amazon glacier to GCS transfer operator (#10947)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`b61225a885 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` +`2410f592a4 `_ 2020-09-19 ``Get Airflow configs with sensitive data from AWS Systems Manager (#11023)`` +`2bf7b7cac7 `_ 2020-09-19 ``Add typing to amazon provider EMR (#10910)`` +`9edfcb7ac4 `_ 2020-09-19 ``Support extra_args in S3Hook and GCSToS3Operator (#11001)`` +`4e1f3a69db `_ 2020-09-14 ``[AIRFLOW-10645] Add AWS Secrets Manager Hook (#10655)`` +`e9add79160 `_ 2020-09-14 ``Fix Failing static tests on Master (#10927)`` +`383a118d2d `_ 2020-09-14 ``Add more type annotations to AWS hooks (#10671)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`2934220dc9 `_ 2020-09-08 ``Always return a list from S3Hook list methods (#10774)`` +`f40ac9b151 `_ 2020-09-01 ``Add placement_strategy option (#9444)`` +`e4878e6775 `_ 2020-08-31 ``fix type hints for s3 hook read_key method (#10653)`` +`2ca615cffe `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` +`8969b7185e `_ 2020-08-28 ``Removed bad characters from AWS operator (#10590)`` +`8349061f9c `_ 2020-08-26 ``Improve Docstring for AWS Athena Hook/Operator (#10580)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`3734876d98 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`c6358045f9 `_ 2020-08-22 ``Fixes S3ToRedshift COPY query (#10436)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`27d08b76a2 `_ 2020-08-21 ``Amazon SES Hook (#10391)`` +`dea345b05c `_ 2020-08-17 ``Fix AwsGlueJobSensor to stop running after the Glue job finished (#9022)`` +`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` +`82f744b871 `_ 2020-08-11 ``Add type annotations to AwsGlueJobHook, RedshiftHook modules (#10286)`` +`19bc97d0ce `_ 2020-08-10 ``Revert "Add Amazon SES hook (#10004)" (#10276)`` +`f06fe616e6 `_ 2020-08-10 ``Add Amazon SES hook (#10004)`` +`0c77ea8a3c `_ 2020-08-06 ``Add type annotations to S3 hook module (#10164)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`9667314b2f `_ 2020-08-05 ``Add correct signatures for operators in amazon provider package (#10167)`` +`000287753b `_ 2020-08-03 ``Improve Typing coverage of amazon/aws/athena (#10025)`` +`53ada6e791 `_ 2020-08-03 ``Add S3KeysUnchangedSensor (#9817)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`2b8dea64e9 `_ 2020-08-01 ``Fix typo in Athena sensor retries (#10079)`` +`1508c43ec9 `_ 2020-07-29 ``Adding new SageMaker operator for ProcessingJobs (#9594)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`8b10a4b35e `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`e7c87fe453 `_ 2020-07-20 ``Refactor AwsBaseHook._get_credentials (#9878)`` +`2577f9334a `_ 2020-07-16 ``Fix S3FileTransformOperator to support S3 Select transformation only (#8936)`` +`52b6efe1ec `_ 2020-07-15 ``Add option to delete by prefix to S3DeleteObjectsOperator (#9350)`` +`553bb7af7c `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` +`2f31b3060e `_ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)`` +`07b81029eb `_ 2020-07-08 ``Allow AWSAthenaHook to get more than 1000/first page of results (#6075)`` +`564192c162 `_ 2020-07-08 ``Add AWS StepFunctions integrations to the aws provider (#8749)`` +`ecce1ace7a `_ 2020-07-08 ``[AIRFLOW-XXXX] Remove unnecessary docstring in AWSAthenaOperator`` +`a79e2d4c4a `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` +`ee20086b8c `_ 2020-07-02 ``Move S3TaskHandler to the AWS provider package (#9602)`` +`40add26d45 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` +`c858babddf `_ 2020-06-26 ``Remove kwargs from Super calls in AWS Secrets Backends (#9523)`` +`87fdbd0708 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` +`c7a454aa32 `_ 2020-06-22 ``Add AWS ECS system test (#8888)`` +`df8efd04f3 `_ 2020-06-21 ``Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`992a18c84a `_ 2020-06-19 ``Move MySqlToS3Operator to transfers (#9400)`` +`a60f589aa2 `_ 2020-06-19 ``Add MySqlToS3Operator (#9054)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`58a8ec0e46 `_ 2020-06-16 ``AWSBatchOperator <> ClientHook relation changed to composition (#9306)`` +`a80cd25e8e `_ 2020-06-15 ``Close/Flush byte stream in s3 hook load_string and load_bytes (#9211)`` +`ffb8574037 `_ 2020-06-14 ``Decrypt secrets from SystemsManagerParameterStoreBackend (#9214)`` +`a69b031f20 `_ 2020-06-10 ``Add S3ToRedshift example dag and system test (#8877)`` +`17adcea835 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` +`357e11e0cf `_ 2020-05-29 ``Add Delete/Create S3 bucket operators (#8895)`` +`1ed171bfb2 `_ 2020-05-28 ``Add script_args for S3FileTransformOperator (#9019)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`f946f96da4 `_ 2020-05-23 ``Old json boto compat removed from dynamodb_to_s3 operator (#8987)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`f4edd90a94 `_ 2020-05-16 ``Speed up TestAwsLambdaHook by not actually running a function (#8882)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`85bbab27db `_ 2020-05-15 ``Add EMR operators howto docs (#8863)`` +`e61b9bb9bb `_ 2020-05-13 ``Add AWS EMR System tests (#8618)`` +`ed3f5131a2 `_ 2020-05-13 ``Correctly pass sleep time from AWSAthenaOperator down to the hook. (#8845)`` +`7236862a1f `_ 2020-05-12 ``[AIRFLOW-2310] Enable AWS Glue Job Integration (#6007)`` +`d590e5e767 `_ 2020-05-11 ``Add option to propagate tags in ECSOperator (#8811)`` +`0c3db84c3c `_ 2020-05-11 ``[AIRFLOW-7068] Create EC2 Hook, Operator and Sensor (#7731)`` +`cbebed2b4d `_ 2020-05-10 ``Allow passing backend_kwargs to AWS SSM client (#8802)`` +`c7788a6894 `_ 2020-05-10 ``Add imap_attachment_to_s3 example dag and system test (#8669)`` +`ff5b70149b `_ 2020-05-07 ``Add google_api_to_s3_transfer example dags and system tests (#8581)`` +`4421f011ee `_ 2020-05-01 ``Improve template capabilities of EMR job and step operators (#8572)`` +`379a884d64 `_ 2020-04-28 ``fix: aws hook should work without conn id (#8534)`` +`74bc316c56 `_ 2020-04-27 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#8571)`` +`7ea66a1a95 `_ 2020-04-26 ``Add example DAG for ECSOperator (#8452)`` +`b6434dedf9 `_ 2020-04-24 ``[AIRFLOW-7111] Add generate_presigned_url method to S3Hook (#8441)`` +`becedd5af8 `_ 2020-04-19 ``Remove unrelated EC2 references in ECSOperator (#8451)`` +`ab1290cb0c `_ 2020-04-13 ``Make launch_type parameter optional (#8248)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`b46d6c0602 `_ 2020-04-08 ``Add support for AWS Secrets Manager as Secrets Backend (#8186)`` +`68d1714f29 `_ 2020-04-04 ``[AIRFLOW-6822] AWS hooks should cache boto3 client (#7541)`` +`8a02402576 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` +`7239d9a82d `_ 2020-03-28 ``Get Airflow Variables from AWS Systems Manager Parameter Store (#7945)`` +`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` +`438da7241e `_ 2020-03-28 ``[AIRFLOW-5825] SageMakerEndpointOperator is not idempotent (#7891)`` +`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` +`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` +`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` +`a360024123 `_ 2020-03-19 ``[AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend (#7753)`` +`2a54512d78 `_ 2020-03-17 ``[AIRFLOW-5705] Fix bugs in AWS SSM Secrets Backend (#7745)`` +`a8b5fc74d0 `_ 2020-03-16 ``[AIRFLOW-4175] S3Hook load_file should support ACL policy paramete (#7733)`` +`e31e9ddd23 `_ 2020-03-14 ``[AIRFLOW-5705] Add secrets backend and support for AWS SSM (#6376)`` +`3bb60afc7b `_ 2020-03-13 ``[AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML (#7619)`` +`c0c5f11ad1 `_ 2020-03-12 ``[AIRFLOW-6884] Make SageMakerTrainingOperator idempotent (#7598)`` +`b7cdda1c64 `_ 2020-03-10 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#7680)`` +`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` +`9a94ab246d `_ 2020-03-01 ``[AIRFLOW-6962] Fix compeleted to completed (#7600)`` +`1b38f6d9b6 `_ 2020-02-29 ``[AIRFLOW-5908] Add download_file to S3 Hook (#6577)`` +`3ea3e1a2b5 `_ 2020-02-26 ``[AIRFLOW-6824] EMRAddStepsOperator problem with multi-step XCom (#7443)`` +`6eaa7e3b18 `_ 2020-02-25 ``[AIRFLOW-5924] Automatically unify bucket name and key in S3Hook (#6574)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`7d0e7122dd `_ 2020-02-24 ``[AIRFLOW-6830] Add Subject/MessageAttributes to SNS hook and operator (#7451)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`47a922b864 `_ 2020-02-21 ``[AIRFLOW-6854] Fix missing typing_extensions on python 3.8 (#7474)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`58c3542ed2 `_ 2020-02-12 ``[AIRFLOW-5231] Fix S3Hook.delete_objects method (#7375)`` +`b7aa778b38 `_ 2020-02-10 ``[AIRFLOW-6767] Correct name for default Athena workgroup (#7394)`` +`9282185e66 `_ 2020-02-09 ``[AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook (#7386)`` +`94fccca970 `_ 2020-02-04 ``[AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347)`` +`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` +`88e40c714d `_ 2020-02-03 ``[AIRFLOW-6716] Fix AWS Datasync Example DAG (#7339)`` +`a311d3d82e `_ 2020-02-03 ``[AIRFLOW-6718] Fix more occurrences of utils.dates.days_ago (#7341)`` +`cb766b05b1 `_ 2020-02-03 ``[AIRFLOW-XXXX] Fix Static Checks on CI (#7342)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`7527eddc5e `_ 2020-02-02 ``[AIRFLOW-4364] Make all code in airflow/providers/amazon pylint compatible (#7336)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`63aa3db88f `_ 2020-02-02 ``[AIRFLOW-6258] Add CloudFormation operators to AWS providers (#6824)`` +`af4157fdef `_ 2020-02-02 ``[AIRFLOW-6672] AWS DataSync - better logging of error message (#7288)`` +`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`1988a97e8f `_ 2020-01-28 ``[AIRFLOW-6659] Move AWS Transfer operators to providers package (#7274)`` +`ab10443e96 `_ 2020-01-28 ``[AIRFLOW-6424] Added a operator to modify EMR cluster (#7213)`` +`40246132a7 `_ 2020-01-28 ``[AIRFLOW-6654] AWS DataSync - bugfix when creating locations (#7270)`` +`82c0e5aff6 `_ 2020-01-28 ``[AIRFLOW-6655] Move AWS classes to providers (#7271)`` +`599e4791c9 `_ 2020-01-18 ``[AIRFLOW-6541] Use EmrJobFlowSensor for other states (#7146)`` +`c319e81cae `_ 2020-01-17 ``[AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178)`` +`941a070578 `_ 2020-01-15 ``[AIRFLOW-6570] Add dag tag for all example dag (#7176)`` +`78d8fe6944 `_ 2020-01-08 ``[AIRFLOW-6245] Add custom waiters for AWS batch jobs (#6811)`` +`e0b0227257 `_ 2019-12-28 ``[AIRFLOW-6319] Add support for AWS Athena workgroups (#6871)`` +`57da456854 `_ 2019-12-24 ``[AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888)`` +`cf647c27e0 `_ 2019-12-18 ``[AIRFLOW-6038] AWS DataSync reworked (#6773)`` +`7502cad284 `_ 2019-12-17 ``[AIRFLOW-6206] Move and rename AWS batch operator [AIP-21] (#6764)`` +`c4c635df69 `_ 2019-12-17 ``[AIRFLOW-6083] Adding ability to pass custom configuration to lambda client. (#6678)`` +`4fb498f87e `_ 2019-12-09 ``[AIRFLOW-6072] aws_hook: Outbound http proxy setting and other enhancements (#6686)`` +`a1e2f86352 `_ 2019-11-20 ``[AIRFLOW-6021] Replace list literal with list constructor (#6617)`` +`baae140847 `_ 2019-11-19 ``[AIRFLOW-5781] AIP-21 Migrate AWS Kinesis to /providers/amazon/aws (#6588)`` +`504cfbac1a `_ 2019-11-18 ``[AIRFLOW-5783] AIP-21 Move aws redshift into providers structure (#6539)`` +`992f0e3acf `_ 2019-11-12 ``AIRFLOW-5824: AWS DataSync Hook and Operators added (#6512)`` +`c015eb2f64 `_ 2019-11-10 ``[AIRFLOW-5786] Migrate AWS SNS to /providers/amazon/aws (#6502)`` +`3d76fb4bf2 `_ 2019-11-09 ``[AIRFLOW-5782] Migrate AWS Lambda to /providers/amazon/aws [AIP-21] (#6518)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst index e45b62c272f58..0cfd543dd366c 100644 --- a/docs/apache-airflow-providers-amazon/index.rst +++ b/docs/apache-airflow-providers-amazon/index.rst @@ -60,7 +60,7 @@ Package apache-airflow-providers-amazon Amazon integration (including `Amazon Web Services (AWS) `__). -Release: 3.4.0 +Release: 4.0.0 Provider package ---------------- @@ -80,7 +80,7 @@ PIP requirements ============================ ================== PIP package Version required ============================ ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``boto3`` ``>=1.15.0`` ``jsonpath_ng`` ``>=1.5.3`` ``mypy-boto3-rds`` ``>=1.21.0`` @@ -89,7 +89,6 @@ PIP package Version required ``redshift_connector`` ``>=2.0.888`` ``sqlalchemy_redshift`` ``>=0.8.6`` ``watchtower`` ``~=2.0.1`` -``xmltodict`` ``<0.13.0`` ============================ ================== Cross provider package dependencies @@ -125,7 +124,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-amazon 3.4.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 3.4.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 4.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 4.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/amazon/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-beam/commits.rst b/docs/apache-airflow-providers-apache-beam/commits.rst index 2e9c806e4c9e3..e40f53000afa5 100644 --- a/docs/apache-airflow-providers-apache-beam/commits.rst +++ b/docs/apache-airflow-providers-apache-beam/commits.rst @@ -28,148 +28,164 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`34e0ab9b23 `_ 2022-06-05 ``AIP-47 - Migrate beam DAGs to new design #22439 (#24211)`` +`41e94b475e `_ 2022-05-31 ``Support impersonation service account parameter for Dataflow runner (#23961)`` +`4a5250774b `_ 2022-05-30 ``Added missing project_id to the wait_for_job (#24020)`` +================================================================================================= =========== ================================================================================ + 3.4.0 ..... -Latest change: 2022-04-25 +Latest change: 2022-05-12 -================================================================================================ =========== =============================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================== -`de65a5cc5 `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` -================================================================================================ =========== =============================================================== +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`de65a5cc5a `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` +================================================================================================= =========== =============================================================== 3.3.0 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`4a1503b39 `_ 2022-03-17 ``Add recipe for BeamRunGoPipelineOperator (#22296)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`4a1503b39b `_ 2022-03-17 ``Add recipe for BeamRunGoPipelineOperator (#22296)`` +================================================================================================= =========== ============================================================== 3.2.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 3.2.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`295efd36e `_ 2022-02-17 ``Dataflow Assets (#21639)`` -`da485da29 `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`a71332ebc `_ 2022-01-01 ``Fix mypy apache beam operators (#20610)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`43efde623 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`7640ba4e8 `_ 2021-11-29 ``Fix broken anchors markdown files (#19847)`` -`ae044884d `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`295efd36ea `_ 2022-02-17 ``Dataflow Assets (#21639)`` +`da485da29a `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`a71332ebc6 `_ 2022-01-01 ``Fix mypy apache beam operators (#20610)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43efde6230 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`7640ba4e8e `_ 2021-11-29 ``Fix broken anchors markdown files (#19847)`` +`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +================================================================================================= =========== ============================================================================== 3.1.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== =================================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`a418fd96f `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` -================================================================================================ =========== =================================================================================== +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`a418fd96f7 `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` +================================================================================================= =========== =================================================================================== 3.0.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== =================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================== -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== =================================================================== +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== =================================================================== 3.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`1e647029e `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` -`904709d34 `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`0f97a3970 `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +================================================================================================= =========== ============================================================================== 2.0.0 ..... Latest change: 2021-04-29 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`814e471d1 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`40a2476a5 `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`4b031d39e `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`e229f3541 `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= 1.0.1 ..... Latest change: 2021-03-08 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`b753c7fa6 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` -`4e5763060 `_ 2021-03-03 ``Remove WARNINGs from BeamHook (#14554)`` -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`8a731f536 `_ 2021-02-05 ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` +`4e57630606 `_ 2021-03-03 ``Remove WARNINGs from BeamHook (#14554)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`8a731f536c `_ 2021-02-05 ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ====================================================================================== 1.0.0 ..... Latest change: 2021-02-04 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`d45739f7c `_ 2021-02-04 ``Fixes to release process after releasing 2nd wave of providers (#14059)`` -`1872d8719 `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`d45739f7ce `_ 2021-02-04 ``Fixes to release process after releasing 2nd wave of providers (#14059)`` +`1872d8719d `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` +================================================================================================= =========== =========================================================================== diff --git a/docs/apache-airflow-providers-apache-beam/index.rst b/docs/apache-airflow-providers-apache-beam/index.rst index 740e7c89092a0..6702a932c1c2f 100644 --- a/docs/apache-airflow-providers-apache-beam/index.rst +++ b/docs/apache-airflow-providers-apache-beam/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-apache-beam `Apache Beam `__. -Release: 3.4.0 +Release: 4.0.0 Provider package ---------------- @@ -72,8 +72,8 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` -``apache-beam`` ``>=2.33.0`` +``apache-airflow`` ``>=2.2.0`` +``apache-beam`` ``>=2.39.0`` ================== ================== Cross provider package dependencies @@ -101,7 +101,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-beam 3.4.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-beam 3.4.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-beam 4.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-beam 4.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/beam/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-cassandra/commits.rst b/docs/apache-airflow-providers-apache-cassandra/commits.rst index 065e9577f68c0..85cfaa1af0a35 100644 --- a/docs/apache-airflow-providers-apache-cassandra/commits.rst +++ b/docs/apache-airflow-providers-apache-cassandra/commits.rst @@ -28,6 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`eee6bc9691 `_ 2022-06-05 ``AIP-47 - Migrate cassandra DAGs to new design #22439 (#24209)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-apache-cassandra/index.rst b/docs/apache-airflow-providers-apache-cassandra/index.rst index b23fd6351bd5d..2d3fc2a69f834 100644 --- a/docs/apache-airflow-providers-apache-cassandra/index.rst +++ b/docs/apache-airflow-providers-apache-cassandra/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-apache-cassandra `Apache Cassandra `__. -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ==================== ================== PIP package Version required ==================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``cassandra-driver`` ``>=3.13.0`` ==================== ================== diff --git a/docs/apache-airflow-providers-apache-drill/commits.rst b/docs/apache-airflow-providers-apache-drill/commits.rst index 74633775f65d0..92b8fb647387b 100644 --- a/docs/apache-airflow-providers-apache-drill/commits.rst +++ b/docs/apache-airflow-providers-apache-drill/commits.rst @@ -28,6 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`a27206915b `_ 2022-06-05 ``AIP-47 - Migrate drill DAGs to new design #22439 (#24206)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +================================================================================================= =========== =========================================================================== + +1.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 1.0.3 ..... diff --git a/docs/apache-airflow-providers-apache-drill/index.rst b/docs/apache-airflow-providers-apache-drill/index.rst index bc5456ca83979..f9b671e8b2cc0 100644 --- a/docs/apache-airflow-providers-apache-drill/index.rst +++ b/docs/apache-airflow-providers-apache-drill/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-apache-drill `Apache Drill `__. -Release: 1.0.4 +Release: 2.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ==================== ================== PIP package Version required ==================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``sqlalchemy-drill`` ``>=1.1.0`` ``sqlparse`` ``>=0.4.1`` ==================== ================== diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst index f57b6580afc93..9ddbdb92b80f5 100644 --- a/docs/apache-airflow-providers-apache-druid/commits.rst +++ b/docs/apache-airflow-providers-apache-druid/commits.rst @@ -28,6 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`ddc26c4f3e `_ 2022-06-05 ``AIP-47 - Migrate druid DAGs to new design #22439 (#24207)`` +================================================================================================= =========== =========================================================================== + +2.3.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.3.2 ..... diff --git a/docs/apache-airflow-providers-apache-druid/index.rst b/docs/apache-airflow-providers-apache-druid/index.rst index bc2c77ef6289c..c0f1cc4454871 100644 --- a/docs/apache-airflow-providers-apache-druid/index.rst +++ b/docs/apache-airflow-providers-apache-druid/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-apache-druid `Apache Druid `__. -Release: 2.3.3 +Release: 3.0.0 Provider package ---------------- @@ -72,7 +72,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pydruid`` ``>=0.4.1`` ================== ================== @@ -101,7 +101,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-druid 2.3.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-druid 2.3.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-druid 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-druid 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/druid/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-hdfs/commits.rst b/docs/apache-airflow-providers-apache-hdfs/commits.rst index 7a114d562e43a..71d7dc3f94f39 100644 --- a/docs/apache-airflow-providers-apache-hdfs/commits.rst +++ b/docs/apache-airflow-providers-apache-hdfs/commits.rst @@ -29,6 +29,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-apache-hdfs/index.rst b/docs/apache-airflow-providers-apache-hdfs/index.rst index bc9d0af753d2a..8e3b43cd086a1 100644 --- a/docs/apache-airflow-providers-apache-hdfs/index.rst +++ b/docs/apache-airflow-providers-apache-hdfs/index.rst @@ -54,7 +54,7 @@ Package apache-airflow-providers-apache-hdfs and `WebHDFS `__. -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -74,7 +74,7 @@ PIP requirements ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``hdfs[avro,dataframe,kerberos]`` ``>=2.0.4`` ``snakebite-py3`` ================================= ================== diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst index 236845142927b..13ab308862496 100644 --- a/docs/apache-airflow-providers-apache-hive/commits.rst +++ b/docs/apache-airflow-providers-apache-hive/commits.rst @@ -28,287 +28,302 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`100ea9d1fc `_ 2022-06-05 ``AIP-47 - Migrate hive DAGs to new design #22439 (#24204)`` +`71e4deb1b0 `_ 2022-05-16 ``Add typing for airflow/configuration.py (#23716)`` +================================================================================================= =========== =========================================================================== + 2.3.3 ..... -Latest change: 2022-05-04 +Latest change: 2022-05-12 -================================================================================================ =========== ====================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================== -`2d109401b `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`0c9c1cf94 `_ 2022-04-28 ``Fix HiveToMySqlOperator's wrong docstring (#23316)`` -================================================================================================ =========== ====================================================== +================================================================================================= =========== ====================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`0c9c1cf94a `_ 2022-04-28 ``Fix HiveToMySqlOperator's wrong docstring (#23316)`` +================================================================================================= =========== ====================================================== 2.3.2 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.3.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.3.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`563ecfa05 `_ 2022-03-01 ``Add Python 3.9 support to Hive (#21893)`` -`f6e0ed0dc `_ 2022-02-15 ``Add how-to guide for hive operator (#21590)`` -`041babb06 `_ 2022-02-15 ``Fix mypy issues in 'example_twitter_dag' (#21571)`` -`2d6282d6b `_ 2022-02-15 ``Remove unnecessary/stale comments (#21572)`` -`06010fa12 `_ 2022-02-11 ``Fix key typo in 'template_fields_renderers' for 'HiveOperator' (#21525)`` -`d92750789 `_ 2022-02-11 ``Set larger limit get_partitions_by_filter in HiveMetastoreHook (#21504)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`563ecfa053 `_ 2022-03-01 ``Add Python 3.9 support to Hive (#21893)`` +`f6e0ed0dcc `_ 2022-02-15 ``Add how-to guide for hive operator (#21590)`` +`041babb060 `_ 2022-02-15 ``Fix mypy issues in 'example_twitter_dag' (#21571)`` +`2d6282d6b7 `_ 2022-02-15 ``Remove unnecessary/stale comments (#21572)`` +`06010fa12a `_ 2022-02-11 ``Fix key typo in 'template_fields_renderers' for 'HiveOperator' (#21525)`` +`d927507899 `_ 2022-02-11 ``Set larger limit get_partitions_by_filter in HiveMetastoreHook (#21504)`` +================================================================================================= =========== =========================================================================== 2.2.0 ..... Latest change: 2022-02-08 -================================================================================================ =========== ================================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================================= -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`8f81b9a01 `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f98 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`5569b868a `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`485ff6cc6 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` -`f760823b4 `_ 2021-12-11 ``Add some type hints for Hive providers (#20210)`` -================================================================================================ =========== ================================================================================= +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`8f81b9a01c `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`5569b868a9 `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`f760823b4a `_ 2021-12-11 ``Add some type hints for Hive providers (#20210)`` +================================================================================================= =========== ================================================================================= 2.1.0 ..... Latest change: 2021-11-30 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`16b3ab586 `_ 2021-11-29 ``Improve various docstrings in Apache Hive providers (#19866)`` -`ac752e777 `_ 2021-11-24 ``hive provider: restore HA support for metastore (#19777)`` -`f50f67751 `_ 2021-11-08 ``Fix typos in Hive transfer operator docstrings (#19474)`` -`ae044884d `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`16b3ab5860 `_ 2021-11-29 ``Improve various docstrings in Apache Hive providers (#19866)`` +`ac752e777b `_ 2021-11-24 ``hive provider: restore HA support for metastore (#19777)`` +`f50f677514 `_ 2021-11-08 ``Fix typos in Hive transfer operator docstrings (#19474)`` +`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +================================================================================================= =========== ============================================================================== 2.0.3 ..... Latest change: 2021-10-29 -================================================================================================ =========== ========================================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`86a2a19ad `_ 2021-10-17 ``More f-strings (#18855)`` -`80b5e65a6 `_ 2021-10-17 ``Remove unnecessary string concatenations in AirflowException in s3_to_hive.py (#19026)`` -`232f7d158 `_ 2021-10-10 ``fix get_connections deprecation warn in hivemetastore hook (#18854)`` -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`a458fcc57 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -================================================================================================ =========== ========================================================================================== +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`80b5e65a6a `_ 2021-10-17 ``Remove unnecessary string concatenations in AirflowException in s3_to_hive.py (#19026)`` +`232f7d1587 `_ 2021-10-10 ``fix get_connections deprecation warn in hivemetastore hook (#18854)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +================================================================================================= =========== ========================================================================================== 2.0.2 ..... Latest change: 2021-08-30 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`da99c3fa6 `_ 2021-08-30 ``HiveHook fix get_pandas_df() failure when it tries to read an empty table (#17777)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`da99c3fa6c `_ 2021-08-30 ``HiveHook fix get_pandas_df() failure when it tries to read an empty table (#17777)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +================================================================================================= =========== ====================================================================================== 2.0.1 ..... Latest change: 2021-07-26 -================================================================================================ =========== =================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================== -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`91f4d80ff `_ 2021-07-23 ``Updating Apache example DAGs to use XComArgs (#16869)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`ce44b6289 `_ 2021-06-25 ``Add Python 3.9 support (#15515)`` -================================================================================================ =========== =================================================================== +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`91f4d80ff0 `_ 2021-07-23 ``Updating Apache example DAGs to use XComArgs (#16869)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`ce44b62890 `_ 2021-06-25 ``Add Python 3.9 support (#15515)`` +================================================================================================= =========== =================================================================== 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`476d0f6e3 `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`736a62f82 `_ 2021-05-08 ``Remove duplicate key from Python dictionary (#15735)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`9953a047c `_ 2021-05-07 ``Add Connection Documentation for the Hive Provider (#15704)`` -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`4b031d39e `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`e229f3541 `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`736a62f824 `_ 2021-05-08 ``Remove duplicate key from Python dictionary (#15735)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`9953a047c4 `_ 2021-05-07 ``Add Connection Documentation for the Hive Provider (#15704)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` +================================================================================================= =========== ================================================================= 1.0.3 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`53dafa593 `_ 2021-04-04 ``Fix mistake and typos in doc/docstrings (#15180)`` -`85e0e7607 `_ 2021-03-29 ``Pin flynt to fix failing PRs (#15076)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6dc24c95e `_ 2021-03-07 ``Fix grammar and remove duplicate words (#14647)`` -`b0d6069d2 `_ 2021-03-05 ``Fix broken static check on Master (#14633)`` -`d9e4454c6 `_ 2021-03-01 ``Resolve issue related to HiveCliHook kill (#14542)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`53dafa593f `_ 2021-04-04 ``Fix mistake and typos in doc/docstrings (#15180)`` +`85e0e76074 `_ 2021-03-29 ``Pin flynt to fix failing PRs (#15076)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6dc24c95e3 `_ 2021-03-07 ``Fix grammar and remove duplicate words (#14647)`` +`b0d6069d25 `_ 2021-03-05 ``Fix broken static check on Master (#14633)`` +`d9e4454c66 `_ 2021-03-01 ``Resolve issue related to HiveCliHook kill (#14542)`` +================================================================================================= =========== ============================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ======================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`5f81fc73c `_ 2021-01-03 ``Fix: Remove password if in LDAP or CUSTOM mode HiveServer2Hook (#11767)`` -`4f494d4d9 `_ 2021-01-03 ``Fix few typos (#13450)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c8 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`5f81fc73c8 `_ 2021-01-03 ``Fix: Remove password if in LDAP or CUSTOM mode HiveServer2Hook (#11767)`` +`4f494d4d92 `_ 2021-01-03 ``Fix few typos (#13450)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== =========================================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`a075b6df9 `_ 2020-12-09 ``Rename remaining Sensors to match AIP-21 (#12927)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`250436d96 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` -`502ba309e `_ 2020-11-10 ``Enable Markdownlint rule - MD022/blanks-around-headings (#12225)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`e3f96ce7a `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`ac943c9e1 `_ 2020-09-08 ``[AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d76026545 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`27339a5a0 `_ 2020-08-22 ``Remove mentions of Airflow Gitter (#10460)`` -`7c206a82a `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`8f8db8959 `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` -`b43f90abf `_ 2020-08-09 ``Fix various typos in the repo (#10263)`` -`3b3287d7a `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`33f0cd265 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`c2db0dfeb `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` -`5013fda8f `_ 2020-07-20 ``Add drop_partition functionality for HiveMetastoreHook (#9472)`` -`4d74ac211 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` -`44d4ae809 `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`e13a14c87 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`c78e2a5fe `_ 2020-06-16 ``Make hive macros py3 compatible (#8598)`` -`6350fd6eb `_ 2020-06-08 ``Don't use the term "whitelist" - language matters (#9174)`` -`10796cb7c `_ 2020-06-03 ``Remove Hive/Hadoop/Java dependency from unit tests (#9029)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`cdb3f2545 `_ 2020-05-26 ``All classes in backport providers are now importable in Airflow 1.10 (#8991)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`93ea05880 `_ 2020-04-21 ``[AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380)`` -`87969a350 `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`cb0bf4a14 `_ 2020-03-30 ``Remove sql like function in base_hook (#7901)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`7e6372a68 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`f3ad5cf61 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`057f3ae3a `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`059eda05f `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -`0481b9a95 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`a075b6df99 `_ 2020-12-09 ``Rename remaining Sensors to match AIP-21 (#12927)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` +`502ba309ea `_ 2020-11-10 ``Enable Markdownlint rule - MD022/blanks-around-headings (#12225)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`ac943c9e18 `_ 2020-09-08 ``[AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d760265452 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`27339a5a0f `_ 2020-08-22 ``Remove mentions of Airflow Gitter (#10460)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`8f8db8959e `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` +`b43f90abf4 `_ 2020-08-09 ``Fix various typos in the repo (#10263)`` +`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` +`5013fda8f0 `_ 2020-07-20 ``Add drop_partition functionality for HiveMetastoreHook (#9472)`` +`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`c78e2a5fea `_ 2020-06-16 ``Make hive macros py3 compatible (#8598)`` +`6350fd6ebb `_ 2020-06-08 ``Don't use the term "whitelist" - language matters (#9174)`` +`10796cb7ce `_ 2020-06-03 ``Remove Hive/Hadoop/Java dependency from unit tests (#9029)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`cdb3f25456 `_ 2020-05-26 ``All classes in backport providers are now importable in Airflow 1.10 (#8991)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`93ea058802 `_ 2020-04-21 ``[AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`cb0bf4a142 `_ 2020-03-30 ``Remove sql like function in base_hook (#7901)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst index be62eca2136bb..f972fe1bb8166 100644 --- a/docs/apache-airflow-providers-apache-hive/index.rst +++ b/docs/apache-airflow-providers-apache-hive/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-apache-hive `Apache Hive `__ -Release: 2.3.3 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ================================== PIP package Version required ================== ================================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``hmsclient`` ``>=0.1.0`` ``pandas`` ``>=0.17.1`` ``pyhive[hive]`` ``>=0.6.0`` @@ -117,7 +117,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-hive 2.3.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-hive 2.3.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hive 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hive 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-kylin/commits.rst b/docs/apache-airflow-providers-apache-kylin/commits.rst index e07b4b4149e2d..f5b772ad45c1a 100644 --- a/docs/apache-airflow-providers-apache-kylin/commits.rst +++ b/docs/apache-airflow-providers-apache-kylin/commits.rst @@ -28,6 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`4b2d522503 `_ 2022-06-05 ``AIP-47 - Migrate kylin DAGs to new design #22439 (#24205)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-apache-kylin/index.rst b/docs/apache-airflow-providers-apache-kylin/index.rst index e5b0d53bd5050..2731f1ab2df66 100644 --- a/docs/apache-airflow-providers-apache-kylin/index.rst +++ b/docs/apache-airflow-providers-apache-kylin/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-apache-kylin `Apache Kylin `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -72,7 +72,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``kylinpy`` ``>=2.6`` ================== ================== diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst b/docs/apache-airflow-providers-apache-livy/commits.rst index ab91350d258e3..834d9e030807c 100644 --- a/docs/apache-airflow-providers-apache-livy/commits.rst +++ b/docs/apache-airflow-providers-apache-livy/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`5503603cde `_ 2022-06-05 ``AIP-47 - Migrate livy DAGs to new design #22439 (#24208)`` +================================================================================================= =========== =========================================================================== + 2.2.3 ..... -Latest change: 2022-03-30 +Latest change: 2022-04-07 ================================================================================================= =========== ========================================================================================== Commit Committed Subject ================================================================================================= =========== ========================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `97cf76904a `_ 2022-03-30 ``Fix: Add extra headers to all livy API requests instead of only to post_batch (#22510)`` ================================================================================================= =========== ========================================================================================== diff --git a/docs/apache-airflow-providers-apache-livy/index.rst b/docs/apache-airflow-providers-apache-livy/index.rst index 8ac4ff3dac16f..c037dbeba58db 100644 --- a/docs/apache-airflow-providers-apache-livy/index.rst +++ b/docs/apache-airflow-providers-apache-livy/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-apache-livy `Apache Livy `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``apache-airflow-providers-http`` ================================= ================== @@ -106,7 +106,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-livy 2.2.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-livy 2.2.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/livy/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-pig/commits.rst b/docs/apache-airflow-providers-apache-pig/commits.rst index 2aac1869122fb..aa982f4a3c6e4 100644 --- a/docs/apache-airflow-providers-apache-pig/commits.rst +++ b/docs/apache-airflow-providers-apache-pig/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`0046f125ff `_ 2022-06-05 ``AIP-47 - Migrate apache pig DAGs to new design #22439 (#24212)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-apache-pig/index.rst b/docs/apache-airflow-providers-apache-pig/index.rst index e0caa0cd6f4ae..d4f64814f33be 100644 --- a/docs/apache-airflow-providers-apache-pig/index.rst +++ b/docs/apache-airflow-providers-apache-pig/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-apache-pig `Apache Pig `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-apache-pinot/commits.rst b/docs/apache-airflow-providers-apache-pinot/commits.rst index 3f2cce43e6869..820d55c5576e4 100644 --- a/docs/apache-airflow-providers-apache-pinot/commits.rst +++ b/docs/apache-airflow-providers-apache-pinot/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-apache-pinot/index.rst b/docs/apache-airflow-providers-apache-pinot/index.rst index dcd996913841b..e4d4d94f3c1da 100644 --- a/docs/apache-airflow-providers-apache-pinot/index.rst +++ b/docs/apache-airflow-providers-apache-pinot/index.rst @@ -45,7 +45,7 @@ Package apache-airflow-providers-apache-pinot `Apache Pinot `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -65,7 +65,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pinotdb`` ``>0.1.2`` ================== ================== diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst b/docs/apache-airflow-providers-apache-spark/commits.rst index b1092409516e8..e20cff67e909c 100644 --- a/docs/apache-airflow-providers-apache-spark/commits.rst +++ b/docs/apache-airflow-providers-apache-spark/commits.rst @@ -28,6 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`9dc2851671 `_ 2022-06-05 ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`a2bfc0e62d `_ 2022-06-05 ``AIP-47 - Migrate spark DAGs to new design #22439 (#24210)`` +`71e4deb1b0 `_ 2022-05-16 ``Add typing for airflow/configuration.py (#23716)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-apache-spark/index.rst b/docs/apache-airflow-providers-apache-spark/index.rst index 25c1b694d32d3..ceec56fb7e825 100644 --- a/docs/apache-airflow-providers-apache-spark/index.rst +++ b/docs/apache-airflow-providers-apache-spark/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-apache-spark `Apache Spark `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pyspark`` ================== ================== diff --git a/docs/apache-airflow-providers-apache-sqoop/commits.rst b/docs/apache-airflow-providers-apache-sqoop/commits.rst index b18f6c0579879..39127457c9d94 100644 --- a/docs/apache-airflow-providers-apache-sqoop/commits.rst +++ b/docs/apache-airflow-providers-apache-sqoop/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-apache-sqoop/index.rst b/docs/apache-airflow-providers-apache-sqoop/index.rst index f014c192589c0..55520e97d7400 100644 --- a/docs/apache-airflow-providers-apache-sqoop/index.rst +++ b/docs/apache-airflow-providers-apache-sqoop/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-apache-sqoop `Apache Sqoop `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-arangodb/commits.rst b/docs/apache-airflow-providers-arangodb/commits.rst index cea5c7cfdf873..fab7a4f35dcb1 100644 --- a/docs/apache-airflow-providers-arangodb/commits.rst +++ b/docs/apache-airflow-providers-arangodb/commits.rst @@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +================================================================================================= =========== =========================================================================== + 1.0.0 ..... diff --git a/docs/apache-airflow-providers-arangodb/index.rst b/docs/apache-airflow-providers-arangodb/index.rst index fca5654f0f93a..aa9ddba6c77b6 100644 --- a/docs/apache-airflow-providers-arangodb/index.rst +++ b/docs/apache-airflow-providers-arangodb/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-arangodb `ArangoDB `__ -Release: 1.0.0 +Release: 2.0.0 Provider package ---------------- @@ -81,10 +81,11 @@ You can install this package on top of an existing Airflow 2.1+ installation via PIP requirements ---------------- -================= ================== -PIP package Version required -================= ================== -``python-arango`` ``>=7.3.2`` -================= ================== +================== ================== +PIP package Version required +================== ================== +``apache-airflow`` ``>=2.2.0`` +``python-arango`` ``>=7.3.2`` +================== ================== .. include:: ../../airflow/providers/arangodb/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-asana/commits.rst b/docs/apache-airflow-providers-asana/commits.rst index a4a0592a3f09d..49e66389ef104 100644 --- a/docs/apache-airflow-providers-asana/commits.rst +++ b/docs/apache-airflow-providers-asana/commits.rst @@ -28,6 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`45fcfd31b7 `_ 2022-06-03 ``Migrate Asana example DAGs to new design #22440 (#24131)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== + +1.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 1.1.2 ..... diff --git a/docs/apache-airflow-providers-asana/index.rst b/docs/apache-airflow-providers-asana/index.rst index 1b55f17ffa343..603d674345604 100644 --- a/docs/apache-airflow-providers-asana/index.rst +++ b/docs/apache-airflow-providers-asana/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-asana `Asana `__ -Release: 1.1.3 +Release: 2.0.0 Provider package ---------------- @@ -84,7 +84,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``asana`` ``>=0.10`` ================== ================== diff --git a/docs/apache-airflow-providers-celery/commits.rst b/docs/apache-airflow-providers-celery/commits.rst index cda51f1eb7d80..67e2f71a3885f 100644 --- a/docs/apache-airflow-providers-celery/commits.rst +++ b/docs/apache-airflow-providers-celery/commits.rst @@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + 2.1.4 ..... -Latest change: 2022-03-29 +Latest change: 2022-04-07 ================================================================================================= =========== ================================================================ Commit Committed Subject ================================================================================================= =========== ================================================================ +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `6db30f3207 `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)`` ================================================================================================= =========== ================================================================ diff --git a/docs/apache-airflow-providers-celery/index.rst b/docs/apache-airflow-providers-celery/index.rst index d19940d857599..6cae041365000 100644 --- a/docs/apache-airflow-providers-celery/index.rst +++ b/docs/apache-airflow-providers-celery/index.rst @@ -46,7 +46,7 @@ Package apache-airflow-providers-celery `Celery `__ -Release: 2.1.4 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-cloudant/commits.rst b/docs/apache-airflow-providers-cloudant/commits.rst index e5a9b228dff20..32f50e5cc7763 100644 --- a/docs/apache-airflow-providers-cloudant/commits.rst +++ b/docs/apache-airflow-providers-cloudant/commits.rst @@ -28,6 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-cloudant/index.rst b/docs/apache-airflow-providers-cloudant/index.rst index 5773f52311f3f..3d76ffec35767 100644 --- a/docs/apache-airflow-providers-cloudant/index.rst +++ b/docs/apache-airflow-providers-cloudant/index.rst @@ -46,7 +46,7 @@ Package apache-airflow-providers-cloudant `IBM Cloudant `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -66,7 +66,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``cloudant`` ``>=2.0`` ================== ================== diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst index 04d28d38f6a49..bfb262b37d2b5 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst @@ -28,426 +28,446 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)`` +`42abbf0d61 `_ 2022-06-06 ``Fix await_container_completion condition (#23883)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`7ad4e67c1a `_ 2022-06-03 ``Migrate Cncf.Kubernetes example DAGs to new design #22441 (#24132)`` +`60eb9e106f `_ 2022-05-31 ``Use KubernetesHook to create api client in KubernetesPodOperator (#20578)`` +`e240132934 `_ 2022-05-27 ``[FEATURE] KPO use K8S hook (#22086)`` +`6bbe015905 `_ 2022-05-26 ``Use "remote" pod when patching KPO pod as "checked" (#23676)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +`064c41afda `_ 2022-05-20 ``Don't use the root logger in KPO _suppress function (#23835)`` +================================================================================================= =========== ================================================================================ + 4.0.2 ..... Latest change: 2022-05-12 -================================================================================================ =========== =========================================================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================================================== -`2eeb120bf `_ 2022-05-12 ``Revert "Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)" (#23656)`` -`ee342b85b `_ 2022-05-11 ``Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)`` -`863b25764 `_ 2022-05-10 ``Fix: Exception when parsing log #20966 (#23301)`` -`faae9faae `_ 2022-05-10 ``Fixed Kubernetes Operator large xcom content Defect (#23490)`` -`dbdcd0fd1 `_ 2022-04-30 ``Clarify 'reattach_on_restart' behavior (#23377)`` -`a914ec22c `_ 2022-04-30 ``Add YANKED to yanked releases of the cncf.kubernetes (#23378)`` -================================================================================================ =========== =========================================================================================================== +================================================================================================= =========== =========================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2eeb120bf4 `_ 2022-05-12 ``Revert "Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)" (#23656)`` +`ee342b85b9 `_ 2022-05-11 ``Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)`` +`863b257642 `_ 2022-05-10 ``Fix: Exception when parsing log #20966 (#23301)`` +`faae9faae3 `_ 2022-05-10 ``Fixed Kubernetes Operator large xcom content Defect (#23490)`` +`dbdcd0fd1d `_ 2022-04-30 ``Clarify 'reattach_on_restart' behavior (#23377)`` +`a914ec22c1 `_ 2022-04-30 ``Add YANKED to yanked releases of the cncf.kubernetes (#23378)`` +================================================================================================= =========== =========================================================================================================== 4.0.1 ..... Latest change: 2022-04-30 -================================================================================================ =========== ==================================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================================== -`11bbe471c `_ 2022-04-30 ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)`` -`8e3abe418 `_ 2022-04-29 ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`c7399c719 `_ 2022-04-21 ``KubernetesHook should try incluster first when not otherwise configured (#23126)`` -`70eede5dd `_ 2022-04-20 ``Fix KPO to have hyphen instead of period (#22982)`` -`c3d883a97 `_ 2022-04-19 ``KubernetesPodOperator should patch "already checked" always (#22734)`` -`d81703c57 `_ 2022-04-14 ``Add k8s container's error message in airflow exception (#22871)`` -`3c5bc7357 `_ 2022-04-12 ``Delete old Spark Application in SparkKubernetesOperator (#21092)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -`04082ac09 `_ 2022-04-09 ``Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)`` -================================================================================================ =========== ==================================================================================== +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`11bbe471cd `_ 2022-04-30 ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)`` +`8e3abe4180 `_ 2022-04-29 ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`c7399c7190 `_ 2022-04-21 ``KubernetesHook should try incluster first when not otherwise configured (#23126)`` +`70eede5dd6 `_ 2022-04-20 ``Fix KPO to have hyphen instead of period (#22982)`` +`c3d883a971 `_ 2022-04-19 ``KubernetesPodOperator should patch "already checked" always (#22734)`` +`d81703c577 `_ 2022-04-14 ``Add k8s container's error message in airflow exception (#22871)`` +`3c5bc73579 `_ 2022-04-12 ``Delete old Spark Application in SparkKubernetesOperator (#21092)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +`04082ac091 `_ 2022-04-09 ``Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)`` +================================================================================================= =========== ==================================================================================== 4.0.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`67e2723b7 `_ 2022-03-29 ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)`` -`6db30f320 `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)`` -`0d64d66ce `_ 2022-03-28 ``Stop crashing when empty logs are received from kubernetes client (#22566)`` -`0a99be741 `_ 2022-03-22 ``Optionally not follow logs in KPO pod_manager (#22412)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`67e2723b73 `_ 2022-03-29 ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)`` +`6db30f3207 `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)`` +`0d64d66cea `_ 2022-03-28 ``Stop crashing when empty logs are received from kubernetes client (#22566)`` +`0a99be7411 `_ 2022-03-22 ``Optionally not follow logs in KPO pod_manager (#22412)`` +================================================================================================= =========== ============================================================================== 3.1.2 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`0f977daa3 `_ 2022-03-22 ``Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)`` -`7bd165fbe `_ 2022-03-16 ``Remove RefreshConfiguration workaround for K8s token refreshing (#20759)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`0f977daa3c `_ 2022-03-22 ``Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)`` +`7bd165fbe2 `_ 2022-03-16 ``Remove RefreshConfiguration workaround for K8s token refreshing (#20759)`` +================================================================================================= =========== ============================================================================== 3.1.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 3.1.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ======================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`8d8d07228 `_ 2022-03-03 ``Change KubePodOperator labels from exeuction_date to run_id (#21960)`` -`6c37e47cf `_ 2022-03-02 ``Add map_index label to mapped KubernetesPodOperator (#21916)`` -`351fa5343 `_ 2022-03-01 ``Fix Kubernetes example with wrong operator casing (#21898)`` -`a159ae828 `_ 2022-02-25 ``Remove types from KPO docstring (#21826)`` -`0a3ff43d4 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================ =========== ======================================================================== +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`8d8d072289 `_ 2022-03-03 ``Change KubePodOperator labels from exeuction_date to run_id (#21960)`` +`6c37e47cf6 `_ 2022-03-02 ``Add map_index label to mapped KubernetesPodOperator (#21916)`` +`351fa53432 `_ 2022-03-01 ``Fix Kubernetes example with wrong operator casing (#21898)`` +`a159ae828f `_ 2022-02-25 ``Remove types from KPO docstring (#21826)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== ======================================================================== 3.0.2 ..... Latest change: 2022-02-08 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`4a73d8f3d `_ 2022-02-01 ``Add missed deprecations for cncf (#20031)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`428bd5f22 `_ 2022-01-10 ``Make ''delete_pod'' change more prominent in K8s changelog (#20753)`` -`5569b868a `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`4a73d8f3d1 `_ 2022-02-01 ``Add missed deprecations for cncf (#20031)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`428bd5f228 `_ 2022-01-10 ``Make ''delete_pod'' change more prominent in K8s changelog (#20753)`` +`5569b868a9 `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` +================================================================================================= =========== ========================================================================== 3.0.1 ..... Latest change: 2022-01-08 -================================================================================================ =========== =================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================== -`da9210e89 `_ 2022-01-08 ``Add documentation for an ad-hoc release of 2 providers (#20765)`` -`7222f68d3 `_ 2022-01-04 ``Update Kubernetes library version (#18797)`` -================================================================================================ =========== =================================================================== +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`da9210e89c `_ 2022-01-08 ``Add documentation for an ad-hoc release of 2 providers (#20765)`` +`7222f68d37 `_ 2022-01-04 ``Update Kubernetes library version (#18797)`` +================================================================================================= =========== =================================================================== 3.0.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ================================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================================= -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`746ee587d `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` -`d56ff765e `_ 2021-12-30 ``Implement dry_run for KubernetesPodOperator (#20573)`` -`e63417553 `_ 2021-12-30 ``Move pod_mutation_hook call from PodManager to KubernetesPodOperator (#20596)`` -`ca6c210b7 `_ 2021-12-30 ``Rename ''PodLauncher'' to ''PodManager'' (#20576)`` -`e07e83194 `_ 2021-12-30 ``Clarify docstring for ''build_pod_request_obj'' in K8s providers (#20574)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`f200bb197 `_ 2021-12-29 ``Simplify ''KubernetesPodOperator'' (#19572)`` -`4b8a1201a `_ 2021-12-16 ``Fix Volume/VolumeMount KPO DeprecationWarning (#19726)`` -`2fb5e1d0e `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`f9eab1c18 `_ 2021-12-06 ``Add params config, in_cluster, and cluster_context to KubernetesHook (#19695)`` -================================================================================================ =========== ================================================================================= +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` +`d56ff765e1 `_ 2021-12-30 ``Implement dry_run for KubernetesPodOperator (#20573)`` +`e63417553f `_ 2021-12-30 ``Move pod_mutation_hook call from PodManager to KubernetesPodOperator (#20596)`` +`ca6c210b7d `_ 2021-12-30 ``Rename ''PodLauncher'' to ''PodManager'' (#20576)`` +`e07e831946 `_ 2021-12-30 ``Clarify docstring for ''build_pod_request_obj'' in K8s providers (#20574)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`f200bb1977 `_ 2021-12-29 ``Simplify ''KubernetesPodOperator'' (#19572)`` +`4b8a1201ae `_ 2021-12-16 ``Fix Volume/VolumeMount KPO DeprecationWarning (#19726)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`f9eab1c185 `_ 2021-12-06 ``Add params config, in_cluster, and cluster_context to KubernetesHook (#19695)`` +================================================================================================= =========== ================================================================================= 2.2.0 ..... Latest change: 2021-11-30 -================================================================================================ =========== ====================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`fe682ec3d `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` -`0d60d1af4 `_ 2021-11-23 ``Checking event.status.container_statuses before filtering (#19713)`` -`1e5702295 `_ 2021-11-19 ``Added namespace as a template field in the KPO. (#19718)`` -`f7410dfba `_ 2021-11-19 ``Coalesce 'extra' params to None in KubernetesHook (#19694)`` -`bf5f45241 `_ 2021-11-08 ``Change to correct type in KubernetesPodOperator (#19459)`` -`854b70b90 `_ 2021-11-07 ``Decouple name randomization from name kwarg (#19398)`` -================================================================================================ =========== ====================================================================== +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` +`0d60d1af41 `_ 2021-11-23 ``Checking event.status.container_statuses before filtering (#19713)`` +`1e57022953 `_ 2021-11-19 ``Added namespace as a template field in the KPO. (#19718)`` +`f7410dfba2 `_ 2021-11-19 ``Coalesce 'extra' params to None in KubernetesHook (#19694)`` +`bf5f452413 `_ 2021-11-08 ``Change to correct type in KubernetesPodOperator (#19459)`` +`854b70b904 `_ 2021-11-07 ``Decouple name randomization from name kwarg (#19398)`` +================================================================================================= =========== ====================================================================== 2.1.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== ====================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`0a6850647 `_ 2021-10-21 ``Update docstring to let users use 'node_selector' (#19057)`` -`1571f8054 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`b2045d6d1 `_ 2021-10-13 ``Add more type hints to PodLauncher (#18928)`` -`c8b86e69e `_ 2021-10-12 ``Add more information to PodLauncher timeout error (#17953)`` -================================================================================================ =========== ====================================================================== +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`0a6850647e `_ 2021-10-21 ``Update docstring to let users use 'node_selector' (#19057)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`b2045d6d1d `_ 2021-10-13 ``Add more type hints to PodLauncher (#18928)`` +`c8b86e69e4 `_ 2021-10-12 ``Add more information to PodLauncher timeout error (#17953)`` +================================================================================================= =========== ====================================================================== 2.0.3 ..... Latest change: 2021-09-30 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e702 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`7808be7ff `_ 2021-09-21 ``Make Kubernetes job description fit on one log line (#18377)`` -`b8d06e812 `_ 2021-09-08 ``Fix KubernetesPodOperator reattach when not deleting pods (#18070)`` -`64d2f5488 `_ 2021-09-07 ``Do not fail KubernetesPodOperator tasks if log reading fails (#17649)`` -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`42e13e1a5 `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`7808be7ffb `_ 2021-09-21 ``Make Kubernetes job description fit on one log line (#18377)`` +`b8d06e812a `_ 2021-09-08 ``Fix KubernetesPodOperator reattach when not deleting pods (#18070)`` +`64d2f5488f `_ 2021-09-07 ``Do not fail KubernetesPodOperator tasks if log reading fails (#17649)`` +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` +================================================================================================= =========== ====================================================================================== 2.0.2 ..... Latest change: 2021-08-24 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`bb5602c65 `_ 2021-08-24 ``Prepare release for Kubernetes Provider (#17798)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`73d2b720e `_ 2021-08-21 ``Fix using XCom with ''KubernetesPodOperator'' (#17760)`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`97428efc4 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` -`b0b259107 `_ 2021-07-27 ``Fix static checks (#17256)`` -`997f7d0be `_ 2021-07-27 ``Update spark_kubernetes.py (#17237)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`bb5602c652 `_ 2021-08-24 ``Prepare release for Kubernetes Provider (#17798)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`73d2b720e0 `_ 2021-08-21 ``Fix using XCom with ''KubernetesPodOperator'' (#17760)`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`97428efc41 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` +`b0b2591071 `_ 2021-07-27 ``Fix static checks (#17256)`` +`997f7d0beb `_ 2021-07-27 ``Update spark_kubernetes.py (#17237)`` +================================================================================================= =========== ============================================================================ 2.0.1 ..... Latest change: 2021-07-26 -================================================================================================ =========== ========================================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================================== -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`d48b4e0ca `_ 2021-07-21 ``Simplify 'default_args' in Kubernetes example DAGs (#16870)`` -`3939e8416 `_ 2021-07-20 ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`b2c66e45b `_ 2021-07-11 ``BugFix: Using 'json' string in template_field causes issue with K8s Operators (#16930)`` -`9d6ae609b `_ 2021-06-28 ``Updating task dependencies (#16624)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ========================================================================================== +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`d48b4e0caf `_ 2021-07-21 ``Simplify 'default_args' in Kubernetes example DAGs (#16870)`` +`3939e84161 `_ 2021-07-20 ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`b2c66e45b7 `_ 2021-07-11 ``BugFix: Using 'json' string in template_field causes issue with K8s Operators (#16930)`` +`9d6ae609b6 `_ 2021-06-28 ``Updating task dependencies (#16624)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ========================================================================================== 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== =============================================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================================== -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`4c9735ff9 `_ 2021-06-17 ``Fix unsuccessful KubernetesPod final_state call when 'is_delete_operator_pod=True' (#15490)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`4752fb3eb `_ 2021-06-14 ``Fix issue with parsing error logs in the KPO (#15638)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`2f16757e1 `_ 2021-06-03 ``Bug Pod Template File Values Ignored (#16095)`` -`476d0f6e3 `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`85b2ccb0c `_ 2021-05-20 ``Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)`` -`733bec9a0 `_ 2021-05-20 ``Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)`` -`37d549bde `_ 2021-05-14 ``Save pod name to xcom for KubernetesPodOperator (#15755)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================ =========== =============================================================================================== +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`4c9735ff9b `_ 2021-06-17 ``Fix unsuccessful KubernetesPod final_state call when 'is_delete_operator_pod=True' (#15490)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`4752fb3eb8 `_ 2021-06-14 ``Fix issue with parsing error logs in the KPO (#15638)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`2f16757e1a `_ 2021-06-03 ``Bug Pod Template File Values Ignored (#16095)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`85b2ccb0c5 `_ 2021-05-20 ``Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)`` +`733bec9a04 `_ 2021-05-20 ``Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)`` +`37d549bde7 `_ 2021-05-14 ``Save pod name to xcom for KubernetesPodOperator (#15755)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== =============================================================================================== 1.2.0 ..... Latest change: 2021-05-01 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`5b2fe0e74 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` -`53fc1a967 `_ 2021-04-26 ``Change KPO node_selectors warning to proper deprecationwarning (#15507)`` -`d3cc67aa7 `_ 2021-04-24 ``Fix timeout when using XCom with KubernetesPodOperator (#15388)`` -`be421a6b0 `_ 2021-04-23 ``Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)`` -`44480d367 `_ 2021-04-14 ``Require 'name' with KubernetesPodOperator (#15373)`` -`b4770725a `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` +`53fc1a9679 `_ 2021-04-26 ``Change KPO node_selectors warning to proper deprecationwarning (#15507)`` +`d3cc67aa7a `_ 2021-04-24 ``Fix timeout when using XCom with KubernetesPodOperator (#15388)`` +`be421a6b07 `_ 2021-04-23 ``Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)`` +`44480d3673 `_ 2021-04-14 ``Require 'name' with KubernetesPodOperator (#15373)`` +`b4770725a3 `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` +================================================================================================= =========== =========================================================================== 1.1.0 ..... Latest change: 2021-04-07 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`180667038 `_ 2021-04-07 ``Retry pod launching on 409 ApiExceptions (#15137)`` -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`6d7a70b88 `_ 2021-04-05 ``Separate Kubernetes pod_launcher from core airflow (#15165)`` -`00453dc4a `_ 2021-03-20 ``Add ability to specify api group and version for Spark operators (#14898)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`e7bb17aeb `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`7daebefd1 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`1806670383 `_ 2021-04-07 ``Retry pod launching on 409 ApiExceptions (#15137)`` +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`6d7a70b88e `_ 2021-04-05 ``Separate Kubernetes pod_launcher from core airflow (#15165)`` +`00453dc4a2 `_ 2021-03-20 ``Add ability to specify api group and version for Spark operators (#14898)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`7daebefd15 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` +================================================================================================= =========== ============================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`809b4f9b1 `_ 2021-02-23 ``Unique pod name (#14186)`` -`649335c04 `_ 2021-02-07 ``Template k8s.V1EnvVar without adding custom attributes to dict. (#14123)`` -`d4c4db8a1 `_ 2021-02-05 ``Allow users of the KPO to template environment variables (#14083)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`809b4f9b18 `_ 2021-02-23 ``Unique pod name (#14186)`` +`649335c043 `_ 2021-02-07 ``Template k8s.V1EnvVar without adding custom attributes to dict. (#14123)`` +`d4c4db8a18 `_ 2021-02-05 ``Allow users of the KPO to template environment variables (#14083)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================ 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ========================================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`1b9e3d1c2 `_ 2021-01-22 ``Revert "Fix error with quick-failing tasks in KubernetesPodOperator (#13621)" (#13835)`` -`94d3ed61d `_ 2021-01-21 ``Fix error with quick-failing tasks in KubernetesPodOperator (#13621)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`7a560ab6d `_ 2020-12-24 ``Pass image_pull_policy in KubernetesPodOperator correctly (#13289)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ========================================================================================== +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`1b9e3d1c28 `_ 2021-01-22 ``Revert "Fix error with quick-failing tasks in KubernetesPodOperator (#13621)" (#13835)`` +`94d3ed61d6 `_ 2021-01-21 ``Fix error with quick-failing tasks in KubernetesPodOperator (#13621)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`7a560ab6de `_ 2020-12-24 ``Pass image_pull_policy in KubernetesPodOperator correctly (#13289)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ========================================================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ================================================================================================ -Commit Committed Subject -================================================================================================ =========== ================================================================================================ -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aa `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`de3b1e687 `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` -`c02a3f59e `_ 2020-11-23 ``Spark-on-k8s sensor logs - properly pass defined namespace to pod log call (#11199)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`9e089ab89 `_ 2020-11-19 ``Fix Kube tests (#12479)`` -`d32fe78c0 `_ 2020-11-18 ``Update readmes for cncf.kube provider fixes (#12457)`` -`d84a52dc8 `_ 2020-11-18 ``Fix broken example_kubernetes DAG (#12455)`` -`7c8b71d20 `_ 2020-11-18 ``Fix backwards compatibility further (#12451)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`763b40d22 `_ 2020-11-18 ``Raise correct Warning in kubernetes/backcompat/volume_mount.py (#12432)`` -`bc4bb3058 `_ 2020-11-18 ``Fix docstrings for Kubernetes Backcompat module (#12422)`` -`cab86d80d `_ 2020-11-17 ``Make K8sPodOperator backwards compatible (#12384)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`221f809c1 `_ 2020-11-14 ``Fix full_pod_spec for k8spodoperator (#12354)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`3f59e75cd `_ 2020-11-09 ``KubernetesPodOperator: use randomized name to get the failure status (#12171)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`7825be50d `_ 2020-11-05 ``Randomize pod name (#12117)`` -`91a64db50 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`53e606210 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`eee4e30f2 `_ 2020-10-15 ``Add better debug logging to K8sexec and K8sPodOp (#11502)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`8640fb6c1 `_ 2020-10-09 ``fix tests (#11368)`` -`298052fce `_ 2020-10-10 ``[airflow/providers/cncf/kubernetes] correct hook methods name (#11008)`` -`49aad025b `_ 2020-10-09 ``Users can specify sub-secrets and paths k8spodop (#11369)`` -`b93b6c5be `_ 2020-10-05 ``Allow labels in KubernetesPodOperator to be templated (#10796)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`a888198c2 `_ 2020-09-27 ``Allow overrides for pod_template_file (#11162)`` -`0161b5ea2 `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` -`e3f96ce7a `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`b61225a88 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` -`cba51d49e `_ 2020-09-17 ``Simplify the K8sExecutor and K8sPodOperator (#10393)`` -`1294e15d4 `_ 2020-09-16 ``KubernetesPodOperator template fix (#10963)`` -`5d6d5a2f7 `_ 2020-09-14 ``Allow to specify path to kubeconfig in KubernetesHook (#10453)`` -`7edfac957 `_ 2020-09-09 ``Add connection caching to KubernetesHook (#10447)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`90c150568 `_ 2020-09-04 ``Make grace_period_seconds option on K8sPodOperator (#10727)`` -`338b412c0 `_ 2020-09-02 ``Add on_kill support for the KubernetesPodOperator (#10666)`` -`596bc1337 `_ 2020-08-31 ``Adds 'cncf.kubernetes' package back to backport provider packages. (#10659)`` -`1e5aa4465 `_ 2020-08-26 ``Spark-on-K8S sensor - add driver logs (#10023)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`2f2d8dbfa `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`7c206a82a `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`8cd2be9e1 `_ 2020-08-11 ``Fix KubernetesPodOperator reattachment (#10230)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`f1fd3e2c4 `_ 2020-07-31 ``Fix typo on reattach property of kubernetespodoperator (#10056)`` -`03c435174 `_ 2020-07-31 ``Allow 'image' in 'KubernetesPodOperator' to be templated (#10068)`` -`88c160306 `_ 2020-07-31 ``Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`33f0cd265 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`c2db0dfeb `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` -`719ae2bf6 `_ 2020-07-22 ``Dump Pod as YAML in logs for KubernetesPodOperator (#9895)`` -`840799d55 `_ 2020-07-20 ``Improve KubernetesPodOperator guide (#9079)`` -`44d4ae809 `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`8bd15ef63 `_ 2020-07-01 ``Switches to Helm Chart for Kubernetes tests (#9468)`` -`40bf8f28f `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`1d36b0303 `_ 2020-05-23 ``Fix references in docs (#8984)`` -`e742ef7c7 `_ 2020-05-23 ``Fix typo in test_project_structure (#8978)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`8985df0bf `_ 2020-05-16 ``Monitor pods by labels instead of names (#6377)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`f82ad452b `_ 2020-05-15 ``Fix KubernetesPodOperator pod name length validation (#8829)`` -`1ccafc617 `_ 2020-04-02 ``Add spark_kubernetes system test (#7875)`` -`cd546b664 `_ 2020-03-23 ``Add missing call to Super class in 'cncf' & 'docker' providers (#7825)`` -`6c39a3bf9 `_ 2020-03-10 ``[AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163)`` -`42eef3821 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`0ec277412 `_ 2020-02-24 ``[AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395)`` -`9cbd7de6d `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`967930c0c `_ 2020-02-11 ``[AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)`` -`96f834389 `_ 2020-02-03 ``[AIRFLOW-6678] Pull event logs from Kubernetes (#7292)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`cf141506a `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`373c6aa4a `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`059eda05f `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================ =========== ================================================================================================ +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`c02a3f59e4 `_ 2020-11-23 ``Spark-on-k8s sensor logs - properly pass defined namespace to pod log call (#11199)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`9e089ab895 `_ 2020-11-19 ``Fix Kube tests (#12479)`` +`d32fe78c0d `_ 2020-11-18 ``Update readmes for cncf.kube provider fixes (#12457)`` +`d84a52dc8f `_ 2020-11-18 ``Fix broken example_kubernetes DAG (#12455)`` +`7c8b71d201 `_ 2020-11-18 ``Fix backwards compatibility further (#12451)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`763b40d223 `_ 2020-11-18 ``Raise correct Warning in kubernetes/backcompat/volume_mount.py (#12432)`` +`bc4bb30588 `_ 2020-11-18 ``Fix docstrings for Kubernetes Backcompat module (#12422)`` +`cab86d80d4 `_ 2020-11-17 ``Make K8sPodOperator backwards compatible (#12384)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`221f809c1b `_ 2020-11-14 ``Fix full_pod_spec for k8spodoperator (#12354)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`3f59e75cdf `_ 2020-11-09 ``KubernetesPodOperator: use randomized name to get the failure status (#12171)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`7825be50d8 `_ 2020-11-05 ``Randomize pod name (#12117)`` +`91a64db505 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`53e6062105 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`eee4e30f2c `_ 2020-10-15 ``Add better debug logging to K8sexec and K8sPodOp (#11502)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`8640fb6c10 `_ 2020-10-09 ``fix tests (#11368)`` +`298052fcee `_ 2020-10-10 ``[airflow/providers/cncf/kubernetes] correct hook methods name (#11008)`` +`49aad025b5 `_ 2020-10-09 ``Users can specify sub-secrets and paths k8spodop (#11369)`` +`b93b6c5be3 `_ 2020-10-05 ``Allow labels in KubernetesPodOperator to be templated (#10796)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`a888198c27 `_ 2020-09-27 ``Allow overrides for pod_template_file (#11162)`` +`0161b5ea2b `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`b61225a885 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` +`cba51d49ee `_ 2020-09-17 ``Simplify the K8sExecutor and K8sPodOperator (#10393)`` +`1294e15d44 `_ 2020-09-16 ``KubernetesPodOperator template fix (#10963)`` +`5d6d5a2f7d `_ 2020-09-14 ``Allow to specify path to kubeconfig in KubernetesHook (#10453)`` +`7edfac957b `_ 2020-09-09 ``Add connection caching to KubernetesHook (#10447)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`90c1505686 `_ 2020-09-04 ``Make grace_period_seconds option on K8sPodOperator (#10727)`` +`338b412c04 `_ 2020-09-02 ``Add on_kill support for the KubernetesPodOperator (#10666)`` +`596bc13379 `_ 2020-08-31 ``Adds 'cncf.kubernetes' package back to backport provider packages. (#10659)`` +`1e5aa4465c `_ 2020-08-26 ``Spark-on-K8S sensor - add driver logs (#10023)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`8cd2be9e16 `_ 2020-08-11 ``Fix KubernetesPodOperator reattachment (#10230)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`f1fd3e2c45 `_ 2020-07-31 ``Fix typo on reattach property of kubernetespodoperator (#10056)`` +`03c4351744 `_ 2020-07-31 ``Allow 'image' in 'KubernetesPodOperator' to be templated (#10068)`` +`88c1603060 `_ 2020-07-31 ``Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` +`719ae2bf62 `_ 2020-07-22 ``Dump Pod as YAML in logs for KubernetesPodOperator (#9895)`` +`840799d559 `_ 2020-07-20 ``Improve KubernetesPodOperator guide (#9079)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`8bd15ef634 `_ 2020-07-01 ``Switches to Helm Chart for Kubernetes tests (#9468)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`e742ef7c70 `_ 2020-05-23 ``Fix typo in test_project_structure (#8978)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`8985df0bfc `_ 2020-05-16 ``Monitor pods by labels instead of names (#6377)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`f82ad452b0 `_ 2020-05-15 ``Fix KubernetesPodOperator pod name length validation (#8829)`` +`1ccafc617c `_ 2020-04-02 ``Add spark_kubernetes system test (#7875)`` +`cd546b664f `_ 2020-03-23 ``Add missing call to Super class in 'cncf' & 'docker' providers (#7825)`` +`6c39a3bf97 `_ 2020-03-10 ``[AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163)`` +`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`0ec2774120 `_ 2020-02-24 ``[AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`967930c0cb `_ 2020-02-11 ``[AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)`` +`96f834389e `_ 2020-02-03 ``[AIRFLOW-6678] Pull event logs from Kubernetes (#7292)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== ================================================================================================ diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst index a5f6ec3c6d50d..5c38be5ed9e88 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-cncf-kubernetes `Kubernetes `__ -Release: 4.0.2 +Release: 5.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst index f312490f56de5..eda4d03f38896 100644 --- a/docs/apache-airflow-providers-databricks/commits.rst +++ b/docs/apache-airflow-providers-databricks/commits.rst @@ -28,256 +28,274 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`ddf9013098 `_ 2022-06-05 ``AIP-47 - Migrate databricks DAGs to new design #22442 (#24203)`` +`acf89510cd `_ 2022-06-04 ``fix: DatabricksSubmitRunOperator and DatabricksRunNowOperator cannot define .json as template_ext (#23622) (#23641)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +`6150d28323 `_ 2022-05-22 ``Add Deferrable Databricks operators (#19736)`` +`cf5a78e91c `_ 2022-05-22 ``Fix UnboundLocalError when sql is empty list in DatabricksSqlHook (#23815)`` +`d0a5b3a4f2 `_ 2022-05-13 ``Add git_source to DatabricksSubmitRunOperator (#23620)`` +================================================================================================= =========== ======================================================================================================================= + 2.7.0 ..... -Latest change: 2022-05-09 +Latest change: 2022-05-12 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`428a43995 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`a58506b2a `_ 2022-04-26 ``Address review comments`` -`6a3d6cc32 `_ 2022-04-26 ``Update to the released version of DBSQL connector`` -`7b3bf4e43 `_ 2022-04-26 ``DatabricksSqlOperator - switch to databricks-sql-connector 2.x`` -`f02b0b6b4 `_ 2022-04-25 ``Further improvement of Databricks Jobs operators (#23199)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`a58506b2a6 `_ 2022-04-26 ``Address review comments`` +`6a3d6cc32b `_ 2022-04-26 ``Update to the released version of DBSQL connector`` +`7b3bf4e435 `_ 2022-04-26 ``DatabricksSqlOperator - switch to databricks-sql-connector 2.x`` +`f02b0b6b40 `_ 2022-04-25 ``Further improvement of Databricks Jobs operators (#23199)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +================================================================================================= =========== =========================================================================== 2.6.0 ..... Latest change: 2022-04-13 -================================================================================================ =========== =============================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================== -`40831144b `_ 2022-04-13 ``Prepare for RC2 release of March Databricks provider (#22979)`` -`7be57eb25 `_ 2022-04-10 ``Databricks SQL operators are now Python 3.10 compatible (#22886)`` -`aa8c08db3 `_ 2022-04-10 ``Databricks: Correctly handle HTTP exception (#22885)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`1b12c93ed `_ 2022-03-31 ``Refactor 'DatabricksJobRunLink' to not create ad hoc TaskInstances (#22571)`` -`95169d1d0 `_ 2022-03-27 ``Add a link to Databricks Job Run (#22541)`` -`352d7f72d `_ 2022-03-27 ``More operators for Databricks Repos (#22422)`` -`c063fc688 `_ 2022-03-25 ``Update black precommit (#22521)`` -================================================================================================ =========== =============================================================================== +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`40831144be `_ 2022-04-13 ``Prepare for RC2 release of March Databricks provider (#22979)`` +`7be57eb256 `_ 2022-04-10 ``Databricks SQL operators are now Python 3.10 compatible (#22886)`` +`aa8c08db38 `_ 2022-04-10 ``Databricks: Correctly handle HTTP exception (#22885)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`1b12c93ed3 `_ 2022-03-31 ``Refactor 'DatabricksJobRunLink' to not create ad hoc TaskInstances (#22571)`` +`95169d1d07 `_ 2022-03-27 ``Add a link to Databricks Job Run (#22541)`` +`352d7f72dd `_ 2022-03-27 ``More operators for Databricks Repos (#22422)`` +`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` +================================================================================================= =========== =============================================================================== 2.5.0 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`cc920963a `_ 2022-03-15 ``Operator for updating Databricks Repos (#22278)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`cc920963a6 `_ 2022-03-15 ``Operator for updating Databricks Repos (#22278)`` +================================================================================================= =========== ============================================================== 2.4.0 ..... Latest change: 2022-03-14 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`12e9e2c69 `_ 2022-03-14 ``Databricks hook - retry on HTTP Status 429 as well (#21852)`` -`af9d85ccd `_ 2022-03-13 ``Skip some tests for Databricks from running on Python 3.10 (#22221)`` -`401419432 `_ 2022-03-08 ``Add new options to DatabricksCopyIntoOperator (#22076)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`12e9e2c695 `_ 2022-03-14 ``Databricks hook - retry on HTTP Status 429 as well (#21852)`` +`af9d85ccd8 `_ 2022-03-13 ``Skip some tests for Databricks from running on Python 3.10 (#22221)`` +`4014194320 `_ 2022-03-08 ``Add new options to DatabricksCopyIntoOperator (#22076)`` +================================================================================================= =========== ======================================================================= 2.3.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`62bf1276f `_ 2022-03-01 ``Add-showing-runtime-error-feature-to-DatabricksSubmitRunOperator (#21709)`` -`27d19e762 `_ 2022-02-27 ``Databricks SQL operators (#21363)`` -`a1845c68f `_ 2022-02-26 ``Databricks: add support for triggering jobs by name (#21663)`` -`7cca82495 `_ 2022-02-15 ``Updated Databricks docs for correct jobs 2.1 API and links (#21494)`` -`0a2d0d1ec `_ 2022-02-12 ``Added template_ext = ('.json') to databricks operators #18925 (#21530)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`62bf1276f6 `_ 2022-03-01 ``Add-showing-runtime-error-feature-to-DatabricksSubmitRunOperator (#21709)`` +`27d19e7626 `_ 2022-02-27 ``Databricks SQL operators (#21363)`` +`a1845c68f9 `_ 2022-02-26 ``Databricks: add support for triggering jobs by name (#21663)`` +`7cca82495b `_ 2022-02-15 ``Updated Databricks docs for correct jobs 2.1 API and links (#21494)`` +`0a2d0d1ecb `_ 2022-02-12 ``Added template_ext = ('.json') to databricks operators #18925 (#21530)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ============================================================================= 2.2.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`0bf424f37 `_ 2021-12-30 ``Fix mypy databricks operator (#20598)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`c5c18c54f `_ 2021-12-29 ``Databricks: fix verification of Managed Identity (#20550)`` -`d3b3161f0 `_ 2021-12-28 ``Remove 'host' as an instance attr in 'DatabricksHook' (#20540)`` -`58afc1937 `_ 2021-12-28 ``Add 'wait_for_termination' argument for Databricks Operators (#20536)`` -`e7659d08b `_ 2021-12-27 ``Update connection object to ''cached_property'' in ''DatabricksHook'' (#20526)`` -`cad39274d `_ 2021-12-14 ``Fix MyPy Errors for Databricks provider. (#20265)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`0bf424f37f `_ 2021-12-30 ``Fix mypy databricks operator (#20598)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`c5c18c54fa `_ 2021-12-29 ``Databricks: fix verification of Managed Identity (#20550)`` +`d3b3161f0d `_ 2021-12-28 ``Remove 'host' as an instance attr in 'DatabricksHook' (#20540)`` +`58afc19377 `_ 2021-12-28 ``Add 'wait_for_termination' argument for Databricks Operators (#20536)`` +`e7659d08b0 `_ 2021-12-27 ``Update connection object to ''cached_property'' in ''DatabricksHook'' (#20526)`` +`cad39274d9 `_ 2021-12-14 ``Fix MyPy Errors for Databricks provider. (#20265)`` +================================================================================================= =========== ================================================================================== 2.1.0 ..... Latest change: 2021-12-10 -================================================================================================ =========== ================================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================================= -`820bfed51 `_ 2021-12-10 ``Prepare docs for provider's RC2 release (#20205)`` -`66f94f95c `_ 2021-12-10 ``Remove db call from 'DatabricksHook.__init__()' (#20180)`` -`545ca59ba `_ 2021-12-08 ``Unhide changelog entry for databricks (#20128)`` -`637db1a0b `_ 2021-12-07 ``Update documentation for RC2 release of November Databricks Provider (#20086)`` -`728e94a47 `_ 2021-12-05 ``Refactor DatabricksHook (#19835)`` -`4925b37b6 `_ 2021-12-04 ``Databricks hook: fix expiration time check (#20036)`` -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`11998848a `_ 2021-11-24 ``Databricks: add more methods to represent run state information (#19723)`` -`56bdfe7a8 `_ 2021-11-22 ``Databricks - allow Azure SP authentication on other Azure clouds (#19722)`` -`244627e3d `_ 2021-11-14 ``Databricks: allow to specify PAT in Password field (#19585)`` -`0a4a8bdb9 `_ 2021-11-14 ``Databricks jobs 2.1 (#19544)`` -`8ae878953 `_ 2021-11-09 ``Update Databricks API from 2.0 to 2.1 (#19412)`` -`28b51fb7b `_ 2021-11-08 ``Authentication with AAD tokens in Databricks provider (#19335)`` -`3a0c45585 `_ 2021-11-07 ``Update Databricks operators to match latest version of API 2.0 (#19443)`` -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`f5ad26dcd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` -================================================================================================ =========== ================================================================================= +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`820bfed515 `_ 2021-12-10 ``Prepare docs for provider's RC2 release (#20205)`` +`66f94f95c2 `_ 2021-12-10 ``Remove db call from 'DatabricksHook.__init__()' (#20180)`` +`545ca59ba9 `_ 2021-12-08 ``Unhide changelog entry for databricks (#20128)`` +`637db1a0ba `_ 2021-12-07 ``Update documentation for RC2 release of November Databricks Provider (#20086)`` +`728e94a47e `_ 2021-12-05 ``Refactor DatabricksHook (#19835)`` +`4925b37b66 `_ 2021-12-04 ``Databricks hook: fix expiration time check (#20036)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`11998848a4 `_ 2021-11-24 ``Databricks: add more methods to represent run state information (#19723)`` +`56bdfe7a84 `_ 2021-11-22 ``Databricks - allow Azure SP authentication on other Azure clouds (#19722)`` +`244627e3da `_ 2021-11-14 ``Databricks: allow to specify PAT in Password field (#19585)`` +`0a4a8bdb94 `_ 2021-11-14 ``Databricks jobs 2.1 (#19544)`` +`8ae878953b `_ 2021-11-09 ``Update Databricks API from 2.0 to 2.1 (#19412)`` +`28b51fb7bd `_ 2021-11-08 ``Authentication with AAD tokens in Databricks provider (#19335)`` +`3a0c455855 `_ 2021-11-07 ``Update Databricks operators to match latest version of API 2.0 (#19443)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` +================================================================================================= =========== ================================================================================= 2.0.2 ..... Latest change: 2021-09-30 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e702 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`0b7b13372 `_ 2021-09-18 ``Move DB call out of ''DatabricksHook.__init__'' (#18339)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`0b7b13372f `_ 2021-09-18 ``Move DB call out of ''DatabricksHook.__init__'' (#18339)`` +================================================================================================= =========== ====================================================================================== 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`df143aee8 `_ 2021-04-29 ``An initial rework of the "Concepts" docs (#15444)`` -`49cae1f05 `_ 2021-04-17 ``Add documentation for Databricks connection (#15410)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`df143aee8d `_ 2021-04-29 ``An initial rework of the "Concepts" docs (#15444)`` +`49cae1f052 `_ 2021-04-17 ``Add documentation for Databricks connection (#15410)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aa `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`b02722313 `_ 2020-11-13 ``Add install/uninstall api to databricks hook (#12316)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`7e0d08e1f `_ 2020-11-09 ``Add how-to Guide for Databricks operators (#12175)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`54353f874 `_ 2020-09-27 ``Increase type coverage for five different providers (#11170)`` -`966a06d96 `_ 2020-09-18 ``Fetching databricks host from connection if not supplied in extras. (#10762)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`bfefcce0c `_ 2020-08-25 ``Updated REST API call so GET requests pass payload in query string instead of request body (#10462)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfa `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`e13a14c87 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`f1073381e `_ 2020-05-22 ``Add support for spark python and submit tasks in Databricks operator(#8846)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`649935e8c `_ 2020-04-27 ``[AIRFLOW-8472]: 'PATCH' for Databricks hook '_do_api_call' (#8473)`` -`16903ba3a `_ 2020-04-24 ``[AIRFLOW-8474]: Adding possibility to get job_id from Databricks run (#8475)`` -`5648dfbc3 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`c42a375e7 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`b027223132 `_ 2020-11-13 ``Add install/uninstall api to databricks hook (#12316)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`7e0d08e1f0 `_ 2020-11-09 ``Add how-to Guide for Databricks operators (#12175)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`54353f8745 `_ 2020-09-27 ``Increase type coverage for five different providers (#11170)`` +`966a06d96b `_ 2020-09-18 ``Fetching databricks host from connection if not supplied in extras. (#10762)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`bfefcce0c9 `_ 2020-08-25 ``Updated REST API call so GET requests pass payload in query string instead of request body (#10462)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`f1073381ed `_ 2020-05-22 ``Add support for spark python and submit tasks in Databricks operator(#8846)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`649935e8ce `_ 2020-04-27 ``[AIRFLOW-8472]: 'PATCH' for Databricks hook '_do_api_call' (#8473)`` +`16903ba3a6 `_ 2020-04-24 ``[AIRFLOW-8474]: Adding possibility to get job_id from Databricks run (#8475)`` +`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst index f41834a95b268..db900f24c1850 100644 --- a/docs/apache-airflow-providers-databricks/index.rst +++ b/docs/apache-airflow-providers-databricks/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-databricks `Databricks `__ -Release: 2.7.0 +Release: 3.0.0 Provider package ---------------- @@ -79,9 +79,10 @@ PIP requirements ============================ =================== PIP package Version required ============================ =================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` +``aiohttp`` ``>=3.6.3, <4`` ``databricks-sql-connector`` ``>=2.0.0, <3.0.0`` -``requests`` ``>=2.26.0, <3`` +``requests`` ``>=2.27,<3`` ============================ =================== .. include:: ../../airflow/providers/databricks/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-datadog/commits.rst b/docs/apache-airflow-providers-datadog/commits.rst index a381ab48c9d46..6ed26e311fb46 100644 --- a/docs/apache-airflow-providers-datadog/commits.rst +++ b/docs/apache-airflow-providers-datadog/commits.rst @@ -28,6 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`df84c4ad42 `_ 2022-05-19 ``Support host_name on Datadog provider (#23784)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-datadog/index.rst b/docs/apache-airflow-providers-datadog/index.rst index 07e6f13d95d30..0fb8af04e4829 100644 --- a/docs/apache-airflow-providers-datadog/index.rst +++ b/docs/apache-airflow-providers-datadog/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-datadog `Datadog `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``datadog`` ``>=0.14.0`` ================== ================== diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst index 0076cf9b47935..35427ab703d80 100644 --- a/docs/apache-airflow-providers-dbt-cloud/commits.rst +++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst @@ -20,7 +20,7 @@ Package apache-airflow-providers-dbt-cloud ------------------------------------------------------ -`dbt Cloud `__). +`dbt Cloud `__ This is detailed commit list of changes for versions provider package: ``dbt.cloud``. @@ -28,6 +28,36 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``Enable dbt Cloud provider to interact with single tenant instances (#24264)`` +`5e6997ed45 `_ 2022-06-06 ``Update dbt.py (#24218)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`8f2213fcd0 `_ 2022-06-05 ``AIP-47 - Migrate dbt DAGs to new design #22472 (#24202)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`f935c9f163 `_ 2022-04-23 ``Fix typo in dbt Cloud provider description (#23179)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =============================================================================== + +1.0.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 1.0.1 ..... diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst index 03888f00669bf..4c7f30e2ce57e 100644 --- a/docs/apache-airflow-providers-dbt-cloud/index.rst +++ b/docs/apache-airflow-providers-dbt-cloud/index.rst @@ -60,10 +60,10 @@ Content Package apache-airflow-providers-dbt-cloud ------------------------------------------------------ -`dbt Cloud `__). +`dbt Cloud `__ -Release: 1.0.2 +Release: 2.0.0 Provider package ---------------- @@ -83,7 +83,7 @@ PIP requirements ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``apache-airflow-providers-http`` ================================= ================== @@ -112,7 +112,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-dbt-cloud 1.0.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-dbt-cloud 1.0.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 2.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 2.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/dbt/cloud/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-dingding/commits.rst b/docs/apache-airflow-providers-dingding/commits.rst index 19909c5d88bf3..da1fc111a7ab8 100644 --- a/docs/apache-airflow-providers-dingding/commits.rst +++ b/docs/apache-airflow-providers-dingding/commits.rst @@ -28,6 +28,33 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`942e1264a7 `_ 2022-06-03 ``Migrate DingTalk example DAGs to new design #22443 (#24133)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`7fe97fb86f `_ 2022-04-13 ``Update tree doc references to grid (#22966)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-dingding/index.rst b/docs/apache-airflow-providers-dingding/index.rst index d16ddd056bb49..cbd827228317b 100644 --- a/docs/apache-airflow-providers-dingding/index.rst +++ b/docs/apache-airflow-providers-dingding/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-dingding `Dingding `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -97,7 +97,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-dingding 2.0.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-dingding 2.0.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dingding 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dingding 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/dingding/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-discord/commits.rst b/docs/apache-airflow-providers-discord/commits.rst index 84b433003439f..e5e07f99b61f6 100644 --- a/docs/apache-airflow-providers-discord/commits.rst +++ b/docs/apache-airflow-providers-discord/commits.rst @@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + 2.1.4 ..... -Latest change: 2022-03-31 +Latest change: 2022-04-07 ================================================================================================= =========== ================================================================================= Commit Committed Subject ================================================================================================= =========== ================================================================================= +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `dae5640ab3 `_ 2022-03-31 ``Set 'webhook_endpoint' as templated field in 'DiscordWebhookOperator'(#22570)`` ================================================================================================= =========== ================================================================================= diff --git a/docs/apache-airflow-providers-discord/index.rst b/docs/apache-airflow-providers-discord/index.rst index ddd0fef0f19ed..ebaccd1fa98c5 100644 --- a/docs/apache-airflow-providers-discord/index.rst +++ b/docs/apache-airflow-providers-discord/index.rst @@ -46,7 +46,7 @@ Package apache-airflow-providers-discord `Discord `__ -Release: 2.1.4 +Release: 3.0.0 Provider package ---------------- @@ -85,7 +85,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-discord 2.1.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-discord 2.1.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-discord 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-discord 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/discord/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst index caa449285369e..b2d57122d1dea 100644 --- a/docs/apache-airflow-providers-docker/commits.rst +++ b/docs/apache-airflow-providers-docker/commits.rst @@ -28,312 +28,326 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``docker new system test (#23167)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`97b443aa59 `_ 2022-05-28 ``Remove 'xcom_push' from 'DockerOperator' (#23981)`` +================================================================================================= =========== =========================================================================== + 2.7.0 ..... -Latest change: 2022-05-09 +Latest change: 2022-05-12 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`24bb9f3a6 `_ 2022-05-09 ``Add 'device_requests' parameter to 'DockerOperator' (#23554)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`24bb9f3a6f `_ 2022-05-09 ``Add 'device_requests' parameter to 'DockerOperator' (#23554)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== 2.6.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== ====================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`e1a42c4fc `_ 2022-03-28 ``Add timeout parameter to 'DockerOperator' (#22502)`` -================================================================================================ =========== ====================================================== +================================================================================================= =========== ====================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`e1a42c4fc8 `_ 2022-03-28 ``Add timeout parameter to 'DockerOperator' (#22502)`` +================================================================================================= =========== ====================================================== 2.5.2 ..... Latest change: 2022-03-22 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`31096cc88 `_ 2022-03-21 ``Correct 'multiple_outputs' param descriptions mentioning lists/tuples (#22371)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`31096cc883 `_ 2022-03-21 ``Correct 'multiple_outputs' param descriptions mentioning lists/tuples (#22371)`` +================================================================================================= =========== ================================================================================== 2.5.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`03cdfe701 `_ 2022-03-11 ``Avoid trying to kill container when it did not succeed for Docker (#22145)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`03cdfe701b `_ 2022-03-11 ``Avoid trying to kill container when it did not succeed for Docker (#22145)`` +================================================================================================= =========== ============================================================================== 2.5.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================= -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`188ac5199 `_ 2022-03-07 ``Change default python executable to python3 for docker decorator (#21973)`` -`7acc190a2 `_ 2022-03-06 ``added docker network_mode options (#21986)`` -`3035d3ab1 `_ 2022-03-01 ``Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378) (#21875)`` -`8299adec9 `_ 2022-02-28 ``Revert "Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378)" (#21874)`` -`5d89dea56 `_ 2022-02-28 ``Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378)`` -================================================================================================ =========== ========================================================================================= +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`188ac51996 `_ 2022-03-07 ``Change default python executable to python3 for docker decorator (#21973)`` +`7acc190a23 `_ 2022-03-06 ``added docker network_mode options (#21986)`` +`3035d3ab16 `_ 2022-03-01 ``Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378) (#21875)`` +`8299adec91 `_ 2022-02-28 ``Revert "Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378)" (#21874)`` +`5d89dea568 `_ 2022-02-28 ``Switch to Debian 11 (bullseye) as base for our dockerfiles (#21378)`` +================================================================================================= =========== ========================================================================================= 2.4.1 ..... Latest change: 2022-02-08 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`63fa25723 `_ 2022-02-08 ``Fix docker behaviour with byte lines returned (#21429)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`2f4a3d4d4 `_ 2022-02-01 ``Fixes Docker xcom functionality (#21175)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`2c840670c `_ 2022-01-18 ``Rewrite the task decorator as a composition (#20868)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`63fa257231 `_ 2022-02-08 ``Fix docker behaviour with byte lines returned (#21429)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`2f4a3d4d40 `_ 2022-02-01 ``Fixes Docker xcom functionality (#21175)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`2c840670c0 `_ 2022-01-18 ``Rewrite the task decorator as a composition (#20868)`` +================================================================================================= =========== ========================================================================== 2.4.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ========================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================= -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`59e4b78da `_ 2021-12-29 ``Fix MyPy errors for Airflow decorators (#20034)`` -`b20e6d3f0 `_ 2021-12-14 ``Fix mypy docker provider (#20235)`` -`1924e29fa `_ 2021-12-03 ``Allow DockerOperator's image to be templated (#19997)`` -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`aa2cb5545 `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` -================================================================================================ =========== ========================================================================= +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`59e4b78daa `_ 2021-12-29 ``Fix MyPy errors for Airflow decorators (#20034)`` +`b20e6d3f06 `_ 2021-12-14 ``Fix mypy docker provider (#20235)`` +`1924e29fa2 `_ 2021-12-03 ``Allow DockerOperator's image to be templated (#19997)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` +================================================================================================= =========== ========================================================================= 2.3.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`45c70f397 `_ 2021-10-29 ``Add support of placement in the DockerSwarmOperator (#18990)`` -`f5ad26dcd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` -`315493513 `_ 2021-10-12 ``Remove the docker timeout workaround (#18872)`` -`43f334f4b `_ 2021-10-06 ``Move docker decorator example dag to docker provider (#18739)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`45c70f397a `_ 2021-10-29 ``Add support of placement in the DockerSwarmOperator (#18990)`` +`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` +`3154935138 `_ 2021-10-12 ``Remove the docker timeout workaround (#18872)`` +`43f334f4bd `_ 2021-10-06 ``Move docker decorator example dag to docker provider (#18739)`` +================================================================================================= =========== ================================================================= 2.2.0 ..... Latest change: 2021-09-30 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e702 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`2a3cbabbf `_ 2021-09-23 ``Cope with '@task.docker' decorated function not returning anything (#18463)`` -`a9772cf28 `_ 2021-09-20 ``Add a Docker Taskflow decorator (#15330)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`2a3cbabbf8 `_ 2021-09-23 ``Cope with '@task.docker' decorated function not returning anything (#18463)`` +`a9772cf287 `_ 2021-09-20 ``Add a Docker Taskflow decorator (#15330)`` +================================================================================================= =========== ====================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`4da4c186e `_ 2021-08-19 ``Add support for configs, secrets, networks and replicas for DockerSwarmOperator (#17474)`` -================================================================================================ =========== ============================================================================================ +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`4da4c186ec `_ 2021-08-19 ``Add support for configs, secrets, networks and replicas for DockerSwarmOperator (#17474)`` +================================================================================================= =========== ============================================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== =============================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================== -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b10ed95a2 `_ 2021-07-26 ``Updating Docker example DAGs to use XComArgs (#16871)`` -`cd3307ff2 `_ 2021-07-26 ``fix string encoding when using xcom / json (#13536)`` -`24d02bfa8 `_ 2021-07-19 ``Prepares documentation for RC2 release of Docker Provider (#17066)`` -`b076ac592 `_ 2021-07-18 ``[FIX] Docker provider - retry docker in docker (#17061)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`bc004151e `_ 2021-07-15 ``Adds option to disable mounting temporary folder in DockerOperator (#16932)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== =============================================================================== +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b10ed95a2a `_ 2021-07-26 ``Updating Docker example DAGs to use XComArgs (#16871)`` +`cd3307ff21 `_ 2021-07-26 ``fix string encoding when using xcom / json (#13536)`` +`24d02bfa84 `_ 2021-07-19 ``Prepares documentation for RC2 release of Docker Provider (#17066)`` +`b076ac5925 `_ 2021-07-18 ``[FIX] Docker provider - retry docker in docker (#17061)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`bc004151ed `_ 2021-07-15 ``Adds option to disable mounting temporary folder in DockerOperator (#16932)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== =============================================================================== 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`8a9c33783 `_ 2021-06-15 ``Remove class references in changelogs (#16454)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`12995cfb9 `_ 2021-05-17 ``Replace DockerOperator's 'volumes' arg for 'mounts' (#15843)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`8a9c337838 `_ 2021-06-15 ``Remove class references in changelogs (#16454)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`12995cfb9a `_ 2021-05-17 ``Replace DockerOperator's 'volumes' arg for 'mounts' (#15843)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== ================================================================= 1.2.0 ..... Latest change: 2021-05-01 -================================================================================================ =========== ====================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================== -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`5b2fe0e74 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` -`594d93d3b `_ 2021-04-09 ``Entrypoint support in docker operator (#14642)`` -`566127308 `_ 2021-04-08 ``Add PythonVirtualenvDecorator to Taskflow API (#14761)`` -`ab4771769 `_ 2021-04-07 ``Support all terminus task states in Docker Swarm Operator (#14960)`` -================================================================================================ =========== ====================================================================== +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` +`594d93d3b0 `_ 2021-04-09 ``Entrypoint support in docker operator (#14642)`` +`566127308f `_ 2021-04-08 ``Add PythonVirtualenvDecorator to Taskflow API (#14761)`` +`ab47717699 `_ 2021-04-07 ``Support all terminus task states in Docker Swarm Operator (#14960)`` +================================================================================================= =========== ====================================================================== 1.1.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`3064bf044 `_ 2021-03-02 ``Add privileged option in DockerOperator (#14157)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`3064bf0442 `_ 2021-03-02 ``Add privileged option in DockerOperator (#14157)`` +================================================================================================= =========== ============================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ======================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`ba54afe58 `_ 2021-01-31 ``Remove failed DockerOperator tasks with auto_remove=True (#13532) (#13993)`` -`25d68a7a9 `_ 2021-01-30 ``Fix error on DockerSwarmOperator with auto_remove True (#13532) (#13852)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`ba54afe58b `_ 2021-01-31 ``Remove failed DockerOperator tasks with auto_remove=True (#13532) (#13993)`` +`25d68a7a9e `_ 2021-01-30 ``Fix error on DockerSwarmOperator with auto_remove True (#13532) (#13852)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ============================================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`6b339c70c `_ 2020-12-03 ``Avoid log spam & have more meaningful log when pull image in DockerOperator (#12763)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`0314a3a21 `_ 2020-11-01 ``Allow airflow.providers to be installed in multiple python folders (#10806)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`e3f96ce7a `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`2e56ee7b2 `_ 2020-08-27 ``DockerOperator extra_hosts argument support added (#10546)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfa `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`d79e7221d `_ 2020-08-06 ``Type annotation for Docker operator (#9733)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`c2db0dfeb `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` -`5d61580c5 `_ 2020-06-21 ``Enable 'Public function Missing Docstrings' PyDocStyle Check (#9463)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`4a74cf1a3 `_ 2020-06-08 ``Fix xcom in DockerOperator when auto_remove is used (#9173)`` -`b4b84a193 `_ 2020-06-07 ``Add kernel capabilities in DockerOperator(#9142)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`511d98e30 `_ 2020-05-01 ``[AIRFLOW-4363] Fix JSON encoding error (#8287)`` -`0a1de1668 `_ 2020-04-27 ``Stop DockerSwarmOperator from pulling Docker images (#8533)`` -`3237c7e31 `_ 2020-04-26 ``[AIRFLOW-5850] Capture task logs in DockerSwarmOperator (#6552)`` -`9626b03d1 `_ 2020-03-30 ``[AIRFLOW-6574] Adding private_environment to docker operator. (#7671)`` -`733d3d3c3 `_ 2020-03-25 ``[AIRFLOW-4363] Fix JSON encoding error (#7628)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`cd546b664 `_ 2020-03-23 ``Add missing call to Super class in 'cncf' & 'docker' providers (#7825)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`dbcd3d878 `_ 2020-02-18 ``[AIRFLOW-6804] Add the basic test for all example DAGs (#7419)`` -`9cbd7de6d `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`059eda05f `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`6b339c70c4 `_ 2020-12-03 ``Avoid log spam & have more meaningful log when pull image in DockerOperator (#12763)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`0314a3a218 `_ 2020-11-01 ``Allow airflow.providers to be installed in multiple python folders (#10806)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`2e56ee7b22 `_ 2020-08-27 ``DockerOperator extra_hosts argument support added (#10546)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`d79e7221de `_ 2020-08-06 ``Type annotation for Docker operator (#9733)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` +`5d61580c57 `_ 2020-06-21 ``Enable 'Public function Missing Docstrings' PyDocStyle Check (#9463)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`4a74cf1a34 `_ 2020-06-08 ``Fix xcom in DockerOperator when auto_remove is used (#9173)`` +`b4b84a1933 `_ 2020-06-07 ``Add kernel capabilities in DockerOperator(#9142)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`511d98e30d `_ 2020-05-01 ``[AIRFLOW-4363] Fix JSON encoding error (#8287)`` +`0a1de16682 `_ 2020-04-27 ``Stop DockerSwarmOperator from pulling Docker images (#8533)`` +`3237c7e31d `_ 2020-04-26 ``[AIRFLOW-5850] Capture task logs in DockerSwarmOperator (#6552)`` +`9626b03d19 `_ 2020-03-30 ``[AIRFLOW-6574] Adding private_environment to docker operator. (#7671)`` +`733d3d3c32 `_ 2020-03-25 ``[AIRFLOW-4363] Fix JSON encoding error (#7628)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`cd546b664f `_ 2020-03-23 ``Add missing call to Super class in 'cncf' & 'docker' providers (#7825)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`dbcd3d8787 `_ 2020-02-18 ``[AIRFLOW-6804] Add the basic test for all example DAGs (#7419)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst index 3c39852147c53..f4e67c3d8c3e5 100644 --- a/docs/apache-airflow-providers-docker/index.rst +++ b/docs/apache-airflow-providers-docker/index.rst @@ -53,7 +53,7 @@ Package apache-airflow-providers-docker `Docker `__ -Release: 2.7.0 +Release: 3.0.0 Provider package ---------------- @@ -73,20 +73,8 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``docker`` ``>=5.0.3`` ================== ================== .. include:: ../../airflow/providers/docker/CHANGELOG.rst - -DockerOperator --------------- -Use the -:class:`~airflow.providers.docker.operators.docker.DockerOperator` -to execute command in Docker container. - -.. exampleinclude:: /../../tests/system/providers/docker/example_docker.py - :language: python - :dedent: 4 - :start-after: [START howto_operator_docker] - :end-before: [END howto_operator_docker] diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst index 43a746a15a1d5..753fcd00a6f60 100644 --- a/docs/apache-airflow-providers-elasticsearch/commits.rst +++ b/docs/apache-airflow-providers-elasticsearch/commits.rst @@ -28,6 +28,22 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`cba3c17254 `_ 2022-06-04 ``removed old files (#24172)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== + 3.0.3 ..... @@ -36,6 +52,7 @@ Latest change: 2022-04-07 ================================================================================================= =========== =================================================================== Commit Committed Subject ================================================================================================= =========== =================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `9c28e766b3 `_ 2022-04-07 ``Make ElasticSearch Provider compatible for Airflow<2.3 (#22814)`` `c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` ================================================================================================= =========== =================================================================== diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst index 3af01e42da27d..6da275a2ffbc2 100644 --- a/docs/apache-airflow-providers-elasticsearch/index.rst +++ b/docs/apache-airflow-providers-elasticsearch/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-elasticsearch `Elasticsearch `__ -Release: 3.0.3 +Release: 4.0.0 Provider package ---------------- @@ -84,7 +84,7 @@ PIP requirements ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``elasticsearch-dbapi`` ``elasticsearch-dsl`` ``>=5.0.0`` ``elasticsearch`` ``>7`` diff --git a/docs/apache-airflow-providers-exasol/commits.rst b/docs/apache-airflow-providers-exasol/commits.rst index f9510f61d2fe5..b1aed96d861f6 100644 --- a/docs/apache-airflow-providers-exasol/commits.rst +++ b/docs/apache-airflow-providers-exasol/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`b7c3c9657a `_ 2022-05-27 ``Fix UnboundLocalError when sql is empty list in ExasolHook (#23812)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-exasol/index.rst b/docs/apache-airflow-providers-exasol/index.rst index 3a6cb592832a0..845d8e8e58aea 100644 --- a/docs/apache-airflow-providers-exasol/index.rst +++ b/docs/apache-airflow-providers-exasol/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-exasol `Exasol `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pandas`` ``>=0.17.1`` ``pyexasol`` ``>=0.5.1`` ================== ================== diff --git a/docs/apache-airflow-providers-facebook/commits.rst b/docs/apache-airflow-providers-facebook/commits.rst index f9c8d2a66e307..02eb1d8299ec7 100644 --- a/docs/apache-airflow-providers-facebook/commits.rst +++ b/docs/apache-airflow-providers-facebook/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-facebook/index.rst b/docs/apache-airflow-providers-facebook/index.rst index 1854366fb5539..feddc8a02f5f4 100644 --- a/docs/apache-airflow-providers-facebook/index.rst +++ b/docs/apache-airflow-providers-facebook/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-facebook `Facebook Ads `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ===================== ================== PIP package Version required ===================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``facebook-business`` ``>=6.0.2`` ===================== ================== diff --git a/docs/apache-airflow-providers-ftp/commits.rst b/docs/apache-airflow-providers-ftp/commits.rst index 4841fee411099..f8915ff166ef2 100644 --- a/docs/apache-airflow-providers-ftp/commits.rst +++ b/docs/apache-airflow-providers-ftp/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.1.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.1 ..... diff --git a/docs/apache-airflow-providers-ftp/index.rst b/docs/apache-airflow-providers-ftp/index.rst index d3b8961d5fc3b..a2c889cc6d367 100644 --- a/docs/apache-airflow-providers-ftp/index.rst +++ b/docs/apache-airflow-providers-ftp/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-ftp `File Transfer Protocol (FTP) `__ -Release: 2.1.2 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-github/commits.rst b/docs/apache-airflow-providers-github/commits.rst index 6ce4edf99f99f..e01294f204dee 100644 --- a/docs/apache-airflow-providers-github/commits.rst +++ b/docs/apache-airflow-providers-github/commits.rst @@ -28,6 +28,33 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Migrate GitHub example DAGs to new design #22446 (#24134)`` +`82d5f7cdb7 `_ 2022-06-04 ``Remove 'GithubOperator' use in 'GithubSensor.__init__()'' (#24214)`` +`4a85370ca9 `_ 2022-05-18 ``Change 'Github' to 'GitHub' (#23764)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== + +1.0.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 1.0.2 ..... diff --git a/docs/apache-airflow-providers-github/index.rst b/docs/apache-airflow-providers-github/index.rst index 28a3259a647d1..73128f0b72593 100644 --- a/docs/apache-airflow-providers-github/index.rst +++ b/docs/apache-airflow-providers-github/index.rst @@ -76,7 +76,7 @@ Package apache-airflow-providers-github `GitHub `__ -Release: 1.0.3 +Release: 2.0.0 Provider package ---------------- @@ -93,10 +93,11 @@ You can install this package on top of an existing Airflow 2.1+ installation via PIP requirements ---------------- -============= ================== -PIP package Version required -============= ================== +================== ================== +PIP package Version required +================== ================== +``apache-airflow`` ``>=2.2.0`` ``pygithub`` -============= ================== +================== ================== .. include:: ../../airflow/providers/github/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index b3479ccb9bb32..c7bc439d76ce5 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -27,7 +27,7 @@ Google services including: - `Google Firebase `__ - `Google LevelDB `__ - `Google Marketing Platform `__ - - `Google Workspace `__ (formerly Google Suite) + - `Google Workspace `__ (formerly Google Suite) This is detailed commit list of changes for versions provider package: ``google``. @@ -35,968 +35,1004 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-07 ``AIP-47 - Migrate google leveldb DAGs to new design ##22447 (#24233)`` +`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`80c1ce76e1 `_ 2022-06-06 ``Cloud Storage assets & StorageLink update (#23865)`` +`ec84ffe71c `_ 2022-06-06 ``Fix GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix (#24039)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`55fd02a389 `_ 2022-06-04 ``Add key_secret_project_id parameter which specifies a project with KeyFile (#23930)`` +`90233bc7cb `_ 2022-06-04 ``Added impersonation_chain for DataflowStartFlexTemplateOperator and DataflowStartSqlJobOperator (#24046)`` +`c01a5a50b4 `_ 2022-06-04 ``Fix BigQuery system tests (#24013)`` +`a597a76e8f `_ 2022-06-03 ``fix BigQueryInsertJobOperator (#24165)`` +`e13b15946e `_ 2022-06-03 ``Workflows assets & system tests migration (AIP-47) (#24105)`` +`368f292ca1 `_ 2022-06-03 ``Update credentials when using ADC in Compute Engine (#23773)`` +`96e8fb4a07 `_ 2022-06-01 ``Fix the link to google workplace (#24080)`` +`3dd7b1ddba `_ 2022-06-01 ``set color to operators in cloud_sql.py (#24000)`` +`841ed27101 `_ 2022-06-01 ``Spanner assets & system tests migration (AIP-47) (#23957)`` +`fedab9d64a `_ 2022-06-01 ``Remove hack from BigQuery DTS hook (#23887)`` +`e58985598f `_ 2022-05-30 ``Ensure @contextmanager decorates generator func (#23103)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +`65f3b18fc1 `_ 2022-05-22 ``Sql to gcs with exclude columns (#23695)`` +`a43e98d050 `_ 2022-05-22 ``Fix DataprocJobBaseOperator not being compatible with dotted names (#23439). (#23791)`` +`5bfacf81c6 `_ 2022-05-20 ``[Issue#22846] allow option to encode or not encode UUID when uploading from Cassandra to GCS (#23766)`` +`f60fa98a2e `_ 2022-05-19 ``Cloud SQL assets & system tests migration (AIP-47) (#23583)`` +`d3b0880286 `_ 2022-05-17 ``Speech To Text assets & system tests migration (AIP-47) (#23643)`` +`3bf9a1df38 `_ 2022-05-16 ``Add fields to CLOUD_SQL_EXPORT_VALIDATION. (#23724)`` +`bc0dcddfb5 `_ 2022-05-12 ``Migrate Dataproc to new system tests design (#22777)`` +================================================================================================= =========== ======================================================================================================================= + 7.0.0 ..... -Latest change: 2022-05-11 - -================================================================================================ =========== =================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================================================================================== -`cd49a8b9f `_ 2022-05-11 ``[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)`` -`60a1d9d19 `_ 2022-05-10 ``[FEATURE] google provider - split GkeStartPodOperator execute (#23518)`` -`74557e41e `_ 2022-05-10 ``Add exportContext.offload flag to CLOUD_SQL_EXPORT_VALIDATION. (#23614)`` -`428a43995 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`766726f2e `_ 2022-05-09 ``Fix 'PostgresToGCSOperator' does not allow nested JSON (#23063)`` -`82c244f9c `_ 2022-05-08 ``Fix GCSToGCSOperator ignores replace parameter when there is no wildcard (#23340)`` -`627b5698e `_ 2022-05-04 ``Add Stackdriver assets and migrate system tests to AIP-47 (#23320)`` -`3977e1798 `_ 2022-05-04 ``CloudTasks assets & system tests migration (AIP-47) (#23282)`` -`dfe0f7593 `_ 2022-05-04 ``TextToSpeech assets & system tests migration (AIP-47) (#23247)`` -`2d109401b `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`427e14b76 `_ 2022-05-03 ``Fix code-snippets in google provider (#23438)`` -`fa0cc7cec `_ 2022-05-02 ``Cleanup Google provider CHANGELOG.rst (#23390)`` -`3f6d5eef4 `_ 2022-05-01 ``'DataprocHook': Remove deprecated function 'submit' (#23389)`` -`511d0ee25 `_ 2022-04-30 ``Bigquery assets (#23165)`` -`3f9845095 `_ 2022-04-29 ``Remove redundant docstring in 'BigQueryUpdateTableSchemaOperator' (#23349)`` -`0fcdc5e1f `_ 2022-04-29 ``'S3ToGCSOperator': Remove 'dest_gcs_conn_id' (#23348)`` -`05ccfd42f `_ 2022-04-29 ``Dataproc: Remove default value of 'region' (#23350)`` -`359dc5820 `_ 2022-04-29 ``Google provider: Remove 'bigquery_conn_id', 'google_cloud_storage_conn_id' (#23326)`` -`c82b3b946 `_ 2022-04-28 ``'GCSFileTransformOperator': New templated fields 'source_object', 'destination_object' (#23328)`` -`9449a107f `_ 2022-04-28 ``'DatastoreHook': Remove 'datastore_conn_id' (#23323)`` -`1f3260354 `_ 2022-04-28 ``update processor to fix broken download URLs (#23299)`` -`8a7b61a8e `_ 2022-04-28 ``Migrate gcs to new system tests design (#22778)`` -`72e2ea68a `_ 2022-04-27 ``'CloudBuildCreateBuildOperator': Remove deprecated 'body' parameter (#23263)`` -`6cf0176f2 `_ 2022-04-27 ``Remove deprecated parameters from PubSub operators: (#23261)`` -`4d9c55c9d `_ 2022-04-27 ``Remove deprecated parameters from BigQueryHook: (#23269)`` -`915b0c689 `_ 2022-04-27 ``add missing docstring in 'BigQueryHook.create_empty_table' (#23270)`` -`710eb6f3e `_ 2022-04-26 ``* 'CloudDatastoreImportEntitiesOperator' : Remove 'xcom_push'. Please use 'BaseOperator.do_xcom_push' (#23252)`` -`2d569fdaf `_ 2022-04-26 ``Create links for Biqtable operators (#23164)`` -`434ab5a03 `_ 2022-04-26 ``'BigtableCreateInstanceOperator' & 'BigtableHook.create_instance' Remove 'replica_cluster_id', 'replica_cluster_zone'. (#23251)`` -`5ca1f3bf7 `_ 2022-04-26 ``Dataproc : remove 'location' in favor of 'region' (#23250)`` -`1416ac419 `_ 2022-04-26 ``'PubSubPullSensor': Remove 'project' and 'return_immediately' (#23231)`` -`06dfc2536 `_ 2022-04-26 ``Remove deprecated 'params' from google operators (#23230)`` -`37a7b2724 `_ 2022-04-26 ``'LookerStartPdtBuildOperator', 'LookerCheckPdtBuildSensor' : fix empty materialization id handling (#23025)`` -`967140e6c `_ 2022-04-25 ``Add location support to BigQueryDataTransferServiceTransferRunSensor.`` -`d6094e58b `_ 2022-04-25 ``Fix static checks`` -`22ea28f23 `_ 2022-04-25 ``Remove run_in_gke_cluster flag`` -`c46d04eb2 `_ 2022-04-25 ``Create system test for K8s and dataproc operators`` -`35cbc89c3 `_ 2022-04-25 ``Create Dataproc operators for GKE`` -`27ad3b782 `_ 2022-04-25 ``Remove 'GCSObjectsWtihPrefixExistenceSensor'`` -`544d65892 `_ 2022-04-25 ``Change CloudDatastoreExportEntitiesLink to StorageLink`` -`b3cc2f5d1 `_ 2022-04-25 ``Fix pre-commit check`` -`43ded6c87 `_ 2022-04-25 ``Add links for Cloud Datastore operators`` -`de65a5cc5 `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` -`76dc7375b `_ 2022-04-25 ``Migrate Datastore system tests to new design (AIP-47)`` -`0373fb024 `_ 2022-04-25 ``'GoogleDriveToGCSOperator': Remove 'destination_bucket' and 'destination_object'`` -`6b459995b `_ 2022-04-25 ``Add the format of Vertex Endpoint ID to the docstrings`` -`27af0b7eb `_ 2022-04-25 ``Add the new parameter to the docstring`` -`48abf571b `_ 2022-04-25 ``Add 'endpoint_id' arg to 'google.cloud.operators.vertex_ai.CreateEndpointOperator'`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`07a13bb70 `_ 2022-04-21 ``Change ComputeSSH to throw provider import error instead paramiko (#23035)`` -`c36bcc4c0 `_ 2022-04-15 ``Upgrade to support Google Ads v10 (#22965)`` -`ea1ae1963 `_ 2022-04-14 ``Fix cancel_on_kill after execution timeout for DataprocSubmitJobOperator (#22955)`` -`9a623e94c `_ 2022-04-13 ``migrate system test gcs_to_bigquery into new design (#22753)`` -`aa317d92e `_ 2022-04-13 ``Fix select * query xcom push for BigQueryGetDataOperator (#22936)`` -`27b3e3117 `_ 2022-04-11 ``implements #22859 - Add .sql as templatable extension (#22920)`` -`03e1c9b15 `_ 2022-04-11 ``MSSQLToGCSOperator fails: datetime is not JSON Serializable (#22882)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -`6aa65a38e `_ 2022-04-08 ``Add example DAG for demonstrating usage of GCS sensors (#22808)`` -================================================================================================ =========== =================================================================================================================================== +Latest change: 2022-05-12 + +================================================================================================= =========== =================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`cd49a8b9f6 `_ 2022-05-11 ``[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)`` +`60a1d9d191 `_ 2022-05-10 ``[FEATURE] google provider - split GkeStartPodOperator execute (#23518)`` +`74557e41e3 `_ 2022-05-10 ``Add exportContext.offload flag to CLOUD_SQL_EXPORT_VALIDATION. (#23614)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`766726f2e3 `_ 2022-05-09 ``Fix 'PostgresToGCSOperator' does not allow nested JSON (#23063)`` +`82c244f9c7 `_ 2022-05-08 ``Fix GCSToGCSOperator ignores replace parameter when there is no wildcard (#23340)`` +`627b5698ec `_ 2022-05-04 ``Add Stackdriver assets and migrate system tests to AIP-47 (#23320)`` +`3977e1798d `_ 2022-05-04 ``CloudTasks assets & system tests migration (AIP-47) (#23282)`` +`dfe0f75938 `_ 2022-05-04 ``TextToSpeech assets & system tests migration (AIP-47) (#23247)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`427e14b763 `_ 2022-05-03 ``Fix code-snippets in google provider (#23438)`` +`fa0cc7cec7 `_ 2022-05-02 ``Cleanup Google provider CHANGELOG.rst (#23390)`` +`3f6d5eef42 `_ 2022-05-01 ``'DataprocHook': Remove deprecated function 'submit' (#23389)`` +`511d0ee256 `_ 2022-04-30 ``Bigquery assets (#23165)`` +`3f9845095e `_ 2022-04-29 ``Remove redundant docstring in 'BigQueryUpdateTableSchemaOperator' (#23349)`` +`0fcdc5e1fb `_ 2022-04-29 ``'S3ToGCSOperator': Remove 'dest_gcs_conn_id' (#23348)`` +`05ccfd42f2 `_ 2022-04-29 ``Dataproc: Remove default value of 'region' (#23350)`` +`359dc58207 `_ 2022-04-29 ``Google provider: Remove 'bigquery_conn_id', 'google_cloud_storage_conn_id' (#23326)`` +`c82b3b9466 `_ 2022-04-28 ``'GCSFileTransformOperator': New templated fields 'source_object', 'destination_object' (#23328)`` +`9449a107f0 `_ 2022-04-28 ``'DatastoreHook': Remove 'datastore_conn_id' (#23323)`` +`1f32603549 `_ 2022-04-28 ``update processor to fix broken download URLs (#23299)`` +`8a7b61a8e4 `_ 2022-04-28 ``Migrate gcs to new system tests design (#22778)`` +`72e2ea68a1 `_ 2022-04-27 ``'CloudBuildCreateBuildOperator': Remove deprecated 'body' parameter (#23263)`` +`6cf0176f2a `_ 2022-04-27 ``Remove deprecated parameters from PubSub operators: (#23261)`` +`4d9c55c9d9 `_ 2022-04-27 ``Remove deprecated parameters from BigQueryHook: (#23269)`` +`915b0c689e `_ 2022-04-27 ``add missing docstring in 'BigQueryHook.create_empty_table' (#23270)`` +`710eb6f3e6 `_ 2022-04-26 ``* 'CloudDatastoreImportEntitiesOperator' : Remove 'xcom_push'. Please use 'BaseOperator.do_xcom_push' (#23252)`` +`2d569fdaf0 `_ 2022-04-26 ``Create links for Biqtable operators (#23164)`` +`434ab5a03c `_ 2022-04-26 ``'BigtableCreateInstanceOperator' & 'BigtableHook.create_instance' Remove 'replica_cluster_id', 'replica_cluster_zone'. (#23251)`` +`5ca1f3bf70 `_ 2022-04-26 ``Dataproc : remove 'location' in favor of 'region' (#23250)`` +`1416ac4195 `_ 2022-04-26 ``'PubSubPullSensor': Remove 'project' and 'return_immediately' (#23231)`` +`06dfc2536c `_ 2022-04-26 ``Remove deprecated 'params' from google operators (#23230)`` +`37a7b27242 `_ 2022-04-26 ``'LookerStartPdtBuildOperator', 'LookerCheckPdtBuildSensor' : fix empty materialization id handling (#23025)`` +`967140e6c3 `_ 2022-04-25 ``Add location support to BigQueryDataTransferServiceTransferRunSensor.`` +`d6094e58ba `_ 2022-04-25 ``Fix static checks`` +`22ea28f23e `_ 2022-04-25 ``Remove run_in_gke_cluster flag`` +`c46d04eb2d `_ 2022-04-25 ``Create system test for K8s and dataproc operators`` +`35cbc89c3a `_ 2022-04-25 ``Create Dataproc operators for GKE`` +`27ad3b7827 `_ 2022-04-25 ``Remove 'GCSObjectsWtihPrefixExistenceSensor'`` +`544d658921 `_ 2022-04-25 ``Change CloudDatastoreExportEntitiesLink to StorageLink`` +`b3cc2f5d10 `_ 2022-04-25 ``Fix pre-commit check`` +`43ded6c877 `_ 2022-04-25 ``Add links for Cloud Datastore operators`` +`de65a5cc5a `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` +`76dc7375b2 `_ 2022-04-25 ``Migrate Datastore system tests to new design (AIP-47)`` +`0373fb0247 `_ 2022-04-25 ``'GoogleDriveToGCSOperator': Remove 'destination_bucket' and 'destination_object'`` +`6b459995b2 `_ 2022-04-25 ``Add the format of Vertex Endpoint ID to the docstrings`` +`27af0b7ebe `_ 2022-04-25 ``Add the new parameter to the docstring`` +`48abf571be `_ 2022-04-25 ``Add 'endpoint_id' arg to 'google.cloud.operators.vertex_ai.CreateEndpointOperator'`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`07a13bb708 `_ 2022-04-21 ``Change ComputeSSH to throw provider import error instead paramiko (#23035)`` +`c36bcc4c06 `_ 2022-04-15 ``Upgrade to support Google Ads v10 (#22965)`` +`ea1ae1963e `_ 2022-04-14 ``Fix cancel_on_kill after execution timeout for DataprocSubmitJobOperator (#22955)`` +`9a623e94cb `_ 2022-04-13 ``migrate system test gcs_to_bigquery into new design (#22753)`` +`aa317d92ea `_ 2022-04-13 ``Fix select * query xcom push for BigQueryGetDataOperator (#22936)`` +`27b3e31178 `_ 2022-04-11 ``implements #22859 - Add .sql as templatable extension (#22920)`` +`03e1c9b152 `_ 2022-04-11 ``MSSQLToGCSOperator fails: datetime is not JSON Serializable (#22882)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +`6aa65a38e0 `_ 2022-04-08 ``Add example DAG for demonstrating usage of GCS sensors (#22808)`` +================================================================================================= =========== =================================================================================================================================== 6.8.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== =============================================================================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`838cf401b `_ 2022-04-06 ``Fail ''LocalFilesystemToGCSOperator'' if src does not exist (#22772)`` -`99b0211d5 `_ 2022-04-04 ``Modify transfer operators to handle more data (#22495)`` -`f9e18472c `_ 2022-04-04 ``Add autodetect arg in BQCreateExternalTable Operator (#22710)`` -`327eab3e2 `_ 2022-03-31 ``Add links for BigQuery Data Transfer (#22280)`` -`02976bef8 `_ 2022-03-27 ``Refactor: BigQuery to GCS Operator (#22506)`` -`719135ade `_ 2022-03-27 ``Remove references to deprecated operators/params in PubSub operators (#22519)`` -`ca4b8d174 `_ 2022-03-27 ``Create Endpoint and Model Service, Batch Prediction and Hyperparameter Tuning Jobs operators for Vertex AI service (#22088)`` -`388723950 `_ 2022-03-27 ``PostgresToGoogleCloudStorageOperator - BigQuery schema type for time zone naive fields (#22536)`` -`c063fc688 `_ 2022-03-25 ``Update black precommit (#22521)`` -`3c7cd4731 `_ 2022-03-25 ``New design of system tests (#22311)`` -`7ab45d41d `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -`d231e9b44 `_ 2022-03-24 ``Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501)`` -`82a26c059 `_ 2022-03-24 ``Fix the docstrings (#22497)`` -`38fde2ea7 `_ 2022-03-23 ``Fix 'download_media' url in 'GoogleDisplayVideo360SDFtoGCSOperator' (#22479)`` -`0f0a1a7d2 `_ 2022-03-23 ``Fix to 'CloudBuildRunBuildTriggerOperator' fails to find build id. (#22419)`` -================================================================================================ =========== =============================================================================================================================== +================================================================================================= =========== =============================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`838cf401b9 `_ 2022-04-06 ``Fail ''LocalFilesystemToGCSOperator'' if src does not exist (#22772)`` +`99b0211d50 `_ 2022-04-04 ``Modify transfer operators to handle more data (#22495)`` +`f9e18472c0 `_ 2022-04-04 ``Add autodetect arg in BQCreateExternalTable Operator (#22710)`` +`327eab3e26 `_ 2022-03-31 ``Add links for BigQuery Data Transfer (#22280)`` +`02976bef88 `_ 2022-03-27 ``Refactor: BigQuery to GCS Operator (#22506)`` +`719135ade0 `_ 2022-03-27 ``Remove references to deprecated operators/params in PubSub operators (#22519)`` +`ca4b8d1744 `_ 2022-03-27 ``Create Endpoint and Model Service, Batch Prediction and Hyperparameter Tuning Jobs operators for Vertex AI service (#22088)`` +`388723950d `_ 2022-03-27 ``PostgresToGoogleCloudStorageOperator - BigQuery schema type for time zone naive fields (#22536)`` +`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` +`3c7cd47319 `_ 2022-03-25 ``New design of system tests (#22311)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +`d231e9b448 `_ 2022-03-24 ``Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501)`` +`82a26c0591 `_ 2022-03-24 ``Fix the docstrings (#22497)`` +`38fde2ea79 `_ 2022-03-23 ``Fix 'download_media' url in 'GoogleDisplayVideo360SDFtoGCSOperator' (#22479)`` +`0f0a1a7d22 `_ 2022-03-23 ``Fix to 'CloudBuildRunBuildTriggerOperator' fails to find build id. (#22419)`` +================================================================================================= =========== =============================================================================================================================== 6.7.0 ..... Latest change: 2022-03-22 -================================================================================================ =========== =================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`7b851edc9 `_ 2022-03-21 ``Add 'LocalFilesystemToGoogleDriveOperator' (#22219)`` -`14e6b657c `_ 2022-03-21 ``Add timeout and retry to the BigQueryInsertJobOperator (#22395)`` -`a3ffbee7c `_ 2022-03-20 ``Fix skipping non-GCS located jars (#22302)`` -`88402038c `_ 2022-03-19 ``Add dataflow_default_options to templated_fields (#22367)`` -`6448b2458 `_ 2022-03-15 ``[FIX] typo doc of gcs operator (#22290)`` -================================================================================================ =========== =================================================================== +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`7b851edc91 `_ 2022-03-21 ``Add 'LocalFilesystemToGoogleDriveOperator' (#22219)`` +`14e6b657c2 `_ 2022-03-21 ``Add timeout and retry to the BigQueryInsertJobOperator (#22395)`` +`a3ffbee7c9 `_ 2022-03-20 ``Fix skipping non-GCS located jars (#22302)`` +`88402038ca `_ 2022-03-19 ``Add dataflow_default_options to templated_fields (#22367)`` +`6448b2458c `_ 2022-03-15 ``[FIX] typo doc of gcs operator (#22290)`` +================================================================================================= =========== =================================================================== 6.6.0 ..... Latest change: 2022-03-14 -================================================================================================ =========== ========================================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`87c1246b7 `_ 2022-03-14 ``Add Dataplex operators (#20377)`` -`c1ab8e2d7 `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`c108f264a `_ 2022-03-13 ``Change the default 'chunk_size' to a clear representation & add documentation (#22222)`` -`45435399f `_ 2022-03-13 ``Support Uploading Bigger Files to Google Drive (#22179)`` -`42a891d60 `_ 2022-03-13 ``Update ''GKEDeleteClusterOperator', ''GKECreateClusterOperator'' docstrings (#22212)`` -`d08284ed2 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -`828d1cba4 `_ 2022-03-10 ``Add support for ARM platform (#22127)`` -`4ac771c31 `_ 2022-03-09 ``Fix spelling (#22107)`` -`dd0724fdd `_ 2022-03-08 ``Add guide for DataprocInstantiateInlineWorkflowTemplateOperator (#22062)`` -`dfd9805a2 `_ 2022-03-08 ``Use yaml safe load (#22091)`` -`eba970375 `_ 2022-03-08 ``Revert "Use yaml safe load (#22085)" (#22089)`` -`7f4935bab `_ 2022-03-08 ``Use yaml safe load (#22085)`` -`a11d831e3 `_ 2022-03-07 ``Allow for uploading metadata with GCS Hook Upload (#22058)`` -================================================================================================ =========== ========================================================================================== +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`87c1246b79 `_ 2022-03-14 ``Add Dataplex operators (#20377)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`c108f264ab `_ 2022-03-13 ``Change the default 'chunk_size' to a clear representation & add documentation (#22222)`` +`45435399fe `_ 2022-03-13 ``Support Uploading Bigger Files to Google Drive (#22179)`` +`42a891d605 `_ 2022-03-13 ``Update ''GKEDeleteClusterOperator', ''GKECreateClusterOperator'' docstrings (#22212)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +`828d1cba4d `_ 2022-03-10 ``Add support for ARM platform (#22127)`` +`4ac771c316 `_ 2022-03-09 ``Fix spelling (#22107)`` +`dd0724fdd2 `_ 2022-03-08 ``Add guide for DataprocInstantiateInlineWorkflowTemplateOperator (#22062)`` +`dfd9805a23 `_ 2022-03-08 ``Use yaml safe load (#22091)`` +`eba9703751 `_ 2022-03-08 ``Revert "Use yaml safe load (#22085)" (#22089)`` +`7f4935bab3 `_ 2022-03-08 ``Use yaml safe load (#22085)`` +`a11d831e3f `_ 2022-03-07 ``Allow for uploading metadata with GCS Hook Upload (#22058)`` +================================================================================================= =========== ========================================================================================== 6.5.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ================================================================================================ -Commit Committed Subject -================================================================================================ =========== ================================================================================================ -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`6db9b0029 `_ 2022-03-07 ``Add Looker PDT operators (#20882)`` -`9020b3a89 `_ 2022-03-06 ``Add autodetect arg to external table creation in GCSToBigQueryOperator (#21944)`` -`a0e2ebaa2 `_ 2022-03-02 ``Unpin 'google-cloud-memcache' (#21912)`` -`84ed747db `_ 2022-03-02 ``Unpin ''pandas-gbq'' and remove unused code (#21915)`` -`fb6b2d1fe `_ 2022-03-01 ``Make project_id argument optional in all dataproc operators (#21866)`` -`08575ddd8 `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`6ca118dff `_ 2022-03-01 ``Allow templates in more DataprocUpdateClusterOperator fields (#21865)`` -`0c55ca2cd `_ 2022-02-28 ``Suppress hook warnings from the Bigquery transfers (#20119)`` -`73eb24f25 `_ 2022-02-24 ``Fix bigquery_dts parameter docstring typo (#21786)`` -`3b4c26eb3 `_ 2022-02-23 ``Add Dataproc assets/links (#21756)`` -`6061cc421 `_ 2022-02-20 ``Add Auto ML operators for Vertex AI service (#21470)`` -`295efd36e `_ 2022-02-17 ``Dataflow Assets (#21639)`` -`af2c04732 `_ 2022-02-16 ``Add GoogleCalendarToGCSOperator (#20769)`` -`1b568d73e `_ 2022-02-15 ``Extract ClientInfo to module level (#21554)`` -`dc03000de `_ 2022-02-15 ``Datafusion assets (#21518)`` -`56365b102 `_ 2022-02-15 ``Dataproc metastore assets (#21267)`` -`6692e9191 `_ 2022-02-15 ``Normalize *_conn_id parameters in BigQuery sensors (#21430)`` -`2eb10565b `_ 2022-02-15 ``Fixed PostgresToGCSOperator fail on empty resultset for use_server_side_cursor=True (#21307)`` -`da1e6578e `_ 2022-02-15 ``Fix multi query scenario in bigquery example DAG (#21575)`` -================================================================================================ =========== ================================================================================================ +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`6db9b0029b `_ 2022-03-07 ``Add Looker PDT operators (#20882)`` +`9020b3a89d `_ 2022-03-06 ``Add autodetect arg to external table creation in GCSToBigQueryOperator (#21944)`` +`a0e2ebaa27 `_ 2022-03-02 ``Unpin 'google-cloud-memcache' (#21912)`` +`84ed747db8 `_ 2022-03-02 ``Unpin ''pandas-gbq'' and remove unused code (#21915)`` +`fb6b2d1fee `_ 2022-03-01 ``Make project_id argument optional in all dataproc operators (#21866)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`6ca118dff1 `_ 2022-03-01 ``Allow templates in more DataprocUpdateClusterOperator fields (#21865)`` +`0c55ca2cda `_ 2022-02-28 ``Suppress hook warnings from the Bigquery transfers (#20119)`` +`73eb24f25c `_ 2022-02-24 ``Fix bigquery_dts parameter docstring typo (#21786)`` +`3b4c26eb3a `_ 2022-02-23 ``Add Dataproc assets/links (#21756)`` +`6061cc4219 `_ 2022-02-20 ``Add Auto ML operators for Vertex AI service (#21470)`` +`295efd36ea `_ 2022-02-17 ``Dataflow Assets (#21639)`` +`af2c047320 `_ 2022-02-16 ``Add GoogleCalendarToGCSOperator (#20769)`` +`1b568d73e1 `_ 2022-02-15 ``Extract ClientInfo to module level (#21554)`` +`dc03000de8 `_ 2022-02-15 ``Datafusion assets (#21518)`` +`56365b102c `_ 2022-02-15 ``Dataproc metastore assets (#21267)`` +`6692e9191d `_ 2022-02-15 ``Normalize *_conn_id parameters in BigQuery sensors (#21430)`` +`2eb10565b2 `_ 2022-02-15 ``Fixed PostgresToGCSOperator fail on empty resultset for use_server_side_cursor=True (#21307)`` +`da1e6578e0 `_ 2022-02-15 ``Fix multi query scenario in bigquery example DAG (#21575)`` +================================================================================================= =========== ================================================================================================ 6.4.0 ..... Latest change: 2022-02-14 -================================================================================================ =========== ============================================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================================ -`28378d867 `_ 2022-02-14 ``Add documentation for RC3 release of providers for Jan 2022 (#21553)`` -`6bb0857df `_ 2022-02-13 ``(providers_google) add a location check in bigquery (#19571)`` -`6579648af `_ 2022-02-13 ``Fix bigquery-hook when no engine_kwargs are passed`` -`da485da29 `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` -`05a883b35 `_ 2022-02-11 ``Google Cloud Composer opearators (#21251)`` -`833087f4f `_ 2022-02-10 ``Enable asynchronous job submission in BigQuery hook (#21385)`` -`51aff276c `_ 2022-02-10 ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)`` -`07fe9e8c6 `_ 2022-02-09 ``Never set DagRun.state to State.NONE (#21263)`` -`0a3ff43d4 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`e97374020 `_ 2022-02-08 ``Create CustomJob and Datasets operators for Vertex AI service (#21253)`` -`34d63fabc `_ 2022-02-08 ``Fix BigQueryDataTransferServiceHook.get_transfer_run() request parameter (#21293)`` -`6b88d432d `_ 2022-02-06 ``Support to upload file to Google Shared Drive (#21319)`` -`1a77bc648 `_ 2022-02-06 ``:bug: (BigQueryHook) fix compatibility with sqlalchemy engine (#19508)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f98 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`e840acf8d `_ 2022-02-04 ``Fix BigQuery system test (#21320)`` -`ddb5246bd `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` -`1d4b709e2 `_ 2022-01-28 ``Revert "Create CustomJob and Datasets operators for Vertex AI service (#20077)" (#21203)`` -`48d44b885 `_ 2022-01-28 ``Cloudsql import links fix. (#21199)`` -`640c0b676 `_ 2022-01-28 ``Create CustomJob and Datasets operators for Vertex AI service (#20077)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`60aa518eb `_ 2022-01-26 ``batch as templated field in DataprocCreateBatchOperator (#20905)`` -`623163f16 `_ 2022-01-25 ``Extend dataproc example dag (#21091)`` -`86ef016ea `_ 2022-01-23 ``Make timeout Optional for wait_for_operation (#20981)`` -`506efb6fa `_ 2022-01-21 ``Squelch more deprecation warnings (#21003)`` -`372849486 `_ 2022-01-21 ``Fix last google provider MyPy errors (#21010)`` -`73c0d241d `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`b8526abc2 `_ 2022-01-19 ``Add encoding parameter to 'GCSToLocalFilesystemOperator' to fix #20901 (#20919)`` -`58452f97d `_ 2022-01-03 ``Add hook for integrating with Google Calendar (#20542)`` -================================================================================================ =========== ============================================================================================ +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`28378d867a `_ 2022-02-14 ``Add documentation for RC3 release of providers for Jan 2022 (#21553)`` +`6bb0857df9 `_ 2022-02-13 ``(providers_google) add a location check in bigquery (#19571)`` +`6579648af2 `_ 2022-02-13 ``Fix bigquery-hook when no engine_kwargs are passed`` +`da485da29a `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` +`05a883b35e `_ 2022-02-11 ``Google Cloud Composer opearators (#21251)`` +`833087f4f9 `_ 2022-02-10 ``Enable asynchronous job submission in BigQuery hook (#21385)`` +`51aff276ca `_ 2022-02-10 ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)`` +`07fe9e8c6a `_ 2022-02-09 ``Never set DagRun.state to State.NONE (#21263)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`e973740208 `_ 2022-02-08 ``Create CustomJob and Datasets operators for Vertex AI service (#21253)`` +`34d63fabc0 `_ 2022-02-08 ``Fix BigQueryDataTransferServiceHook.get_transfer_run() request parameter (#21293)`` +`6b88d432d9 `_ 2022-02-06 ``Support to upload file to Google Shared Drive (#21319)`` +`1a77bc6481 `_ 2022-02-06 ``:bug: (BigQueryHook) fix compatibility with sqlalchemy engine (#19508)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`e840acf8d1 `_ 2022-02-04 ``Fix BigQuery system test (#21320)`` +`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` +`1d4b709e20 `_ 2022-01-28 ``Revert "Create CustomJob and Datasets operators for Vertex AI service (#20077)" (#21203)`` +`48d44b885b `_ 2022-01-28 ``Cloudsql import links fix. (#21199)`` +`640c0b6763 `_ 2022-01-28 ``Create CustomJob and Datasets operators for Vertex AI service (#20077)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`60aa518ebf `_ 2022-01-26 ``batch as templated field in DataprocCreateBatchOperator (#20905)`` +`623163f16a `_ 2022-01-25 ``Extend dataproc example dag (#21091)`` +`86ef016eab `_ 2022-01-23 ``Make timeout Optional for wait_for_operation (#20981)`` +`506efb6fa3 `_ 2022-01-21 ``Squelch more deprecation warnings (#21003)`` +`372849486c `_ 2022-01-21 ``Fix last google provider MyPy errors (#21010)`` +`73c0d241d8 `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`b8526abc2c `_ 2022-01-19 ``Add encoding parameter to 'GCSToLocalFilesystemOperator' to fix #20901 (#20919)`` +`58452f97db `_ 2022-01-03 ``Add hook for integrating with Google Calendar (#20542)`` +================================================================================================= =========== ============================================================================================ 6.3.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ===================================================================================== -Commit Committed Subject -================================================================================================ =========== ===================================================================================== -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`a22d5bd07 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` -`4233ebe5c `_ 2021-12-31 ``Fix setting of project ID in ''provide_authorized_gcloud'' (#20428)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`746ee587d `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` -`41dbe2c4f `_ 2021-12-30 ``Fix mypy errors in google/cloud/operators/stackdriver (#20601)`` -`dda688776 `_ 2021-12-30 ``Fix Google mlengine MyPy errors (#20569)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`bd9e8cef2 `_ 2021-12-30 ``Fix Google Mypy Dataproc errors (#20570)`` -`a6e60ce25 `_ 2021-12-30 ``Change download_video parameter to resourceName (#20528)`` -`af4a2b024 `_ 2021-12-30 ``Fix big query to mssql/mysql transfer issues (#20001)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`da88ed194 `_ 2021-12-29 ``Fix MyPy errors in Google Cloud (again) (#20469)`` -`3a480f5ff `_ 2021-12-29 ``Fix passing the gzip compression parameter on sftp_to_gcs. (#20553)`` -`bfd6d45ce `_ 2021-12-29 ``switch to follow_redirects on httpx.get call in CloudSQL provider (#20239)`` -`7d4d38b54 `_ 2021-12-29 ``avoid deprecation warnings in BigQuery transfer operators (#20502)`` -`b7086f981 `_ 2021-12-28 ``Use Python3.7+ syntax in pyupgrade (#20501)`` -`a4622e19f `_ 2021-12-22 ``Support regional GKE cluster (#18966)`` -`2ffdcf4b4 `_ 2021-12-21 ``Fixes docstring for PubSubCreateSubscriptionOperator (#20237)`` -`d4c4f9e09 `_ 2021-12-21 ``Fix mypy errors for google.cloud_build (#20234)`` -`c6dbb3f88 `_ 2021-12-21 ``Fix MyPy for Google Bigquery (#20329)`` -`ed604b62f `_ 2021-12-18 ``Fix remaining MyPy errors in Google Provider (#20358)`` -`17404f1f1 `_ 2021-12-16 ``Move source_objects datatype check out of GCSToBigQueryOperator.__init__ (#20347)`` -`174681911 `_ 2021-12-16 ``Fix MyPy Errors for dataproc package (#20327)`` -`2fb5e1d0e `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`21b866188 `_ 2021-12-15 ``Fix missing get_backup method for Dataproc Metastore (#20326)`` -`cdaa9a252 `_ 2021-12-15 ``Fix MyPy errors for google.cloud.tasks (#20233)`` -`43efde623 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` -`c4b369410 `_ 2021-12-15 ``Fix MyPy errors in leveldb (#20222)`` -`1570519a9 `_ 2021-12-14 ``Fix MyPy errors for google.cloud.transfers (#20229)`` -`632bd0133 `_ 2021-12-13 ``Fix MyPY errors for google.cloud.example_dags (#20232)`` -`644051abc `_ 2021-12-13 ``Fix MyPy errors for google/marketing_platform and suite (#20227)`` -`a20846380 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` -`98514cc15 `_ 2021-12-13 ``Add optional location to bigquery data transfer service (#15088) (#20221)`` -`1f662571b `_ 2021-12-12 ``Fix MyPy errors in google.cloud.sensors (#20228)`` -`22341b90d `_ 2021-12-11 ``Add Google Cloud Tasks how-to documentation (#20145)`` -`e9262752d `_ 2021-12-11 ``Finalised Datastore documentation (#20138)`` -`fa96b0939 `_ 2021-12-09 ``Update Sphinx and Sphinx-AutoAPI (#20079)`` -`ed8b63ba2 `_ 2021-12-08 ``Providers facebook hook multiple account (#19377)`` -`50bf53665 `_ 2021-12-08 ``Remove deprecated method call (blob.download_as_string) (#20091)`` -`564fe635b `_ 2021-12-06 ``Added example DAG for MSSQL to Google Cloud Storage (GCS) (#19873)`` -`cb082d361 `_ 2021-12-02 ``Remove deprecated template_fields from GoogleDriveToGCSOperator (#19991)`` -`6977c4757 `_ 2021-12-01 ``BigQueryHook fix typo in run_load doc string (#19924)`` -`f6dca1fa5 `_ 2021-12-01 ``Update doc reference links (#19909)`` -================================================================================================ =========== ===================================================================================== +================================================================================================= =========== ===================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`a22d5bd076 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` +`4233ebe5ce `_ 2021-12-31 ``Fix setting of project ID in ''provide_authorized_gcloud'' (#20428)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` +`41dbe2c4fc `_ 2021-12-30 ``Fix mypy errors in google/cloud/operators/stackdriver (#20601)`` +`dda688776c `_ 2021-12-30 ``Fix Google mlengine MyPy errors (#20569)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`bd9e8cef26 `_ 2021-12-30 ``Fix Google Mypy Dataproc errors (#20570)`` +`a6e60ce25d `_ 2021-12-30 ``Change download_video parameter to resourceName (#20528)`` +`af4a2b0240 `_ 2021-12-30 ``Fix big query to mssql/mysql transfer issues (#20001)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`da88ed1943 `_ 2021-12-29 ``Fix MyPy errors in Google Cloud (again) (#20469)`` +`3a480f5ff4 `_ 2021-12-29 ``Fix passing the gzip compression parameter on sftp_to_gcs. (#20553)`` +`bfd6d45cec `_ 2021-12-29 ``switch to follow_redirects on httpx.get call in CloudSQL provider (#20239)`` +`7d4d38b546 `_ 2021-12-29 ``avoid deprecation warnings in BigQuery transfer operators (#20502)`` +`b7086f9815 `_ 2021-12-28 ``Use Python3.7+ syntax in pyupgrade (#20501)`` +`a4622e19fa `_ 2021-12-22 ``Support regional GKE cluster (#18966)`` +`2ffdcf4b41 `_ 2021-12-21 ``Fixes docstring for PubSubCreateSubscriptionOperator (#20237)`` +`d4c4f9e09e `_ 2021-12-21 ``Fix mypy errors for google.cloud_build (#20234)`` +`c6dbb3f885 `_ 2021-12-21 ``Fix MyPy for Google Bigquery (#20329)`` +`ed604b62f3 `_ 2021-12-18 ``Fix remaining MyPy errors in Google Provider (#20358)`` +`17404f1f10 `_ 2021-12-16 ``Move source_objects datatype check out of GCSToBigQueryOperator.__init__ (#20347)`` +`174681911f `_ 2021-12-16 ``Fix MyPy Errors for dataproc package (#20327)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`21b8661886 `_ 2021-12-15 ``Fix missing get_backup method for Dataproc Metastore (#20326)`` +`cdaa9a2529 `_ 2021-12-15 ``Fix MyPy errors for google.cloud.tasks (#20233)`` +`43efde6230 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` +`c4b3694101 `_ 2021-12-15 ``Fix MyPy errors in leveldb (#20222)`` +`1570519a97 `_ 2021-12-14 ``Fix MyPy errors for google.cloud.transfers (#20229)`` +`632bd0133e `_ 2021-12-13 ``Fix MyPY errors for google.cloud.example_dags (#20232)`` +`644051abcb `_ 2021-12-13 ``Fix MyPy errors for google/marketing_platform and suite (#20227)`` +`a208463802 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` +`98514cc159 `_ 2021-12-13 ``Add optional location to bigquery data transfer service (#15088) (#20221)`` +`1f662571b2 `_ 2021-12-12 ``Fix MyPy errors in google.cloud.sensors (#20228)`` +`22341b90da `_ 2021-12-11 ``Add Google Cloud Tasks how-to documentation (#20145)`` +`e9262752dc `_ 2021-12-11 ``Finalised Datastore documentation (#20138)`` +`fa96b09395 `_ 2021-12-09 ``Update Sphinx and Sphinx-AutoAPI (#20079)`` +`ed8b63ba24 `_ 2021-12-08 ``Providers facebook hook multiple account (#19377)`` +`50bf536656 `_ 2021-12-08 ``Remove deprecated method call (blob.download_as_string) (#20091)`` +`564fe635bd `_ 2021-12-06 ``Added example DAG for MSSQL to Google Cloud Storage (GCS) (#19873)`` +`cb082d361a `_ 2021-12-02 ``Remove deprecated template_fields from GoogleDriveToGCSOperator (#19991)`` +`6977c47572 `_ 2021-12-01 ``BigQueryHook fix typo in run_load doc string (#19924)`` +`f6dca1fa5e `_ 2021-12-01 ``Update doc reference links (#19909)`` +================================================================================================= =========== ===================================================================================== 6.2.0 ..... Latest change: 2021-11-30 -================================================================================================ =========== ======================================================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`fb478c00c `_ 2021-11-28 ``Move 'bucket_name' validation out of '__init__' in Google Marketing Platform operators (#19383)`` -`e9e530979 `_ 2021-11-28 ``Update 'default_args' value in example_functions DAG from str to int (#19865)`` -`bf68b9a84 `_ 2021-11-26 ``Create dataproc serverless spark batches operator (#19248)`` -`a192cecf6 `_ 2021-11-26 ``updates pipeline_timeout CloudDataFusionStartPipelineOperator (#18773)`` -`eb163c81d `_ 2021-11-25 ``Fix GCS system tests (#19227)`` -`744d11bdb `_ 2021-11-25 ``Clean up ''default_args'' usage in docs (#19803)`` -`0b2e1a874 `_ 2021-11-22 ``Added wait mechanizm to the DataprocJobSensor to avoid 509 errors when Job is not available (#19740)`` -`3336bb6c3 `_ 2021-11-19 ``Fix badly merged impersonation in GKEPodOperator (#19696)`` -`952ef908b `_ 2021-11-19 ``Support impersonation_chain parameter in the GKEStartPodOperator (#19518)`` -`853c16465 `_ 2021-11-18 ``Clean-up of google cloud example dags - batch 3 (#19664)`` -`355dec8fe `_ 2021-11-17 ``Misc. documentation typos and language improvements (#19599)`` -`b9d31cd44 `_ 2021-11-17 ``Cleanup dynamic 'start_date' use for miscellaneous Google example DAGs (#19400)`` -`daf234bd5 `_ 2021-11-16 ``Remove reference to deprecated operator in example_dataproc (#19619)`` -`48f228cf9 `_ 2021-11-15 ``#16691 Providing more information in docs for DataprocCreateCluster operator migration (#19446)`` -`6ef44b6a5 `_ 2021-11-15 ``Clean-up of google cloud example dags - batch 2 (#19527)`` -`dc0159e7e `_ 2021-11-14 ``Add support in GCP connection for reading key from Secret Manager (#19164)`` -`4212c4932 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` -`aa2cb5545 `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` -`c8dc0311d `_ 2021-11-08 ``Fix Cloud SQL system tests (#19014)`` -`26ad55beb `_ 2021-11-08 ``Add dataproc metastore operators (#18945)`` -`9efb989d1 `_ 2021-11-07 ``Clean-up of google cloud example dags (#19436)`` -`f421409b4 `_ 2021-11-05 ``Fix typos in warnings, docstrings, exceptions (#19424)`` -`a3c9956f7 `_ 2021-10-30 ``Add support of 'path' parameter for GCloud Storage Transfer Service operators (#17446)`` -================================================================================================ =========== ======================================================================================================== +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`fb478c00cd `_ 2021-11-28 ``Move 'bucket_name' validation out of '__init__' in Google Marketing Platform operators (#19383)`` +`e9e530979a `_ 2021-11-28 ``Update 'default_args' value in example_functions DAG from str to int (#19865)`` +`bf68b9a846 `_ 2021-11-26 ``Create dataproc serverless spark batches operator (#19248)`` +`a192cecf6b `_ 2021-11-26 ``updates pipeline_timeout CloudDataFusionStartPipelineOperator (#18773)`` +`eb163c81d1 `_ 2021-11-25 ``Fix GCS system tests (#19227)`` +`744d11bdb2 `_ 2021-11-25 ``Clean up ''default_args'' usage in docs (#19803)`` +`0b2e1a8744 `_ 2021-11-22 ``Added wait mechanizm to the DataprocJobSensor to avoid 509 errors when Job is not available (#19740)`` +`3336bb6c3c `_ 2021-11-19 ``Fix badly merged impersonation in GKEPodOperator (#19696)`` +`952ef908bc `_ 2021-11-19 ``Support impersonation_chain parameter in the GKEStartPodOperator (#19518)`` +`853c16465a `_ 2021-11-18 ``Clean-up of google cloud example dags - batch 3 (#19664)`` +`355dec8fea `_ 2021-11-17 ``Misc. documentation typos and language improvements (#19599)`` +`b9d31cd449 `_ 2021-11-17 ``Cleanup dynamic 'start_date' use for miscellaneous Google example DAGs (#19400)`` +`daf234bd5e `_ 2021-11-16 ``Remove reference to deprecated operator in example_dataproc (#19619)`` +`48f228cf9e `_ 2021-11-15 ``#16691 Providing more information in docs for DataprocCreateCluster operator migration (#19446)`` +`6ef44b6a50 `_ 2021-11-15 ``Clean-up of google cloud example dags - batch 2 (#19527)`` +`dc0159e7e4 `_ 2021-11-14 ``Add support in GCP connection for reading key from Secret Manager (#19164)`` +`4212c49324 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` +`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` +`c8dc0311da `_ 2021-11-08 ``Fix Cloud SQL system tests (#19014)`` +`26ad55beb0 `_ 2021-11-08 ``Add dataproc metastore operators (#18945)`` +`9efb989d19 `_ 2021-11-07 ``Clean-up of google cloud example dags (#19436)`` +`f421409b4d `_ 2021-11-05 ``Fix typos in warnings, docstrings, exceptions (#19424)`` +`a3c9956f79 `_ 2021-10-30 ``Add support of 'path' parameter for GCloud Storage Transfer Service operators (#17446)`` +================================================================================================= =========== ======================================================================================================== 6.1.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`55abc2f62 `_ 2021-10-28 ``Support query timeout as an argument in CassandraToGCSOperator (#18927)`` -`e4aa377da `_ 2021-10-28 ``Update BigQueryCreateExternalTableOperator doc and parameters (#18676)`` -`20847fdbf `_ 2021-10-27 ``Add value to "namespaceId" of query (#19163)`` -`3c08c025c `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` -`eba1b68b3 `_ 2021-10-27 ``Update dataflow.py (#19231)`` -`7ecf29f70 `_ 2021-10-26 ``Fix hard-coded /tmp directory in CloudSQL Hook (#19229)`` -`726a1517e `_ 2021-10-26 ``Fix bug in Dataflow hook when no jobs are returned (#18981)`` -`d9192a55b `_ 2021-10-22 ``Replacing non-attribute template_fields for BigQueryToMsSqlOperator (#19052)`` -`4fae04a47 `_ 2021-10-21 ``Upgrade the Dataproc package to 3.0.0 and migrate from v1beta2 to v1 api (#18879)`` -`0e95b5777 `_ 2021-10-19 ``Google provider catch invalid secret name (#18790)`` -`86a2a19ad `_ 2021-10-17 ``More f-strings (#18855)`` -`a418fd96f `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` -`5c3e45382 `_ 2021-10-15 ``Fix BigQueryToMsSqlOperator documentation (#18995)`` -`406b38b2e `_ 2021-10-15 ``Replace default api_version of FacebookAdsReportToGcsOperator (#18996)`` -`1571f8054 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`20df60de2 `_ 2021-10-07 ``Dataflow Operators - use project and location from job in on_kill method. (#18699)`` -`86bf2a29b `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`55abc2f620 `_ 2021-10-28 ``Support query timeout as an argument in CassandraToGCSOperator (#18927)`` +`e4aa377da7 `_ 2021-10-28 ``Update BigQueryCreateExternalTableOperator doc and parameters (#18676)`` +`20847fdbf8 `_ 2021-10-27 ``Add value to "namespaceId" of query (#19163)`` +`3c08c025c5 `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` +`eba1b68b30 `_ 2021-10-27 ``Update dataflow.py (#19231)`` +`7ecf29f70d `_ 2021-10-26 ``Fix hard-coded /tmp directory in CloudSQL Hook (#19229)`` +`726a1517ec `_ 2021-10-26 ``Fix bug in Dataflow hook when no jobs are returned (#18981)`` +`d9192a55ba `_ 2021-10-22 ``Replacing non-attribute template_fields for BigQueryToMsSqlOperator (#19052)`` +`4fae04a471 `_ 2021-10-21 ``Upgrade the Dataproc package to 3.0.0 and migrate from v1beta2 to v1 api (#18879)`` +`0e95b57772 `_ 2021-10-19 ``Google provider catch invalid secret name (#18790)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`a418fd96f7 `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` +`5c3e453820 `_ 2021-10-15 ``Fix BigQueryToMsSqlOperator documentation (#18995)`` +`406b38b2e3 `_ 2021-10-15 ``Replace default api_version of FacebookAdsReportToGcsOperator (#18996)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`20df60de24 `_ 2021-10-07 ``Dataflow Operators - use project and location from job in on_kill method. (#18699)`` +`86bf2a29ba `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` +================================================================================================= =========== ====================================================================================== 6.0.0 ..... Latest change: 2021-09-30 -================================================================================================ =========== ======================================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`9279c44c9 `_ 2021-09-29 ``Fix part of Google system tests (#18494)`` -`2fadf3c3c `_ 2021-09-27 ``Fix kubernetes engine system test (#18548)`` -`a458fcc57 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -`97d689231 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` -`a5439eee7 `_ 2021-09-23 ``Add index to the dataset name to have separate dataset for each example DAG (#18459)`` -`18d7e1e22 `_ 2021-09-21 ``Fix BigQuery system test (#18373)`` -`e25eea052 `_ 2021-09-19 ``Inclusive Language (#18349)`` -`7458f1e78 `_ 2021-09-18 ``Remove check for at least one schema in GCSToBigquery (#18150)`` -`2474f8922 `_ 2021-09-13 ``Migrate Google Cloud Build from Discovery API to Python SDK (#18184)`` -`8ae2bb9bf `_ 2021-09-13 ``Fix error when create external table using table resource (#17998)`` -`9140ad8d8 `_ 2021-09-11 ``Use parameters instead of params (#18143)`` -`3d4bfdcbb `_ 2021-09-10 ``Add missing __init__.py files for some test packages (#18142)`` -`cfb602a33 `_ 2021-09-10 ``Fix ''BigQuery'' data extraction in ''BigQueryToMySqlOperator'' (#18073)`` -`2fd3f27eb `_ 2021-09-10 ``Make next_dagrun_info take a data interval (#18088)`` -`944dcfbb9 `_ 2021-09-07 ``Change TaskInstance and TaskReschedule PK from execution_date to run_id (#17719)`` -`bfad233b9 `_ 2021-09-06 ``Fix providers tests in main branch with eager upgrades (#18040)`` -`21348c194 `_ 2021-09-03 ``fix(CloudSqlProxyRunner): don't query connections from Airflow DB (#18006)`` -`9a0c10ba3 `_ 2021-09-01 ``deduplicate running jobs on BigQueryInsertJobOperator (#17496)`` -`fe34582fc `_ 2021-09-01 ``New google operator: SQLToGoogleSheetsOperator (#17887)`` -`500780651 `_ 2021-08-31 ``Add possibility to run DAGs from system tests and see DAGs logs (#17868)`` -================================================================================================ =========== ======================================================================================== +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`9279c44c91 `_ 2021-09-29 ``Fix part of Google system tests (#18494)`` +`2fadf3c3cf `_ 2021-09-27 ``Fix kubernetes engine system test (#18548)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`97d6892318 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` +`a5439eee72 `_ 2021-09-23 ``Add index to the dataset name to have separate dataset for each example DAG (#18459)`` +`18d7e1e227 `_ 2021-09-21 ``Fix BigQuery system test (#18373)`` +`e25eea052f `_ 2021-09-19 ``Inclusive Language (#18349)`` +`7458f1e786 `_ 2021-09-18 ``Remove check for at least one schema in GCSToBigquery (#18150)`` +`2474f8922d `_ 2021-09-13 ``Migrate Google Cloud Build from Discovery API to Python SDK (#18184)`` +`8ae2bb9bfa `_ 2021-09-13 ``Fix error when create external table using table resource (#17998)`` +`9140ad8d8f `_ 2021-09-11 ``Use parameters instead of params (#18143)`` +`3d4bfdcbb9 `_ 2021-09-10 ``Add missing __init__.py files for some test packages (#18142)`` +`cfb602a33d `_ 2021-09-10 ``Fix ''BigQuery'' data extraction in ''BigQueryToMySqlOperator'' (#18073)`` +`2fd3f27ebd `_ 2021-09-10 ``Make next_dagrun_info take a data interval (#18088)`` +`944dcfbb91 `_ 2021-09-07 ``Change TaskInstance and TaskReschedule PK from execution_date to run_id (#17719)`` +`bfad233b91 `_ 2021-09-06 ``Fix providers tests in main branch with eager upgrades (#18040)`` +`21348c194d `_ 2021-09-03 ``fix(CloudSqlProxyRunner): don't query connections from Airflow DB (#18006)`` +`9a0c10ba3f `_ 2021-09-01 ``deduplicate running jobs on BigQueryInsertJobOperator (#17496)`` +`fe34582fc2 `_ 2021-09-01 ``New google operator: SQLToGoogleSheetsOperator (#17887)`` +`500780651c `_ 2021-08-31 ``Add possibility to run DAGs from system tests and see DAGs logs (#17868)`` +================================================================================================= =========== ======================================================================================== 5.1.0 ..... Latest change: 2021-08-30 -================================================================================================ =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================================================= -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`b5da846dd `_ 2021-08-30 ``Fix missing Data Fusion sensor integration (#17914)`` -`07405e6df `_ 2021-08-30 ``[AIRFLOW-9300] Add DatafusionPipelineStateSensor and aync option to the CloudDataFusionStartPipelineOperator (#17787)`` -`42e13e1a5 `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` -`aa5952e58 `_ 2021-08-27 ``Gcp ai hyperparameter tuning (#17790)`` -`87769db98 `_ 2021-08-27 ``Allow omission of 'initial_node_count' if 'node_pools' is specified (#17820)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`d04aa1352 `_ 2021-08-20 ``[Airflow 13779] use provided parameters in the wait_for_pipeline_state hook (#17137)`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`b68d1935f `_ 2021-08-19 ``Add error check for config_file parameter in GKEStartPodOperator (#17700)`` -`29aab6434 `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -`b06d52860 `_ 2021-08-11 ``Don't cache Google Secret Manager client (#17539)`` -`67cbb0f18 `_ 2021-08-02 ``Enable specifying dictionary paths in 'template_fields_renderers' (#17321)`` -`c384f9b0f `_ 2021-07-29 ``GCP Secret Manager error handling for missing credentials (#17264)`` -================================================================================================ =========== ========================================================================================================================= +================================================================================================= =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================= +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`b5da846dd1 `_ 2021-08-30 ``Fix missing Data Fusion sensor integration (#17914)`` +`07405e6df4 `_ 2021-08-30 ``[AIRFLOW-9300] Add DatafusionPipelineStateSensor and aync option to the CloudDataFusionStartPipelineOperator (#17787)`` +`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` +`aa5952e58c `_ 2021-08-27 ``Gcp ai hyperparameter tuning (#17790)`` +`87769db98f `_ 2021-08-27 ``Allow omission of 'initial_node_count' if 'node_pools' is specified (#17820)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`d04aa13526 `_ 2021-08-20 ``[Airflow 13779] use provided parameters in the wait_for_pipeline_state hook (#17137)`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`b68d1935f9 `_ 2021-08-19 ``Add error check for config_file parameter in GKEStartPodOperator (#17700)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +`b06d528603 `_ 2021-08-11 ``Don't cache Google Secret Manager client (#17539)`` +`67cbb0f181 `_ 2021-08-02 ``Enable specifying dictionary paths in 'template_fields_renderers' (#17321)`` +`c384f9b0f5 `_ 2021-07-29 ``GCP Secret Manager error handling for missing credentials (#17264)`` +================================================================================================= =========== ========================================================================================================================= 5.0.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== ======================================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================================= -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`448e50bd2 `_ 2021-07-26 ``Updating Google Cloud example DAGs to use XComArgs (#16875)`` -`aaf44ccac `_ 2021-07-26 ``Updating miscellaneous Google example DAGs to use XComArgs (#16876)`` -`d01cc945d `_ 2021-07-26 ``Fixes several failing tests after broken main (#17222)`` -`babc4250f `_ 2021-07-26 ``Fixes statich check failures (#17218)`` -`5d2224795 `_ 2021-07-25 ``Google Ads Hook: Support newer versions of the google-ads library (#17160)`` -`966b25019 `_ 2021-07-25 ``Fix GCStoGCS operator with replace diabled and existing destination object (#16991)`` -`763919d41 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` -`81bd40933 `_ 2021-07-23 ``[CASSANDRA-16814] Fix cassandra to gcs type inconsistency. (#17183)`` -`026ffe65d `_ 2021-07-19 ``fix: dataprocpysparkjob project_id as self.project_id (#17075)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`a3f5c9380 `_ 2021-07-13 ``Update alias for field_mask in Google Memmcache (#16975)`` -`b0f7f91fe `_ 2021-07-07 ``Standardise dataproc location param to region (#16034)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ======================================================================================= +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`448e50bd23 `_ 2021-07-26 ``Updating Google Cloud example DAGs to use XComArgs (#16875)`` +`aaf44ccace `_ 2021-07-26 ``Updating miscellaneous Google example DAGs to use XComArgs (#16876)`` +`d01cc945dd `_ 2021-07-26 ``Fixes several failing tests after broken main (#17222)`` +`babc4250f3 `_ 2021-07-26 ``Fixes statich check failures (#17218)`` +`5d2224795b `_ 2021-07-25 ``Google Ads Hook: Support newer versions of the google-ads library (#17160)`` +`966b250199 `_ 2021-07-25 ``Fix GCStoGCS operator with replace diabled and existing destination object (#16991)`` +`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` +`81bd40933e `_ 2021-07-23 ``[CASSANDRA-16814] Fix cassandra to gcs type inconsistency. (#17183)`` +`026ffe65d4 `_ 2021-07-19 ``fix: dataprocpysparkjob project_id as self.project_id (#17075)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`a3f5c93806 `_ 2021-07-13 ``Update alias for field_mask in Google Memmcache (#16975)`` +`b0f7f91fe2 `_ 2021-07-07 ``Standardise dataproc location param to region (#16034)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ======================================================================================= 4.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ========================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`8a9c33783 `_ 2021-06-15 ``Remove class references in changelogs (#16454)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`3c5cc42e1 `_ 2021-06-14 ``Fix deprecation warnings location in google provider (#16403)`` -`b272f9cec `_ 2021-06-13 ``fix: ensure datetime-related values fully compatible with MySQL and BigQuery (#15026)`` -`7f8f75eb8 `_ 2021-06-12 ``Add BigQueryToMsSqlOperator (#15422)`` -`0c80a7d41 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`1e647029e `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` -`99d153528 `_ 2021-05-31 ``Fix: GCS To BigQuery source_object (#16160)`` -`e1137523d `_ 2021-05-30 ``Fix: Unnecessary downloads in ''GCSToLocalFilesystemOperator'' (#16171)`` -`904709d34 `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`86768859c `_ 2021-05-26 ``Fix bigquery type error when export format is parquet (#16027)`` -`6ae9aeec3 `_ 2021-05-26 ``pass wait_for_done parameter down to _DataflowJobsController (#15541)`` -`476d0f6e3 `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`aa4713e43 `_ 2021-05-21 ``Use api version only in GoogleAdsHook not operators (#15266)`` -`76a80bb17 `_ 2021-05-19 ``Move plyvel to google provider extra (#15812)`` -`bb115da0b `_ 2021-05-17 ``Get rid of requests as core dependency (#15781)`` -`9c8391a13 `_ 2021-05-10 ``Fix spelling (#15699)`` -`3711a29e5 `_ 2021-05-09 ``Fix argument ordering and type of bucket and object (#15738)`` -`a01567c47 `_ 2021-05-08 ``Fix sql_to_gcs docstring lint error (#15730)`` -`f3fada910 `_ 2021-05-07 ``Add short description to BaseSQLToGCSOperator docstring (#15728)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`b8c0fde38 `_ 2021-05-07 ``Add extra links for google dataproc (#10343)`` -`3b4fdd0a7 `_ 2021-05-06 ``add oracle connection link (#15632)`` -`cf6324e43 `_ 2021-05-04 ``Implement BigQuery Table Schema Update Operator (#15367)`` -`0f97a3970 `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -================================================================================================ =========== ========================================================================================= +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`8a9c337838 `_ 2021-06-15 ``Remove class references in changelogs (#16454)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`3c5cc42e13 `_ 2021-06-14 ``Fix deprecation warnings location in google provider (#16403)`` +`b272f9cec9 `_ 2021-06-13 ``fix: ensure datetime-related values fully compatible with MySQL and BigQuery (#15026)`` +`7f8f75eb80 `_ 2021-06-12 ``Add BigQueryToMsSqlOperator (#15422)`` +`0c80a7d411 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` +`99d1535287 `_ 2021-05-31 ``Fix: GCS To BigQuery source_object (#16160)`` +`e1137523d4 `_ 2021-05-30 ``Fix: Unnecessary downloads in ''GCSToLocalFilesystemOperator'' (#16171)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`86768859c6 `_ 2021-05-26 ``Fix bigquery type error when export format is parquet (#16027)`` +`6ae9aeec3f `_ 2021-05-26 ``pass wait_for_done parameter down to _DataflowJobsController (#15541)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`aa4713e43f `_ 2021-05-21 ``Use api version only in GoogleAdsHook not operators (#15266)`` +`76a80bb17c `_ 2021-05-19 ``Move plyvel to google provider extra (#15812)`` +`bb115da0b7 `_ 2021-05-17 ``Get rid of requests as core dependency (#15781)`` +`9c8391a13f `_ 2021-05-10 ``Fix spelling (#15699)`` +`3711a29e5e `_ 2021-05-09 ``Fix argument ordering and type of bucket and object (#15738)`` +`a01567c471 `_ 2021-05-08 ``Fix sql_to_gcs docstring lint error (#15730)`` +`f3fada9101 `_ 2021-05-07 ``Add short description to BaseSQLToGCSOperator docstring (#15728)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`b8c0fde38a `_ 2021-05-07 ``Add extra links for google dataproc (#10343)`` +`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` +`cf6324e43b `_ 2021-05-04 ``Implement BigQuery Table Schema Update Operator (#15367)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +================================================================================================= =========== ========================================================================================= 3.0.0 ..... Latest change: 2021-05-01 -================================================================================================ =========== ==================================================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================================================== -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`814e471d1 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`bf2b48174 `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`4b031d39e `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`e229f3541 `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` -`71c673e42 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -`3b9a91806 `_ 2021-04-22 ``Bugfix: Fix rendering of ''object_name'' in ''GCSToLocalFilesystemOperator'' (#15487)`` -`c5e302030 `_ 2021-04-21 ``Fix typo in DataprocCreateClusterOperator (#15462)`` -`42a1ca8aa `_ 2021-04-20 ``Fixes wrongly specified path for leveldb hook (#15453)`` -`6da36bad2 `_ 2021-04-18 ``[Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator (#15250)`` -`f64990560 `_ 2021-04-15 ``fix docstring typos (#15392)`` -`7bf69edca `_ 2021-04-08 ``Fix typo in a docstring (#15276)`` -================================================================================================ =========== ==================================================================================================== +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +`3b9a91806e `_ 2021-04-22 ``Bugfix: Fix rendering of ''object_name'' in ''GCSToLocalFilesystemOperator'' (#15487)`` +`c5e302030d `_ 2021-04-21 ``Fix typo in DataprocCreateClusterOperator (#15462)`` +`42a1ca8aab `_ 2021-04-20 ``Fixes wrongly specified path for leveldb hook (#15453)`` +`6da36bad2c `_ 2021-04-18 ``[Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator (#15250)`` +`f649905606 `_ 2021-04-15 ``fix docstring typos (#15392)`` +`7bf69edca0 `_ 2021-04-08 ``Fix typo in a docstring (#15276)`` +================================================================================================= =========== ==================================================================================================== 2.2.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ==================================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================================== -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`eae22cec9 `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` -`e49722859 `_ 2021-04-05 ``Updates 3.6 limits for latest versions of a few libraries (#15209)`` -`1d641d8f1 `_ 2021-04-01 ``update remaining old import paths of operators (#15127)`` -`099c490cf `_ 2021-03-28 ``Override project in dataprocSubmitJobOperator (#14981)`` -`537969889 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` -`a7ca1b3b0 `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`a7e144bec `_ 2021-03-23 ``Google Dataflow Hook to handle no Job Type (#14914)`` -`72ea841b4 `_ 2021-03-22 ``GCS to BigQuery Transfer Operator with Labels and Description parameter (#14881)`` -`e172bd0e1 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`ddc9133d3 `_ 2021-03-15 ``Add GCS timespan transform operator (#13996)`` -`943baff67 `_ 2021-03-10 ``Add job labels to bigquery check operators. (#14685)`` -`6dc24c95e `_ 2021-03-07 ``Fix grammar and remove duplicate words (#14647)`` -`e7bb17aeb `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`7daebefd1 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` -`35c9a9029 `_ 2021-03-01 ``Add Google leveldb hook and operator (#13109) (#14105)`` -================================================================================================ =========== ==================================================================================== +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` +`e49722859b `_ 2021-04-05 ``Updates 3.6 limits for latest versions of a few libraries (#15209)`` +`1d641d8f11 `_ 2021-04-01 ``update remaining old import paths of operators (#15127)`` +`099c490cff `_ 2021-03-28 ``Override project in dataprocSubmitJobOperator (#14981)`` +`5379698892 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`a7e144bec8 `_ 2021-03-23 ``Google Dataflow Hook to handle no Job Type (#14914)`` +`72ea841b4b `_ 2021-03-22 ``GCS to BigQuery Transfer Operator with Labels and Description parameter (#14881)`` +`e172bd0e16 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`ddc9133d36 `_ 2021-03-15 ``Add GCS timespan transform operator (#13996)`` +`943baff670 `_ 2021-03-10 ``Add job labels to bigquery check operators. (#14685)`` +`6dc24c95e3 `_ 2021-03-07 ``Fix grammar and remove duplicate words (#14647)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`7daebefd15 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` +`35c9a90292 `_ 2021-03-01 ``Add Google leveldb hook and operator (#13109) (#14105)`` +================================================================================================= =========== ==================================================================================== 2.1.0 ..... Latest change: 2021-02-27 -================================================================================================ =========== =============================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================================================================================== -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`50a1504c5 `_ 2021-02-27 ``Fix spellings (#14483)`` -`bfef559cf `_ 2021-02-27 ``Corrects order of argument in docstring in GCSHook.download method (#14497)`` -`33214d932 `_ 2021-02-26 ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`` -`c28197998 `_ 2021-02-23 ``Documentation and example dag for CloudDLPDeidentifyContentOperator, GCSObjectExistenceSensor, GCSObjectsWithPrefixExistenceSensor (#14033)`` -`ca35bd7f7 `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` -`a7e4266d6 `_ 2021-02-21 ``Refactor GoogleDriveToGCSOperator to use common methods (#14276)`` -`1ab406663 `_ 2021-02-16 ``Add GoogleDriveToLocalOperator (#14191)`` -`59c94c679 `_ 2021-02-13 ``Add 'exists_ok' flag to BigQueryCreateEmptyTable(Dataset)Operator (#14026)`` -`e31b27d59 `_ 2021-02-13 ``Add materialized view support for BigQuery (#14201)`` -`e3bcaa3ba `_ 2021-02-12 ``Correct typo in GCSObjectsWtihPrefixExistenceSensor (#14179)`` -`7faa2d978 `_ 2021-02-10 ``Add BigQueryUpdateTableOperator (#14149)`` -`1da697216 `_ 2021-02-10 ``Fixes to dataproc operators and hook (#14086)`` -`02288cf2b `_ 2021-02-10 ``Add param to CloudDataTransferServiceOperator (#14118)`` -`7d3864547 `_ 2021-02-09 ``#9803 fix bug in copy operation without wildcard (#13919)`` -`b0c382426 `_ 2021-02-07 ``Add gdrive_to_gcs operator, drive sensor, additional functionality to drive hook, and supporting tests (#13982)`` -`5d7d46bb3 `_ 2021-02-05 ``Improve GCSToSFTPOperator paths handling (#11284)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== =============================================================================================================================================== +================================================================================================= =========== =============================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`50a1504c52 `_ 2021-02-27 ``Fix spellings (#14483)`` +`bfef559cf6 `_ 2021-02-27 ``Corrects order of argument in docstring in GCSHook.download method (#14497)`` +`33214d9326 `_ 2021-02-26 ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`` +`c281979982 `_ 2021-02-23 ``Documentation and example dag for CloudDLPDeidentifyContentOperator, GCSObjectExistenceSensor, GCSObjectsWithPrefixExistenceSensor (#14033)`` +`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` +`a7e4266d67 `_ 2021-02-21 ``Refactor GoogleDriveToGCSOperator to use common methods (#14276)`` +`1ab406663e `_ 2021-02-16 ``Add GoogleDriveToLocalOperator (#14191)`` +`59c94c679e `_ 2021-02-13 ``Add 'exists_ok' flag to BigQueryCreateEmptyTable(Dataset)Operator (#14026)`` +`e31b27d593 `_ 2021-02-13 ``Add materialized view support for BigQuery (#14201)`` +`e3bcaa3ba3 `_ 2021-02-12 ``Correct typo in GCSObjectsWtihPrefixExistenceSensor (#14179)`` +`7faa2d978c `_ 2021-02-10 ``Add BigQueryUpdateTableOperator (#14149)`` +`1da6972165 `_ 2021-02-10 ``Fixes to dataproc operators and hook (#14086)`` +`02288cf2ba `_ 2021-02-10 ``Add param to CloudDataTransferServiceOperator (#14118)`` +`7d38645472 `_ 2021-02-09 ``#9803 fix bug in copy operation without wildcard (#13919)`` +`b0c382426c `_ 2021-02-07 ``Add gdrive_to_gcs operator, drive sensor, additional functionality to drive hook, and supporting tests (#13982)`` +`5d7d46bb33 `_ 2021-02-05 ``Improve GCSToSFTPOperator paths handling (#11284)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== =============================================================================================================================================== 2.0.0 ..... Latest change: 2021-02-04 -================================================================================================ =========== ========================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================= -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`1872d8719 `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` -`0e8c77b93 `_ 2021-02-03 ``Support google-cloud-logging' >=2.0.0 (#13801)`` -`833e33832 `_ 2021-02-02 ``Fix four bugs in StackdriverTaskHandler (#13784)`` -`d2efb3323 `_ 2021-02-02 ``Support google-cloud-monitoring>=2.0.0 (#13769)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`823741cfe `_ 2021-01-28 ``Improve GCS system test envs (#13946)`` -`6d6588fe2 `_ 2021-01-28 ``Add Google Cloud Workflows Operators (#13366)`` -`810c15ed8 `_ 2021-01-27 ``Fix and improve GCP BigTable hook and system test (#13896)`` -`661661733 `_ 2021-01-27 ``Add env variables to PubSub example dag (#13794)`` -`f473ca713 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`9592be88e `_ 2021-01-22 ``Fix Google Spanner example dag (#13842)`` -`af52fdb51 `_ 2021-01-22 ``Improve environment variables in GCP Dataflow system test (#13841)`` -`e7946f1cb `_ 2021-01-22 ``Improve environment variables in GCP Datafusion system test (#13837)`` -`61c1d6ec6 `_ 2021-01-22 ``Improve environment variables in GCP Memorystore system test (#13833)`` -`202f66093 `_ 2021-01-22 ``Improve environment variables in GCP Lifeciences system test (#13834)`` -`70bf307f3 `_ 2021-01-21 ``Add How To Guide for Dataflow (#13461)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`309788e5e `_ 2021-01-18 ``Refactor DataprocOperators to support google-cloud-dataproc 2.0 (#13256)`` -`7ec858c45 `_ 2021-01-17 ``updated Google DV360 Hook to fix SDF issue (#13703)`` -`ef8617ec9 `_ 2021-01-14 ``Support google-cloud-tasks>=2.0.0 (#13347)`` -`189af5404 `_ 2021-01-13 ``Add system tests for Stackdriver operators (#13644)`` -`a6f999b62 `_ 2021-01-11 ``Support google-cloud-automl >=2.1.0 (#13505)`` -`947dbb73b `_ 2021-01-11 ``Support google-cloud-datacatalog>=3.0.0 (#13534)`` -`2fb68342b `_ 2021-01-07 ``Replace deprecated module and operator in example_tasks.py (#13527)`` -`003584bbf `_ 2021-01-05 ``Fix failing backport packages test (#13497)`` -`7d1ea4cb1 `_ 2021-01-05 ``Replace deprecated module and operator in example_tasks.py (#13473)`` -`c7d75ad88 `_ 2021-01-05 ``Revert "Support google-cloud-datacatalog 3.0.0 (#13224)" (#13482)`` -`feb84057d `_ 2021-01-04 ``Support google-cloud-datacatalog 3.0.0 (#13224)`` -`3a3e73998 `_ 2021-01-04 ``Fix insert_all method of BigQueryHook to support tables without schema (#13138)`` -`c33d2c06b `_ 2021-01-02 ``Fix another pylint c-extension-no-member (#13438)`` -`f6518dd6a `_ 2021-01-02 ``Generalize MLEngineStartTrainingJobOperator to custom images (#13318)`` -`9de712708 `_ 2020-12-31 ``Support google-cloud-bigquery-datatransfer>=3.0.0 (#13337)`` -`406181d64 `_ 2020-12-31 ``Add Parquet data type to BaseSQLToGCSOperator (#13359)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`13a9747bf `_ 2020-12-28 ``Revert "Support google-cloud-tasks>=2.0.0 (#13334)" (#13341)`` -`04ec45f04 `_ 2020-12-28 ``Add DataprocCreateWorkflowTemplateOperator (#13338)`` -`1f712219f `_ 2020-12-28 ``Support google-cloud-tasks>=2.0.0 (#13334)`` -`f4745c8ce `_ 2020-12-26 ``Fix typo in example (#13321)`` -`e9d65bd45 `_ 2020-12-24 ``Decode Remote Google Logs (#13115)`` -`e7aeacf33 `_ 2020-12-24 ``Add OracleToGCS Transfer (#13246)`` -`323084e97 `_ 2020-12-24 ``Add timeout option to gcs hook methods. (#13156)`` -`0b626c804 `_ 2020-12-22 ``Support google-cloud-redis>=2.0.0 (#13117)`` -`9042a5855 `_ 2020-12-22 ``Add more operators to example DAGs for Cloud Tasks (#13235)`` -`8c00ec89b `_ 2020-12-22 ``Support google-cloud-pubsub>=2.0.0 (#13127)`` -`b26b0df5b `_ 2020-12-22 ``Update compatibility with google-cloud-kms>=2.0 (#13124)`` -`9a1d3820d `_ 2020-12-22 ``Support google-cloud-datacatalog>=1.0.0 (#13097)`` -`f95b1c9c9 `_ 2020-12-21 ``Add regional support to dataproc workflow template operators (#12907)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`23f27c1b1 `_ 2020-12-18 ``Add system tests for CloudKMSHook (#13122)`` -`cddbf81b1 `_ 2020-12-17 ``Fix Google BigQueryHook method get_schema() (#13136)`` -`1259c712a `_ 2020-12-17 ``Update compatibility with google-cloud-os-login>=2.0.0 (#13126)`` -`bcf77586e `_ 2020-12-16 ``Fix Data Catalog operators (#13096)`` -`5090fb0c8 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -`b4b9cf559 `_ 2020-12-14 ``Check for missing references to operator guides (#13059)`` -`1c1ef7ee6 `_ 2020-12-14 ``Add project_id to client inside BigQuery hook update_table method (#13018)`` -================================================================================================ =========== ========================================================================================= +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`1872d8719d `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` +`0e8c77b93a `_ 2021-02-03 ``Support google-cloud-logging' >=2.0.0 (#13801)`` +`833e338323 `_ 2021-02-02 ``Fix four bugs in StackdriverTaskHandler (#13784)`` +`d2efb33239 `_ 2021-02-02 ``Support google-cloud-monitoring>=2.0.0 (#13769)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`823741cfea `_ 2021-01-28 ``Improve GCS system test envs (#13946)`` +`6d6588fe2b `_ 2021-01-28 ``Add Google Cloud Workflows Operators (#13366)`` +`810c15ed85 `_ 2021-01-27 ``Fix and improve GCP BigTable hook and system test (#13896)`` +`6616617331 `_ 2021-01-27 ``Add env variables to PubSub example dag (#13794)`` +`f473ca7130 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`9592be88e5 `_ 2021-01-22 ``Fix Google Spanner example dag (#13842)`` +`af52fdb511 `_ 2021-01-22 ``Improve environment variables in GCP Dataflow system test (#13841)`` +`e7946f1cb7 `_ 2021-01-22 ``Improve environment variables in GCP Datafusion system test (#13837)`` +`61c1d6ec6c `_ 2021-01-22 ``Improve environment variables in GCP Memorystore system test (#13833)`` +`202f66093a `_ 2021-01-22 ``Improve environment variables in GCP Lifeciences system test (#13834)`` +`70bf307f38 `_ 2021-01-21 ``Add How To Guide for Dataflow (#13461)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`309788e5e2 `_ 2021-01-18 ``Refactor DataprocOperators to support google-cloud-dataproc 2.0 (#13256)`` +`7ec858c452 `_ 2021-01-17 ``updated Google DV360 Hook to fix SDF issue (#13703)`` +`ef8617ec9d `_ 2021-01-14 ``Support google-cloud-tasks>=2.0.0 (#13347)`` +`189af54043 `_ 2021-01-13 ``Add system tests for Stackdriver operators (#13644)`` +`a6f999b62e `_ 2021-01-11 ``Support google-cloud-automl >=2.1.0 (#13505)`` +`947dbb73bb `_ 2021-01-11 ``Support google-cloud-datacatalog>=3.0.0 (#13534)`` +`2fb68342b0 `_ 2021-01-07 ``Replace deprecated module and operator in example_tasks.py (#13527)`` +`003584bbf1 `_ 2021-01-05 ``Fix failing backport packages test (#13497)`` +`7d1ea4cb10 `_ 2021-01-05 ``Replace deprecated module and operator in example_tasks.py (#13473)`` +`c7d75ad887 `_ 2021-01-05 ``Revert "Support google-cloud-datacatalog 3.0.0 (#13224)" (#13482)`` +`feb84057d3 `_ 2021-01-04 ``Support google-cloud-datacatalog 3.0.0 (#13224)`` +`3a3e739981 `_ 2021-01-04 ``Fix insert_all method of BigQueryHook to support tables without schema (#13138)`` +`c33d2c06b6 `_ 2021-01-02 ``Fix another pylint c-extension-no-member (#13438)`` +`f6518dd6a1 `_ 2021-01-02 ``Generalize MLEngineStartTrainingJobOperator to custom images (#13318)`` +`9de7127083 `_ 2020-12-31 ``Support google-cloud-bigquery-datatransfer>=3.0.0 (#13337)`` +`406181d64a `_ 2020-12-31 ``Add Parquet data type to BaseSQLToGCSOperator (#13359)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`13a9747bf1 `_ 2020-12-28 ``Revert "Support google-cloud-tasks>=2.0.0 (#13334)" (#13341)`` +`04ec45f045 `_ 2020-12-28 ``Add DataprocCreateWorkflowTemplateOperator (#13338)`` +`1f712219fa `_ 2020-12-28 ``Support google-cloud-tasks>=2.0.0 (#13334)`` +`f4745c8ce1 `_ 2020-12-26 ``Fix typo in example (#13321)`` +`e9d65bd458 `_ 2020-12-24 ``Decode Remote Google Logs (#13115)`` +`e7aeacf335 `_ 2020-12-24 ``Add OracleToGCS Transfer (#13246)`` +`323084e97d `_ 2020-12-24 ``Add timeout option to gcs hook methods. (#13156)`` +`0b626c8042 `_ 2020-12-22 ``Support google-cloud-redis>=2.0.0 (#13117)`` +`9042a58553 `_ 2020-12-22 ``Add more operators to example DAGs for Cloud Tasks (#13235)`` +`8c00ec89b9 `_ 2020-12-22 ``Support google-cloud-pubsub>=2.0.0 (#13127)`` +`b26b0df5b0 `_ 2020-12-22 ``Update compatibility with google-cloud-kms>=2.0 (#13124)`` +`9a1d3820d6 `_ 2020-12-22 ``Support google-cloud-datacatalog>=1.0.0 (#13097)`` +`f95b1c9c95 `_ 2020-12-21 ``Add regional support to dataproc workflow template operators (#12907)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`23f27c1b1c `_ 2020-12-18 ``Add system tests for CloudKMSHook (#13122)`` +`cddbf81b12 `_ 2020-12-17 ``Fix Google BigQueryHook method get_schema() (#13136)`` +`1259c712a4 `_ 2020-12-17 ``Update compatibility with google-cloud-os-login>=2.0.0 (#13126)`` +`bcf77586ef `_ 2020-12-16 ``Fix Data Catalog operators (#13096)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +`b4b9cf5597 `_ 2020-12-14 ``Check for missing references to operator guides (#13059)`` +`1c1ef7ee69 `_ 2020-12-14 ``Add project_id to client inside BigQuery hook update_table method (#13018)`` +================================================================================================= =========== ========================================================================================= 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`1dcd3e13f `_ 2020-12-05 ``Add support for extra links coming from the providers (#12472)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`02d94349b `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` -`76bcd08dc `_ 2020-11-28 ``Added '@apply_defaults' decorator. (#12620)`` -`e1ebfa68b `_ 2020-11-27 ``Add DataflowJobMessagesSensor and DataflowAutoscalingEventsSensor (#12249)`` -`3fa51f94d `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`9e3b2c554 `_ 2020-11-19 ``GCP Secrets Optional Lookup (#12360)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`8d0950646 `_ 2020-11-18 ``Fix download method in GCSToBigQueryOperator (#12442)`` -`2c0920fba `_ 2020-11-17 ``Adds mechanism for provider package discovery. (#12383)`` -`2cda2f2a0 `_ 2020-11-17 ``Add missing pre-commit definition - provider-yamls (#12393)`` -`80a957f14 `_ 2020-11-17 ``Add Dataflow sensors - job metrics (#12039)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`917e6c442 `_ 2020-11-16 ``Add provide_file_and_upload to GCSHook (#12310)`` -`cfa4ecfeb `_ 2020-11-15 ``Add DataflowJobStatusSensor and support non-blocking execution of jobs (#11726)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`32b59f835 `_ 2020-11-12 ``Fixes the sending of an empty list to BigQuery 'list_rows' (#12307)`` -`250436d96 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` -`502ba309e `_ 2020-11-10 ``Enable Markdownlint rule - MD022/blanks-around-headings (#12225)`` -`dd2095f4a `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`f37c6e6fc `_ 2020-11-10 ``Add Compute Engine SSH hook (#9879)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`61feb6ec4 `_ 2020-11-09 ``Provider's readmes generated for elasticsearch and google packages (#12194)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`fcb6b00ef `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` -`2ef3b7ef8 `_ 2020-11-08 ``Fix ERROR - Object of type 'bytes' is not JSON serializable when using store_to_xcom_key parameter (#12172)`` -`0caec9fd3 `_ 2020-11-06 ``Dataflow - add waiting for successful job cancel (#11501)`` -`cf9437d79 `_ 2020-11-06 ``Simplify string expressions (#12123)`` -`91a64db50 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` -`fd3db778e `_ 2020-11-04 ``Add server side cursor support for postgres to GCS operator (#11793)`` -`f1f194026 `_ 2020-11-04 ``Add DataflowStartSQLQuery operator (#8553)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`5f5244b74 `_ 2020-11-04 ``Add template fields renderers to Biguery and Dataproc operators (#12067)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`45ae145c2 `_ 2020-11-03 ``Log BigQuery job id in insert method of BigQueryHook (#12056)`` -`e324b37a6 `_ 2020-11-03 ``Add job name and progress logs to Cloud Storage Transfer Hook (#12014)`` -`6071fdd58 `_ 2020-11-02 ``Improve handling server errors in DataprocSubmitJobOperator (#11947)`` -`2f703df12 `_ 2020-10-30 ``Add SalesforceToGcsOperator (#10760)`` -`e5713e00b `_ 2020-10-29 ``Add drain option when canceling Dataflow pipelines (#11374)`` -`37eaac3c5 `_ 2020-10-29 ``The PRs which are not approved run subset of tests (#11828)`` -`79cb77199 `_ 2020-10-28 ``Fixing re pattern and changing to use a single character class. (#11857)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`240c7d4d7 `_ 2020-10-26 ``Google Memcached hooks - improve protobuf messages handling (#11743)`` -`8afdb6ac6 `_ 2020-10-26 ``Fix spellings (#11825)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`6ce855af1 `_ 2020-10-24 ``Fix spelling (#11821)`` -`483068745 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`727c739af `_ 2020-10-22 ``Improve Cloud Memorystore for Redis example (#11735)`` -`1da8379c9 `_ 2020-10-22 ``Fix static checks after merging #10121 (#11737)`` -`91503308c `_ 2020-10-22 ``Add Google Cloud Memorystore Memcached Operators (#10121)`` -`950c16d0b `_ 2020-10-21 ``Retry requests in case of error in Google ML Engine Hook (#11712)`` -`2bfc53b5e `_ 2020-10-21 ``Fix doc errors in google provider files. (#11713)`` -`53e606210 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`2d854c350 `_ 2020-10-19 ``Add service_account to Google ML Engine operator (#11619)`` -`46a121fb7 `_ 2020-10-18 ``docs: Update Bigquery clustering docstrings (#11232)`` -`49c58147f `_ 2020-10-18 ``Strict type checking for provider Google (#11609)`` -`0823d46a7 `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` -`3c10ca650 `_ 2020-10-16 ``Add DataflowStartFlexTemplateOperator (#8550)`` -`8865d14df `_ 2020-10-16 ``Strict type checking for provider google cloud (#11548)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`06141d6d0 `_ 2020-10-12 ``Google cloud operator strict type check (#11450)`` -`d305876be `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`1845cd11b `_ 2020-10-11 ``Strict type check for google ads and cloud hooks (#11390)`` -`bd204bb91 `_ 2020-10-11 ``Optionally set null marker in csv exports in BaseSQLToGCSOperator (#11409)`` -`75071831b `_ 2020-10-10 ``Remove redundant parentheses from Python files (#10967)`` -`8baf657fc `_ 2020-10-09 ``Fix regression in DataflowTemplatedJobStartOperator (#11167)`` -`b0fcf6755 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` -`47b05a87f `_ 2020-10-07 ``Improve handling of job_id in BigQuery operators (#11287)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`cb52fb0ae `_ 2020-09-27 ``Add example DAG and system test for MySQLToGCSOperator (#10990)`` -`99accec29 `_ 2020-09-25 ``Fix incorrect Usage of Optional[str] & Optional[int] (#11141)`` -`e3f96ce7a `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`daf8f3108 `_ 2020-09-23 ``Add template fields renderers for better UI rendering (#11061)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`cb979f9f2 `_ 2020-09-22 ``Get Airflow configs with sensitive data from CloudSecretManagerBackend (#11024)`` -`76545bb3d `_ 2020-09-16 ``Add example dag and system test for S3ToGCSOperator (#10951)`` -`22c631625 `_ 2020-09-16 ``Fix more docs spellings (#10965)`` -`12a652f53 `_ 2020-09-13 ``Fix parameter name collision in AutoMLBatchPredictOperator #10723 (#10869)`` -`41a62735e `_ 2020-09-11 ``Add on_kill method to BigQueryInsertJobOperator (#10866)`` -`3e91da56e `_ 2020-09-11 ``fix typo in firebase/example_filestore DAG (#10875)`` -`68cc7273b `_ 2020-09-10 ``Add on_kill method to DataprocSubmitJobOperator (#10847)`` -`f92095721 `_ 2020-09-10 ``Fix and remove some more typos from spelling_wordlist.txt (#10845)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`078bfaf60 `_ 2020-09-08 ``Extract missing gcs_to_local example DAG from gcs example (#10767)`` -`10ce31127 `_ 2020-09-08 ``Deprecate using global as the default region in Google Dataproc operators and hooks (#10772)`` -`f14f37971 `_ 2020-09-07 ``[AIRFLOW-10672] Refactor BigQueryToGCSOperator to use new method (#10773)`` -`c8ee45568 `_ 2020-09-07 ``Refactor DataprocCreateCluster operator to use simpler interface (#10403)`` -`ece685b5b `_ 2020-09-05 ``Asynchronous execution of Dataproc jobs with a Sensor (#10673)`` -`6e3d7b63d `_ 2020-09-04 ``Add masterConfig parameter to MLEngineStartTrainingJobOperator (#10578)`` -`804548d58 `_ 2020-09-01 ``Add Dataprep operators (#10304)`` -`11c00bc82 `_ 2020-08-30 ``Fix typos: duplicated "the" (#10647)`` -`2ca615cff `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` -`1b533f617 `_ 2020-08-28 ``Fix broken master - DLP (#10635)`` -`5ae82a56d `_ 2020-08-28 ``Fix Google DLP example and improve ops idempotency (#10608)`` -`3867f7662 `_ 2020-08-28 ``Update Google Cloud branding (#10615)`` -`91ff31ad1 `_ 2020-08-27 ``Documentation for Google Cloud Data Loss Prevention (#8201) (#9651)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d76026545 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` -`d1bce91bb `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`866701c80 `_ 2020-08-25 ``Fix typo in "Cloud" (#10534)`` -`47265e7b5 `_ 2020-08-24 ``Fix typo in PostgresHook (#10529)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfa `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`3734876d9 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` -`b0598b535 `_ 2020-08-24 ``Add support for creating multiple replicated clusters in Bigtable hook and operator (#10475)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`515cc72c9 `_ 2020-08-22 ``Fix typo in timed_out (#10459)`` -`7c206a82a `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`88c7d2e52 `_ 2020-08-21 ``Dataflow operators don't not always create a virtualenv (#10373)`` -`083c3c129 `_ 2020-08-18 ``Simplified GCSTaskHandler configuration (#10365)`` -`1ae5bdf23 `_ 2020-08-17 ``Add test for GCSTaskHandler (#9600) (#9861)`` -`e195a980b `_ 2020-08-16 ``Add type annotations for mlengine_operator_utils (#10297)`` -`382c1011b `_ 2020-08-16 ``Add Bigtable Update Instance Hook/Operator (#10340)`` -`bfa5a8d5f `_ 2020-08-15 ``CI: Fix failing docs-build (#10342)`` -`be46d20fb `_ 2020-08-15 ``Improve idempotency of BigQueryInsertJobOperator (#9590)`` -`47387a69e `_ 2020-08-14 ``Catch Permission Denied exception when getting secret from GCP Secret Manager. (#10326)`` -`2f0613b0c `_ 2020-08-13 ``Implement Google BigQuery Table Partition Sensor (#10218)`` -`f6734b3b8 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` -`8f8db8959 `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` -`ef088314f `_ 2020-08-09 ``Added DataprepGetJobsForJobGroupOperator (#10246)`` -`b43f90abf `_ 2020-08-09 ``Fix various typos in the repo (#10263)`` -`c29533888 `_ 2020-08-08 ``Add labels param to Google MLEngine Operators (#10222)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`eff0f0321 `_ 2020-08-06 `` Update guide for Google Cloud Secret Manager Backend (#10172)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`010322692 `_ 2020-08-06 ``Improve handling Dataproc cluster creation with ERROR state (#9593)`` -`1437cb749 `_ 2020-08-04 ``Add correct signatures for operators in google provider package (#10144)`` -`6efa1b9cb `_ 2020-08-03 ``Add additional Cloud Datastore operators (#10032)`` -`27020f8e5 `_ 2020-08-03 ``Add try clause to DataFusionHook.wait_for_pipeline_state (#10031)`` -`4e3799fec `_ 2020-08-02 ``[AIRFLOW-4541] Replace os.mkdirs usage with pathlib.Path(path).mkdir (#10117)`` -`85c56b173 `_ 2020-08-02 ``Add missing params to GCP Pub/Sub creation_subscription (#10106)`` -`b79466c12 `_ 2020-08-02 ``Fix sensor not providing arguments for GCSHook (#10074)`` -`4ee35d027 `_ 2020-08-02 ``Fix hook not passing gcp_conn_id to base class (#10075)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`4c84661ad `_ 2020-07-31 ``Split Display Video 360 example into smaler DAGs (#10077)`` -`59cbff087 `_ 2020-07-29 ``Fix docstrings in BigQueryGetDataOperator (#10042)`` -`81b87d48e `_ 2020-07-27 ``Add unit tests for GcpBodyFieldSanitizer in Google providers (#9996)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`8b10a4b35 `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` -`ef98edf4d `_ 2020-07-23 ``Add more information about using GoogleAdsHook (#9951)`` -`33f0cd265 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`39a0288a4 `_ 2020-07-22 ``Add Google Authentication for experimental API (#9848)`` -`c2db0dfeb `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` -`c4244e18b `_ 2020-07-22 ``Fix calling 'get_client' in BigQueryHook.table_exists (#9916)`` -`5eacc1642 `_ 2020-07-22 ``Add support for impersonation in GCP hooks (#9915)`` -`1cfdebf5f `_ 2020-07-21 ``Fix insert_job method of BigQueryHook (#9899)`` -`c8c52e69c `_ 2020-07-21 ``Remove type hint causing DeprecationWarning in Firestore operators (#9819)`` -`eb6f1d1cf `_ 2020-07-16 ``Fix typo in datafusion operator (#9859)`` -`b01d95ec2 `_ 2020-07-15 ``Change DAG.clear to take dag_run_state (#9824)`` -`6d65c15d1 `_ 2020-07-15 ``Add guide for AI Platform (previously Machine Learning Engine) Operators (#9798)`` -`770de53eb `_ 2020-07-15 ``BigQueryTableExistenceSensor needs to specify keyword arguments (#9832)`` -`2d8dbacdf `_ 2020-07-15 ``Add CloudVisionDeleteReferenceImageOperator (#9698)`` -`9f017951b `_ 2020-07-15 ``Add Google Deployment Manager Hook (#9159)`` -`ed5004cca `_ 2020-07-14 ``Allow 'replace' flag in gcs_to_gcs operator. (#9667)`` -`553bb7af7 `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` -`68925904e `_ 2020-07-13 ``Add multiple file upload functionality to GCS hook (#8849)`` -`1de78e8f9 `_ 2020-07-12 ``Add Google Stackdriver link (#9765)`` -`092d33f29 `_ 2020-07-11 ``Fix StackdriverTaskHandler + add system tests (#9761)`` -`b2305660f `_ 2020-07-09 ``Update example DAG for AI Platform operators (#9727)`` -`23f80f34a `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` -`44d4ae809 `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`a79e2d4c4 `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` -`cd3d9d934 `_ 2020-07-02 ``Fix using .json template extension in GMP operators (#9566)`` -`4799af30e `_ 2020-06-30 ``Extend BigQuery example with include clause (#9572)`` -`e33f1a12d `_ 2020-06-30 ``Add template_ext to BigQueryInsertJobOperator (#9568)`` -`40add26d4 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` -`c420dbd6e `_ 2020-06-27 ``Bump Pylint to 2.5.3 (#9294)`` -`0051c89cb `_ 2020-06-26 ``nitpick fix (#9527)`` -`87fdbd070 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` -`7256f4caa `_ 2020-06-22 ``Pylint fixes and deprecation of rare used methods in Connection (#9419)`` -`e13a14c87 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`5b680e27e `_ 2020-06-19 ``Don't use connection to store task handler credentials (#9381)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`416334e2e `_ 2020-06-19 ``Properly propagated warnings in operators (#9348)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`4e09c6442 `_ 2020-06-18 ``Adds GCP Secret Manager Hook (#9368)`` -`40bf8f28f `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`639972d99 `_ 2020-06-16 ``Add support for latest Apache Beam SDK in Dataflow operators (#9323)`` -`1459970b3 `_ 2020-06-15 ``Rename CloudBuildCreateBuildOperator to CloudBuildCreateOperator (#9314)`` -`431ea3291 `_ 2020-06-15 ``Resolve upstream tasks when template field is XComArg (#8805)`` -`aee6ab94e `_ 2020-06-15 ``Wait for pipeline state in Data Fusion operators (#8954)`` -`fb1c8b83d `_ 2020-06-10 ``Add test for BQ operations using location (#9206)`` -`a26afbfa5 `_ 2020-06-10 ``Make generated job_id more informative in BQ insert_job (#9203)`` -`c41192fa1 `_ 2020-06-10 ``Upgrade pendulum to latest major version ~2.0 (#9184)`` -`b1c8c5ed5 `_ 2020-06-09 ``Allows using private endpoints in GKEStartPodOperator (#9169)`` -`5918efc86 `_ 2020-06-05 ``Add 3.8 to the test matrices (#8836)`` -`9bcdadaf7 `_ 2020-06-05 ``Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)`` -`f56811dff `_ 2020-06-05 ``[AIRFLOW-6290] Create guide for GKE operators (#8883)`` -`76962867b `_ 2020-06-04 ``Fix sql_to_gcs hook gzip of schema_file (#9140)`` -`17adcea83 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` -`789852546 `_ 2020-06-01 ``Add BigQueryInsertJobOperator (#8868)`` -`29eb68b90 `_ 2020-05-31 ``Create guide for Dataproc Operators (#9037)`` -`886afaf62 `_ 2020-05-29 ``Add example dag and system test for LocalFilesystemToGCSOperator (#9043)`` -`a779c4dfc `_ 2020-05-29 ``add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)`` -`ada26be23 `_ 2020-05-29 ``Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)`` -`81b2761b8 `_ 2020-05-29 ``add example dag and system test for GoogleSheetsToGCSOperator (#9056)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`3994030ea `_ 2020-05-26 ``Refactor BigQuery operators (#8858)`` -`cdb3f2545 `_ 2020-05-26 ``All classes in backport providers are now importable in Airflow 1.10 (#8991)`` -`1d36b0303 `_ 2020-05-23 ``Fix references in docs (#8984)`` -`cf5cf45e1 `_ 2020-05-23 ``Support YAML input for CloudBuildCreateOperator (#8808)`` -`499493c5c `_ 2020-05-19 ``[AIRFLOW-6586] Improvements to gcs sensor (#7197)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`841d81664 `_ 2020-05-19 ``Allow setting the pooling time in DLPHook (#8824)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`15273f0ea `_ 2020-05-16 ``Check for same task instead of Equality to detect Duplicate Tasks (#8828)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`e1e833bb2 `_ 2020-05-13 ``Update GoogleBaseHook to not follow 308 and use 60s timeout (#8816)`` -`8b5491971 `_ 2020-05-12 ``Refactor BigQuery hook methods to use python library (#8631)`` -`6911dfe83 `_ 2020-05-12 ``Fix template fields in Google operators (#8840)`` -`4b06fde0f `_ 2020-05-12 ``Fix Flake8 errors (#8841)`` -`1d12c347c `_ 2020-05-12 ``Refactor BigQuery check operators (#8813)`` -`493b685d7 `_ 2020-05-10 ``Add separate example DAGs and system tests for google cloud speech (#8778)`` -`79ef8bed8 `_ 2020-05-10 ``Added Upload Multiple Entity Read Files to specified big query dataset (#8610)`` -`280f1f0c4 `_ 2020-05-10 ``Correctly restore upstream_task_ids when deserializing Operators (#8775)`` -`58aefb23b `_ 2020-05-08 ``Added SDFtoGCSOperator (#8740)`` -`723c52c94 `_ 2020-05-07 ``Add documentation for SpannerDeployInstanceOperator (#8750)`` -`25ee4211b `_ 2020-05-06 ``Support all RuntimeEnvironment parameters in DataflowTemplatedJobStartOperator (#8531)`` -`8d6f1aa4b `_ 2020-05-05 ``Support num_retries field in env var for GCP connection (#8700)`` -`67caae0f2 `_ 2020-05-04 ``Add system test for gcs_to_bigquery (#8556)`` -`bc45fa675 `_ 2020-05-03 ``Add system test and docs for Facebook Ads operators (#8503)`` -`a28c66f23 `_ 2020-04-30 ``[AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)`` -`992a24ce4 `_ 2020-04-28 ``Split and improve BigQuery example DAG (#8529)`` -`c1fb28230 `_ 2020-04-28 ``Refactor BigQueryHook dataset operations (#8477)`` -`e8d0f8fea `_ 2020-04-26 ``Improve idempodency in CloudDataTransferServiceCreateJobOperator (#8430)`` -`37fdfa977 `_ 2020-04-26 ``[AIRFLOW-6281] Create guide for GCS to GCS transfer operators (#8442)`` -`14b22e6ff `_ 2020-04-25 ``Add hook and operator for Google Cloud Life Sciences (#8481)`` -`72ddc94d1 `_ 2020-04-23 ``Pass location using parmamter in Dataflow integration (#8382)`` -`912aa4b42 `_ 2020-04-23 ``Added GoogleDisplayVideo360DownloadLineItemsOperator (#8174)`` -`57c8c0583 `_ 2020-04-22 ``Use python client in BQ hook create_empty_table/dataset and table_exists (#8377)`` -`5d3a7eef3 `_ 2020-04-20 ``Allow multiple extra_packages in Dataflow (#8394)`` -`79c99b1b6 `_ 2020-04-18 ``Added location parameter to BigQueryCheckOperator (#8273)`` -`79d3f33c1 `_ 2020-04-17 ``Clean up temporary files in Dataflow operators (#8313)`` -`efcffa323 `_ 2020-04-16 ``Add Dataproc SparkR Example (#8240)`` -`b198a1fa9 `_ 2020-04-15 ``Create guide for BigQuery operators (#8276)`` -`2636cc932 `_ 2020-04-14 ``Raise exception when GCP credential doesn't support account impersonation (#8213)`` -`eee4ebaee `_ 2020-04-14 ``Added Facebook Ads Operator #7887 (#8008)`` -`8cae07ea1 `_ 2020-04-14 ``fixed typo (#8294)`` -`45c898330 `_ 2020-04-13 ``Less aggressive eager upgrade of requirements (#8267)`` -`1fd9ed384 `_ 2020-04-13 ``Add mypy plugin for decorators. (#8145)`` -`327b0a9f7 `_ 2020-04-13 ``Added GoogleDisplayVideo360UploadLineItemsOperator (#8216)`` -`bb5e403a3 `_ 2020-04-10 ``Honor schema type for MySQL to GCS data pre-process (#8090)`` -`87969a350 `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`3fc89f29f `_ 2020-04-06 ``[AIRFLOW-7106] Cloud data fusion integration - Allow to pass args to start pipeline (#7849)`` -`7ef75d239 `_ 2020-04-03 ``[AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload (#8049)`` -`ed2bc0057 `_ 2020-04-02 ``Add Google Ads list accounts operator (#8007)`` -`3808a6206 `_ 2020-04-01 ``Unify Google class/package names (#8033)`` -`8a0240257 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` -`8e8978007 `_ 2020-03-31 ``Add more refactor steps for providers.google (#8010)`` -`aae3b8fb2 `_ 2020-03-31 ``Individual package READMEs (#8012)`` -`779023968 `_ 2020-03-30 ``[AIRFLOW-7075] Operators for storing information from GCS into GA (#7743)`` -`49abce521 `_ 2020-03-30 ``Improve system tests for Cloud Build (#8003)`` -`0f19a930d `_ 2020-03-29 ``Remove GKEStartPodOperator when backporting (#7908)`` -`0e1c238b2 `_ 2020-03-28 ``Get Airflow Variables from GCP Secrets Manager (#7946)`` -`eb4af4f94 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` -`01f99426f `_ 2020-03-28 ``Add download/upload operators for GCS and Google Sheets (#7866)`` -`892522f8e `_ 2020-03-26 ``Change signature of GSheetsHook methods (#7853)`` -`bfd425157 `_ 2020-03-26 ``Improve idempotency in MLEngineHook.create_model (#7811)`` -`f9c226343 `_ 2020-03-26 ``Fix CloudSecretsManagerBackend invalid connections_prefix (#7861)`` -`e3920f12f `_ 2020-03-26 ``Improve setUp/tearDown in Cloud Firestore system test (#7862)`` -`8ba8a7295 `_ 2020-03-26 ``Improve example DAGs for Cloud Memorystore (#7855)`` -`f7d1a437c `_ 2020-03-26 ``Fix CloudMemorystoreCreateInstanceAndImportOperator operator (#7856)`` -`beef6c230 `_ 2020-03-26 ``Improve authorization in GCP system tests (#7863)`` -`5f165f3e4 `_ 2020-03-26 ``[AIRFLOW-5801] Get GCP credentials from file instead of JSON blob (#7869)`` -`686d7d50b `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` -`1982c3fdc `_ 2020-03-24 ``Run Dataflow for ML Engine summary in venv (#7809)`` -`eef87b995 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` -`529db07b2 `_ 2020-03-23 ``Improve Google PubSub hook publish method (#7831)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`a001489b5 `_ 2020-03-23 ``Improve example DAG for ML Engine (#7810)`` -`9e5a8e7f8 `_ 2020-03-23 ``Add call to Super class in 'google' providers (#7823)`` -`b86bf79bf `_ 2020-03-23 ``Fix typo in GCP credentials_provider's docstring (#7818)`` -`56c013ce9 `_ 2020-03-23 ``Add missing docstring in BigQueryHook.create_empty_table (#7817)`` -`426a79847 `_ 2020-03-23 ``Imrove support for laatest API in MLEngineStartTrainingJobOperator (#7812)`` -`cdf1809fc `_ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)`` -`27dac00e1 `_ 2020-03-22 ``[AIRFLOW-7099] Improve system test for cloud transfer service (#7794)`` -`0daf5d729 `_ 2020-03-22 ``Add ability to specify a maximum modified time for objects in GCSToGCSOperator (#7791)`` -`c8088c2bd `_ 2020-03-20 ``[AIRFLOW-7100] Add GoogleAnalyticsGetAdsLinkOperator (#7781)`` -`5106a2931 `_ 2020-03-20 ``[AIRFLOW-6752] Add GoogleAnalyticsRetrieveAdsLinksListOperator (#7748)`` -`759ce2a80 `_ 2020-03-20 ``[AIRFLOW-6978] Add PubSubPullOperator (#7766)`` -`6b9b214e4 `_ 2020-03-20 ``[AIRFLOW-6732] Add GoogleAdsHook and GoogleAdsToGcsOperator (#7692)`` -`b11891696 `_ 2020-03-19 ``[AIRFLOW-7069] Fix cloudsql system tests (#7770)`` -`ae854cae5 `_ 2020-03-19 ``[AIRFLOW-7082] Remove catch_http_exception decorator in GCP hooks (#7756)`` -`7e1e954d2 `_ 2020-03-19 ``[AIRFLOW-7085] Cache credentials, project_id in GCP Base Hook (#7759)`` -`6e21c139b `_ 2020-03-19 ``[AIRFLOW-XXXX] Fix reference to GCP classes in guides (#7762)`` -`ce022a3f7 `_ 2020-03-19 ``[AIRFLOW-XXXX] Add cross-references for operators guide (#7760)`` -`029c84e55 `_ 2020-03-18 ``[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)`` -`63a3102ed `_ 2020-03-18 ``[AIRFLOW-7064] Add CloudFirestoreExportDatabaseOperator (#7725)`` -`73305c7bd `_ 2020-03-18 ``[AIRFLOW-7081] Remove env variables from GCP guide (#7755)`` -`60fdbf6d9 `_ 2020-03-18 ``[AIRFLOW-5610] Add ability to specify multiple objects to copy in GCSToGCSOperator (#7728)`` -`de7e934ca `_ 2020-03-17 ``[AIRFLOW-7079] Remove redundant code for storing template_fields (#7750)`` -`0de0347b2 `_ 2020-03-17 ``[AIRFLOW-6855]: Escape project_dataset_table in SQL query in gcs to bq … (#7475)`` -`91557c6f8 `_ 2020-03-17 ``[AIRFLOW-7073] GKEStartPodOperator always use connection credentials (#7738)`` -`51161dbd9 `_ 2020-03-16 ``[AIRFLOW-5664] Store timestamps with microseconds precision (#6354)`` -`2bc020c43 `_ 2020-03-14 ``[AIRFLOW-7055] Verbose logging option for google provider (#7711)`` -`c997cab42 `_ 2020-03-13 ``[AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator (#7630)`` -`137896f32 `_ 2020-03-12 ``[AIRFLOW-7034] Remove feature: Assigning Dag to task using Bitshift Op (#7685)`` -`1f77f943d `_ 2020-03-10 ``[AIRFLOW-6980] Improve system tests and building providers package (#7615)`` -`bf9b6b6d7 `_ 2020-03-09 ``[AIRFLOW-5013] Add GCP Data Catalog Hook and operators (#7664)`` -`e5130dc9f `_ 2020-03-09 ``[AIRFLOW-2911] Add job cancellation capability to Dataflow service (#7659)`` -`faf0df4b9 `_ 2020-03-09 ``[AIRFLOW-XXXX] Fix upsert operator in BQ example DAG (#7666)`` -`42eef3821 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` -`b5b9795f0 `_ 2020-03-07 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) (#7624)`` -`6b65038fb `_ 2020-03-06 ``[AIRFLOW-6990] Improve system tests for Google Marketing Platform (#7631)`` -`755fe5224 `_ 2020-03-05 ``[AIRFLOW-6915] Add AI Platform Console Link for MLEngineStartTrainingJobOperator (#7535)`` -`cb2f33911 `_ 2020-03-04 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (#7609)`` -`09fea3ce8 `_ 2020-03-04 ``[AIRFLOW-6977] Fix BigQuery DTS example DAG (#7612)`` -`8230ccc48 `_ 2020-03-04 ``[AIRFLOW-6926] Fix Google Tasks operators return types and idempotency (#7547)`` -`0d1e3088a `_ 2020-03-04 ``[AIRFLOW-6970] Improve GCP Video Intelligence system tests (#7604)`` -`ab6bb0012 `_ 2020-03-03 ``[AIRFLOW-6971] Fix return type in CloudSpeechToTextRecognizeSpeechOperator (#7607)`` -`3db4ade3d `_ 2020-02-29 ``[AIRFLOW-6924] Fix Google DLP operators return types (#7546)`` -`008b4bab1 `_ 2020-02-27 ``[AIRFLOW-6730] Use total_seconds instead of seconds (#7363)`` -`bb552b2d9 `_ 2020-02-25 ``[AIRFLOW-6908] Lazy load AirflowException (#7528)`` -`d1a34246a `_ 2020-02-25 ``[AIRFLOW-6593] Add GCP Stackdriver Alerting Hooks and Operators (#7322)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`dcf874352 `_ 2020-02-24 ``[AIRFLOW-6894] Prevent db query in example_dags (#7516)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`35b961637 `_ 2020-02-21 ``[AIRFLOW-4973] Add Cloud Data Fusion Pipeline integration (#7486)`` -`aff3a361b `_ 2020-02-20 ``[AIRFLOW-6558] Campaign Manager operators for conversions (#7420)`` -`9cbd7de6d `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`5b199cb86 `_ 2020-02-17 ``[AIRFLOW-XXXX] Typo in example_bigquery DAG (#7429)`` -`2c9345a8e `_ 2020-02-17 ``[AIRFLOW-6759] Added MLEngine operator/hook to cancel MLEngine jobs (#7400)`` -`946bdc23c `_ 2020-02-16 ``[AIRFLOW-6405] Add GCP BigQuery Table Upsert Operator (#7126)`` -`2381c820c `_ 2020-02-13 ``[AIRFLOW-6505] Let emoji encoded properly for json.dumps() (#7399)`` -`04c1fefbf `_ 2020-02-03 ``[AIRFLOW-6676] added GCSDeleteBucketOperator (#7307)`` -`a0252748f `_ 2020-02-03 ``[AIRFLOW-6717] Remove non-existent field from templated_fields (#7340)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`9d8d07557 `_ 2020-02-03 ``[AIRFLOW-6715] Fix Google Cloud DLP Example DAG (#7337)`` -`cf141506a `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`373c6aa4a `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`057f3ae3a `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`ceea293c1 `_ 2020-01-28 ``[AIRFLOW-6656] Fix AIP-21 moving (#7272)`` -`c42a375e7 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -`059eda05f `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -`f4d3e5e54 `_ 2020-01-13 ``[AIRFLOW-6102] [AIP-21] Rename Dataproc operators (#7151)`` -`e7bf8ecb4 `_ 2020-01-13 ``[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)`` -`5b6772cb8 `_ 2020-01-09 ``[AIRFLOW-6125] [AIP-21] Rename S3 operator and SFTP operator (#7112)`` -`4f8592ae8 `_ 2020-01-08 ``[AIRFLOW-6118] [AIP-21] Rename Pubsub operators and hook (#7046)`` -`20299473f `_ 2020-01-03 ``[AIRFLOW-6115] [AIP-21] Rename GCP vision operators (#7020)`` -`18e8cea4e `_ 2020-01-03 ``[AIRFLOW-6428] Fix import path for airflow.utils.dates.days_ago in Example DAGs (#7007)`` -`95087af14 `_ 2019-12-31 ``[AIRFLOW-6110] [AIP-21] Rename natural_language service (#6968)`` -`69629a5a9 `_ 2019-12-09 ``[AIRFLOW-5807] Move SFTP from contrib to providers. (#6464)`` -`25e9047a4 `_ 2019-12-09 ``[AIRFLOW-6193] Do not use asserts in Airflow main code (#6749)`` -`ed0a14f32 `_ 2019-12-09 ``[AIRFLOW-6120] Rename GoogleCloudBaseHook (#6734)`` -`2f2f89c14 `_ 2019-12-01 ``[AIRFLOW-6139] Consistent spaces in pylint enable/disable (#6701)`` -`03c870a61 `_ 2019-11-26 ``[AIRFLOW-6010] Remove cyclic imports and pylint hacks (#6601)`` -`5c4cfea8c `_ 2019-11-15 ``[AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator (#6393)`` -`44a8c37a9 `_ 2019-11-13 ``[AIRFLOW-XXX] Fix the docstring for Dataproc get_job method (#6581)`` -`d633d3ac4 `_ 2019-11-13 ``[AIRFLOW-5691] Rewrite Dataproc operators to use python library (#6371)`` -`d985c02d9 `_ 2019-11-05 ``[AIRFLOW-XXX] Add How-To-Guide to GCP PubSub (#6497)`` -`a296cdabd `_ 2019-11-04 ``[AIRFLOW-5743] Move Google PubSub to providers package (#6476)`` -`470b2a779 `_ 2019-10-30 ``[AIRFLOW-5741] Move Cloud Natural Language to providers (#6421)`` -`f2caa451f `_ 2019-10-27 ``[AIRFLOW-5742] Move Google Cloud Vision to providers package (#6424)`` -`16d7accb2 `_ 2019-10-22 ``[AIRFLOW-4971] Add Google Display & Video 360 integration (#6170)`` -`4e661f535 `_ 2019-10-22 ``[AIRFLOW-5379] Add Google Search Ads 360 operators (#6228)`` -`19e32b4e2 `_ 2019-10-18 ``[AIRFLOW-5656] Rename provider to providers module (#6333)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`1dcd3e13fd `_ 2020-12-05 ``Add support for extra links coming from the providers (#12472)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`02d94349be `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` +`76bcd08dca `_ 2020-11-28 ``Added '@apply_defaults' decorator. (#12620)`` +`e1ebfa68b1 `_ 2020-11-27 ``Add DataflowJobMessagesSensor and DataflowAutoscalingEventsSensor (#12249)`` +`3fa51f94d7 `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`9e3b2c554d `_ 2020-11-19 ``GCP Secrets Optional Lookup (#12360)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`8d09506464 `_ 2020-11-18 ``Fix download method in GCSToBigQueryOperator (#12442)`` +`2c0920fba5 `_ 2020-11-17 ``Adds mechanism for provider package discovery. (#12383)`` +`2cda2f2a0a `_ 2020-11-17 ``Add missing pre-commit definition - provider-yamls (#12393)`` +`80a957f142 `_ 2020-11-17 ``Add Dataflow sensors - job metrics (#12039)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`917e6c4424 `_ 2020-11-16 ``Add provide_file_and_upload to GCSHook (#12310)`` +`cfa4ecfeb0 `_ 2020-11-15 ``Add DataflowJobStatusSensor and support non-blocking execution of jobs (#11726)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`32b59f8350 `_ 2020-11-12 ``Fixes the sending of an empty list to BigQuery 'list_rows' (#12307)`` +`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` +`502ba309ea `_ 2020-11-10 ``Enable Markdownlint rule - MD022/blanks-around-headings (#12225)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`f37c6e6fce `_ 2020-11-10 ``Add Compute Engine SSH hook (#9879)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`61feb6ec45 `_ 2020-11-09 ``Provider's readmes generated for elasticsearch and google packages (#12194)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`fcb6b00efe `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` +`2ef3b7ef8c `_ 2020-11-08 ``Fix ERROR - Object of type 'bytes' is not JSON serializable when using store_to_xcom_key parameter (#12172)`` +`0caec9fd32 `_ 2020-11-06 ``Dataflow - add waiting for successful job cancel (#11501)`` +`cf9437d79f `_ 2020-11-06 ``Simplify string expressions (#12123)`` +`91a64db505 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` +`fd3db778e7 `_ 2020-11-04 ``Add server side cursor support for postgres to GCS operator (#11793)`` +`f1f1940261 `_ 2020-11-04 ``Add DataflowStartSQLQuery operator (#8553)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`5f5244b74d `_ 2020-11-04 ``Add template fields renderers to Biguery and Dataproc operators (#12067)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`45ae145c25 `_ 2020-11-03 ``Log BigQuery job id in insert method of BigQueryHook (#12056)`` +`e324b37a67 `_ 2020-11-03 ``Add job name and progress logs to Cloud Storage Transfer Hook (#12014)`` +`6071fdd584 `_ 2020-11-02 ``Improve handling server errors in DataprocSubmitJobOperator (#11947)`` +`2f703df12d `_ 2020-10-30 ``Add SalesforceToGcsOperator (#10760)`` +`e5713e00b3 `_ 2020-10-29 ``Add drain option when canceling Dataflow pipelines (#11374)`` +`37eaac3c5d `_ 2020-10-29 ``The PRs which are not approved run subset of tests (#11828)`` +`79cb771992 `_ 2020-10-28 ``Fixing re pattern and changing to use a single character class. (#11857)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`240c7d4d72 `_ 2020-10-26 ``Google Memcached hooks - improve protobuf messages handling (#11743)`` +`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`727c739afb `_ 2020-10-22 ``Improve Cloud Memorystore for Redis example (#11735)`` +`1da8379c91 `_ 2020-10-22 ``Fix static checks after merging #10121 (#11737)`` +`91503308c7 `_ 2020-10-22 ``Add Google Cloud Memorystore Memcached Operators (#10121)`` +`950c16d0b0 `_ 2020-10-21 ``Retry requests in case of error in Google ML Engine Hook (#11712)`` +`2bfc53b5eb `_ 2020-10-21 ``Fix doc errors in google provider files. (#11713)`` +`53e6062105 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`2d854c3505 `_ 2020-10-19 ``Add service_account to Google ML Engine operator (#11619)`` +`46a121fb7b `_ 2020-10-18 ``docs: Update Bigquery clustering docstrings (#11232)`` +`49c58147fe `_ 2020-10-18 ``Strict type checking for provider Google (#11609)`` +`0823d46a7f `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` +`3c10ca6504 `_ 2020-10-16 ``Add DataflowStartFlexTemplateOperator (#8550)`` +`8865d14df4 `_ 2020-10-16 ``Strict type checking for provider google cloud (#11548)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`06141d6d01 `_ 2020-10-12 ``Google cloud operator strict type check (#11450)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`1845cd11b7 `_ 2020-10-11 ``Strict type check for google ads and cloud hooks (#11390)`` +`bd204bb91b `_ 2020-10-11 ``Optionally set null marker in csv exports in BaseSQLToGCSOperator (#11409)`` +`75071831ba `_ 2020-10-10 ``Remove redundant parentheses from Python files (#10967)`` +`8baf657fc2 `_ 2020-10-09 ``Fix regression in DataflowTemplatedJobStartOperator (#11167)`` +`b0fcf67559 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` +`47b05a87f0 `_ 2020-10-07 ``Improve handling of job_id in BigQuery operators (#11287)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`cb52fb0ae1 `_ 2020-09-27 ``Add example DAG and system test for MySQLToGCSOperator (#10990)`` +`99accec29d `_ 2020-09-25 ``Fix incorrect Usage of Optional[str] & Optional[int] (#11141)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`daf8f31080 `_ 2020-09-23 ``Add template fields renderers for better UI rendering (#11061)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`cb979f9f21 `_ 2020-09-22 ``Get Airflow configs with sensitive data from CloudSecretManagerBackend (#11024)`` +`76545bb3d6 `_ 2020-09-16 ``Add example dag and system test for S3ToGCSOperator (#10951)`` +`22c631625f `_ 2020-09-16 ``Fix more docs spellings (#10965)`` +`12a652f534 `_ 2020-09-13 ``Fix parameter name collision in AutoMLBatchPredictOperator #10723 (#10869)`` +`41a62735ed `_ 2020-09-11 ``Add on_kill method to BigQueryInsertJobOperator (#10866)`` +`3e91da56e8 `_ 2020-09-11 ``fix typo in firebase/example_filestore DAG (#10875)`` +`68cc7273bf `_ 2020-09-10 ``Add on_kill method to DataprocSubmitJobOperator (#10847)`` +`f920957214 `_ 2020-09-10 ``Fix and remove some more typos from spelling_wordlist.txt (#10845)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`078bfaf60a `_ 2020-09-08 ``Extract missing gcs_to_local example DAG from gcs example (#10767)`` +`10ce31127f `_ 2020-09-08 ``Deprecate using global as the default region in Google Dataproc operators and hooks (#10772)`` +`f14f379716 `_ 2020-09-07 ``[AIRFLOW-10672] Refactor BigQueryToGCSOperator to use new method (#10773)`` +`c8ee455685 `_ 2020-09-07 ``Refactor DataprocCreateCluster operator to use simpler interface (#10403)`` +`ece685b5b8 `_ 2020-09-05 ``Asynchronous execution of Dataproc jobs with a Sensor (#10673)`` +`6e3d7b63d3 `_ 2020-09-04 ``Add masterConfig parameter to MLEngineStartTrainingJobOperator (#10578)`` +`804548d58f `_ 2020-09-01 ``Add Dataprep operators (#10304)`` +`11c00bc820 `_ 2020-08-30 ``Fix typos: duplicated "the" (#10647)`` +`2ca615cffe `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` +`1b533f617e `_ 2020-08-28 ``Fix broken master - DLP (#10635)`` +`5ae82a56da `_ 2020-08-28 ``Fix Google DLP example and improve ops idempotency (#10608)`` +`3867f76625 `_ 2020-08-28 ``Update Google Cloud branding (#10615)`` +`91ff31ad10 `_ 2020-08-27 ``Documentation for Google Cloud Data Loss Prevention (#8201) (#9651)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d760265452 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`866701c801 `_ 2020-08-25 ``Fix typo in "Cloud" (#10534)`` +`47265e7b58 `_ 2020-08-24 ``Fix typo in PostgresHook (#10529)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`3734876d98 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` +`b0598b5351 `_ 2020-08-24 ``Add support for creating multiple replicated clusters in Bigtable hook and operator (#10475)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`515cc72c99 `_ 2020-08-22 ``Fix typo in timed_out (#10459)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`88c7d2e526 `_ 2020-08-21 ``Dataflow operators don't not always create a virtualenv (#10373)`` +`083c3c129b `_ 2020-08-18 ``Simplified GCSTaskHandler configuration (#10365)`` +`1ae5bdf23e `_ 2020-08-17 ``Add test for GCSTaskHandler (#9600) (#9861)`` +`e195a980bc `_ 2020-08-16 ``Add type annotations for mlengine_operator_utils (#10297)`` +`382c1011b6 `_ 2020-08-16 ``Add Bigtable Update Instance Hook/Operator (#10340)`` +`bfa5a8d5f1 `_ 2020-08-15 ``CI: Fix failing docs-build (#10342)`` +`be46d20fb4 `_ 2020-08-15 ``Improve idempotency of BigQueryInsertJobOperator (#9590)`` +`47387a69e6 `_ 2020-08-14 ``Catch Permission Denied exception when getting secret from GCP Secret Manager. (#10326)`` +`2f0613b0c2 `_ 2020-08-13 ``Implement Google BigQuery Table Partition Sensor (#10218)`` +`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` +`8f8db8959e `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` +`ef088314f8 `_ 2020-08-09 ``Added DataprepGetJobsForJobGroupOperator (#10246)`` +`b43f90abf4 `_ 2020-08-09 ``Fix various typos in the repo (#10263)`` +`c29533888f `_ 2020-08-08 ``Add labels param to Google MLEngine Operators (#10222)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`eff0f03210 `_ 2020-08-06 `` Update guide for Google Cloud Secret Manager Backend (#10172)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`010322692e `_ 2020-08-06 ``Improve handling Dataproc cluster creation with ERROR state (#9593)`` +`1437cb7495 `_ 2020-08-04 ``Add correct signatures for operators in google provider package (#10144)`` +`6efa1b9cb7 `_ 2020-08-03 ``Add additional Cloud Datastore operators (#10032)`` +`27020f8e58 `_ 2020-08-03 ``Add try clause to DataFusionHook.wait_for_pipeline_state (#10031)`` +`4e3799fec4 `_ 2020-08-02 ``[AIRFLOW-4541] Replace os.mkdirs usage with pathlib.Path(path).mkdir (#10117)`` +`85c56b1737 `_ 2020-08-02 ``Add missing params to GCP Pub/Sub creation_subscription (#10106)`` +`b79466c12f `_ 2020-08-02 ``Fix sensor not providing arguments for GCSHook (#10074)`` +`4ee35d0279 `_ 2020-08-02 ``Fix hook not passing gcp_conn_id to base class (#10075)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`4c84661adb `_ 2020-07-31 ``Split Display Video 360 example into smaler DAGs (#10077)`` +`59cbff0874 `_ 2020-07-29 ``Fix docstrings in BigQueryGetDataOperator (#10042)`` +`81b87d48ed `_ 2020-07-27 ``Add unit tests for GcpBodyFieldSanitizer in Google providers (#9996)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`8b10a4b35e `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` +`ef98edf4da `_ 2020-07-23 ``Add more information about using GoogleAdsHook (#9951)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`39a0288a47 `_ 2020-07-22 ``Add Google Authentication for experimental API (#9848)`` +`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` +`c4244e18bb `_ 2020-07-22 ``Fix calling 'get_client' in BigQueryHook.table_exists (#9916)`` +`5eacc16420 `_ 2020-07-22 ``Add support for impersonation in GCP hooks (#9915)`` +`1cfdebf5f8 `_ 2020-07-21 ``Fix insert_job method of BigQueryHook (#9899)`` +`c8c52e69c8 `_ 2020-07-21 ``Remove type hint causing DeprecationWarning in Firestore operators (#9819)`` +`eb6f1d1cf0 `_ 2020-07-16 ``Fix typo in datafusion operator (#9859)`` +`b01d95ec22 `_ 2020-07-15 ``Change DAG.clear to take dag_run_state (#9824)`` +`6d65c15d15 `_ 2020-07-15 ``Add guide for AI Platform (previously Machine Learning Engine) Operators (#9798)`` +`770de53eb5 `_ 2020-07-15 ``BigQueryTableExistenceSensor needs to specify keyword arguments (#9832)`` +`2d8dbacdf6 `_ 2020-07-15 ``Add CloudVisionDeleteReferenceImageOperator (#9698)`` +`9f017951b9 `_ 2020-07-15 ``Add Google Deployment Manager Hook (#9159)`` +`ed5004cca7 `_ 2020-07-14 ``Allow 'replace' flag in gcs_to_gcs operator. (#9667)`` +`553bb7af7c `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` +`68925904e4 `_ 2020-07-13 ``Add multiple file upload functionality to GCS hook (#8849)`` +`1de78e8f97 `_ 2020-07-12 ``Add Google Stackdriver link (#9765)`` +`092d33f298 `_ 2020-07-11 ``Fix StackdriverTaskHandler + add system tests (#9761)`` +`b2305660f0 `_ 2020-07-09 ``Update example DAG for AI Platform operators (#9727)`` +`23f80f34ad `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`a79e2d4c4a `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` +`cd3d9d9340 `_ 2020-07-02 ``Fix using .json template extension in GMP operators (#9566)`` +`4799af30ee `_ 2020-06-30 ``Extend BigQuery example with include clause (#9572)`` +`e33f1a12d7 `_ 2020-06-30 ``Add template_ext to BigQueryInsertJobOperator (#9568)`` +`40add26d45 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` +`c420dbd6e1 `_ 2020-06-27 ``Bump Pylint to 2.5.3 (#9294)`` +`0051c89cba `_ 2020-06-26 ``nitpick fix (#9527)`` +`87fdbd0708 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` +`7256f4caa2 `_ 2020-06-22 ``Pylint fixes and deprecation of rare used methods in Connection (#9419)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`5b680e27e8 `_ 2020-06-19 ``Don't use connection to store task handler credentials (#9381)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`416334e2ec `_ 2020-06-19 ``Properly propagated warnings in operators (#9348)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`4e09c64423 `_ 2020-06-18 ``Adds GCP Secret Manager Hook (#9368)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`639972d995 `_ 2020-06-16 ``Add support for latest Apache Beam SDK in Dataflow operators (#9323)`` +`1459970b3b `_ 2020-06-15 ``Rename CloudBuildCreateBuildOperator to CloudBuildCreateOperator (#9314)`` +`431ea3291c `_ 2020-06-15 ``Resolve upstream tasks when template field is XComArg (#8805)`` +`aee6ab94eb `_ 2020-06-15 ``Wait for pipeline state in Data Fusion operators (#8954)`` +`fb1c8b83d4 `_ 2020-06-10 ``Add test for BQ operations using location (#9206)`` +`a26afbfa51 `_ 2020-06-10 ``Make generated job_id more informative in BQ insert_job (#9203)`` +`c41192fa1f `_ 2020-06-10 ``Upgrade pendulum to latest major version ~2.0 (#9184)`` +`b1c8c5ed5b `_ 2020-06-09 ``Allows using private endpoints in GKEStartPodOperator (#9169)`` +`5918efc86a `_ 2020-06-05 ``Add 3.8 to the test matrices (#8836)`` +`9bcdadaf7e `_ 2020-06-05 ``Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)`` +`f56811dff3 `_ 2020-06-05 ``[AIRFLOW-6290] Create guide for GKE operators (#8883)`` +`76962867b5 `_ 2020-06-04 ``Fix sql_to_gcs hook gzip of schema_file (#9140)`` +`17adcea835 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` +`7898525468 `_ 2020-06-01 ``Add BigQueryInsertJobOperator (#8868)`` +`29eb68b90b `_ 2020-05-31 ``Create guide for Dataproc Operators (#9037)`` +`886afaf622 `_ 2020-05-29 ``Add example dag and system test for LocalFilesystemToGCSOperator (#9043)`` +`a779c4dfc2 `_ 2020-05-29 ``add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)`` +`ada26be23c `_ 2020-05-29 ``Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)`` +`81b2761b86 `_ 2020-05-29 ``add example dag and system test for GoogleSheetsToGCSOperator (#9056)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`3994030ea6 `_ 2020-05-26 ``Refactor BigQuery operators (#8858)`` +`cdb3f25456 `_ 2020-05-26 ``All classes in backport providers are now importable in Airflow 1.10 (#8991)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`cf5cf45e1c `_ 2020-05-23 ``Support YAML input for CloudBuildCreateOperator (#8808)`` +`499493c5c5 `_ 2020-05-19 ``[AIRFLOW-6586] Improvements to gcs sensor (#7197)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`841d816647 `_ 2020-05-19 ``Allow setting the pooling time in DLPHook (#8824)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`15273f0ea0 `_ 2020-05-16 ``Check for same task instead of Equality to detect Duplicate Tasks (#8828)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`e1e833bb26 `_ 2020-05-13 ``Update GoogleBaseHook to not follow 308 and use 60s timeout (#8816)`` +`8b54919711 `_ 2020-05-12 ``Refactor BigQuery hook methods to use python library (#8631)`` +`6911dfe837 `_ 2020-05-12 ``Fix template fields in Google operators (#8840)`` +`4b06fde0f1 `_ 2020-05-12 ``Fix Flake8 errors (#8841)`` +`1d12c347cb `_ 2020-05-12 ``Refactor BigQuery check operators (#8813)`` +`493b685d78 `_ 2020-05-10 ``Add separate example DAGs and system tests for google cloud speech (#8778)`` +`79ef8bed89 `_ 2020-05-10 ``Added Upload Multiple Entity Read Files to specified big query dataset (#8610)`` +`280f1f0c4c `_ 2020-05-10 ``Correctly restore upstream_task_ids when deserializing Operators (#8775)`` +`58aefb23b1 `_ 2020-05-08 ``Added SDFtoGCSOperator (#8740)`` +`723c52c942 `_ 2020-05-07 ``Add documentation for SpannerDeployInstanceOperator (#8750)`` +`25ee4211b3 `_ 2020-05-06 ``Support all RuntimeEnvironment parameters in DataflowTemplatedJobStartOperator (#8531)`` +`8d6f1aa4b5 `_ 2020-05-05 ``Support num_retries field in env var for GCP connection (#8700)`` +`67caae0f25 `_ 2020-05-04 ``Add system test for gcs_to_bigquery (#8556)`` +`bc45fa6759 `_ 2020-05-03 ``Add system test and docs for Facebook Ads operators (#8503)`` +`a28c66f23d `_ 2020-04-30 ``[AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)`` +`992a24ce41 `_ 2020-04-28 ``Split and improve BigQuery example DAG (#8529)`` +`c1fb28230f `_ 2020-04-28 ``Refactor BigQueryHook dataset operations (#8477)`` +`e8d0f8feab `_ 2020-04-26 ``Improve idempodency in CloudDataTransferServiceCreateJobOperator (#8430)`` +`37fdfa9775 `_ 2020-04-26 ``[AIRFLOW-6281] Create guide for GCS to GCS transfer operators (#8442)`` +`14b22e6ffe `_ 2020-04-25 ``Add hook and operator for Google Cloud Life Sciences (#8481)`` +`72ddc94d1e `_ 2020-04-23 ``Pass location using parmamter in Dataflow integration (#8382)`` +`912aa4b423 `_ 2020-04-23 ``Added GoogleDisplayVideo360DownloadLineItemsOperator (#8174)`` +`57c8c05839 `_ 2020-04-22 ``Use python client in BQ hook create_empty_table/dataset and table_exists (#8377)`` +`5d3a7eef30 `_ 2020-04-20 ``Allow multiple extra_packages in Dataflow (#8394)`` +`79c99b1b6a `_ 2020-04-18 ``Added location parameter to BigQueryCheckOperator (#8273)`` +`79d3f33c1b `_ 2020-04-17 ``Clean up temporary files in Dataflow operators (#8313)`` +`efcffa323d `_ 2020-04-16 ``Add Dataproc SparkR Example (#8240)`` +`b198a1fa94 `_ 2020-04-15 ``Create guide for BigQuery operators (#8276)`` +`2636cc932c `_ 2020-04-14 ``Raise exception when GCP credential doesn't support account impersonation (#8213)`` +`eee4ebaeeb `_ 2020-04-14 ``Added Facebook Ads Operator #7887 (#8008)`` +`8cae07ea18 `_ 2020-04-14 ``fixed typo (#8294)`` +`45c8983306 `_ 2020-04-13 ``Less aggressive eager upgrade of requirements (#8267)`` +`1fd9ed3840 `_ 2020-04-13 ``Add mypy plugin for decorators. (#8145)`` +`327b0a9f77 `_ 2020-04-13 ``Added GoogleDisplayVideo360UploadLineItemsOperator (#8216)`` +`bb5e403a32 `_ 2020-04-10 ``Honor schema type for MySQL to GCS data pre-process (#8090)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`3fc89f29f5 `_ 2020-04-06 ``[AIRFLOW-7106] Cloud data fusion integration - Allow to pass args to start pipeline (#7849)`` +`7ef75d2393 `_ 2020-04-03 ``[AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload (#8049)`` +`ed2bc00576 `_ 2020-04-02 ``Add Google Ads list accounts operator (#8007)`` +`3808a6206e `_ 2020-04-01 ``Unify Google class/package names (#8033)`` +`8a02402576 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` +`8e89780071 `_ 2020-03-31 ``Add more refactor steps for providers.google (#8010)`` +`aae3b8fb27 `_ 2020-03-31 ``Individual package READMEs (#8012)`` +`779023968f `_ 2020-03-30 ``[AIRFLOW-7075] Operators for storing information from GCS into GA (#7743)`` +`49abce5217 `_ 2020-03-30 ``Improve system tests for Cloud Build (#8003)`` +`0f19a930d1 `_ 2020-03-29 ``Remove GKEStartPodOperator when backporting (#7908)`` +`0e1c238b2f `_ 2020-03-28 ``Get Airflow Variables from GCP Secrets Manager (#7946)`` +`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` +`01f99426fd `_ 2020-03-28 ``Add download/upload operators for GCS and Google Sheets (#7866)`` +`892522f8e2 `_ 2020-03-26 ``Change signature of GSheetsHook methods (#7853)`` +`bfd425157a `_ 2020-03-26 ``Improve idempotency in MLEngineHook.create_model (#7811)`` +`f9c226343d `_ 2020-03-26 ``Fix CloudSecretsManagerBackend invalid connections_prefix (#7861)`` +`e3920f12f4 `_ 2020-03-26 ``Improve setUp/tearDown in Cloud Firestore system test (#7862)`` +`8ba8a7295a `_ 2020-03-26 ``Improve example DAGs for Cloud Memorystore (#7855)`` +`f7d1a437c1 `_ 2020-03-26 ``Fix CloudMemorystoreCreateInstanceAndImportOperator operator (#7856)`` +`beef6c230e `_ 2020-03-26 ``Improve authorization in GCP system tests (#7863)`` +`5f165f3e42 `_ 2020-03-26 ``[AIRFLOW-5801] Get GCP credentials from file instead of JSON blob (#7869)`` +`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` +`1982c3fdca `_ 2020-03-24 ``Run Dataflow for ML Engine summary in venv (#7809)`` +`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` +`529db07b2e `_ 2020-03-23 ``Improve Google PubSub hook publish method (#7831)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`a001489b59 `_ 2020-03-23 ``Improve example DAG for ML Engine (#7810)`` +`9e5a8e7f83 `_ 2020-03-23 ``Add call to Super class in 'google' providers (#7823)`` +`b86bf79bff `_ 2020-03-23 ``Fix typo in GCP credentials_provider's docstring (#7818)`` +`56c013ce92 `_ 2020-03-23 ``Add missing docstring in BigQueryHook.create_empty_table (#7817)`` +`426a79847c `_ 2020-03-23 ``Imrove support for laatest API in MLEngineStartTrainingJobOperator (#7812)`` +`cdf1809fce `_ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)`` +`27dac00e12 `_ 2020-03-22 ``[AIRFLOW-7099] Improve system test for cloud transfer service (#7794)`` +`0daf5d729a `_ 2020-03-22 ``Add ability to specify a maximum modified time for objects in GCSToGCSOperator (#7791)`` +`c8088c2bd7 `_ 2020-03-20 ``[AIRFLOW-7100] Add GoogleAnalyticsGetAdsLinkOperator (#7781)`` +`5106a29314 `_ 2020-03-20 ``[AIRFLOW-6752] Add GoogleAnalyticsRetrieveAdsLinksListOperator (#7748)`` +`759ce2a80c `_ 2020-03-20 ``[AIRFLOW-6978] Add PubSubPullOperator (#7766)`` +`6b9b214e4c `_ 2020-03-20 ``[AIRFLOW-6732] Add GoogleAdsHook and GoogleAdsToGcsOperator (#7692)`` +`b118916969 `_ 2020-03-19 ``[AIRFLOW-7069] Fix cloudsql system tests (#7770)`` +`ae854cae5a `_ 2020-03-19 ``[AIRFLOW-7082] Remove catch_http_exception decorator in GCP hooks (#7756)`` +`7e1e954d23 `_ 2020-03-19 ``[AIRFLOW-7085] Cache credentials, project_id in GCP Base Hook (#7759)`` +`6e21c139b3 `_ 2020-03-19 ``[AIRFLOW-XXXX] Fix reference to GCP classes in guides (#7762)`` +`ce022a3f72 `_ 2020-03-19 ``[AIRFLOW-XXXX] Add cross-references for operators guide (#7760)`` +`029c84e552 `_ 2020-03-18 ``[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)`` +`63a3102ede `_ 2020-03-18 ``[AIRFLOW-7064] Add CloudFirestoreExportDatabaseOperator (#7725)`` +`73305c7bd5 `_ 2020-03-18 ``[AIRFLOW-7081] Remove env variables from GCP guide (#7755)`` +`60fdbf6d92 `_ 2020-03-18 ``[AIRFLOW-5610] Add ability to specify multiple objects to copy in GCSToGCSOperator (#7728)`` +`de7e934ca3 `_ 2020-03-17 ``[AIRFLOW-7079] Remove redundant code for storing template_fields (#7750)`` +`0de0347b27 `_ 2020-03-17 ``[AIRFLOW-6855]: Escape project_dataset_table in SQL query in gcs to bq … (#7475)`` +`91557c6f87 `_ 2020-03-17 ``[AIRFLOW-7073] GKEStartPodOperator always use connection credentials (#7738)`` +`51161dbd9d `_ 2020-03-16 ``[AIRFLOW-5664] Store timestamps with microseconds precision (#6354)`` +`2bc020c431 `_ 2020-03-14 ``[AIRFLOW-7055] Verbose logging option for google provider (#7711)`` +`c997cab42d `_ 2020-03-13 ``[AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator (#7630)`` +`137896f326 `_ 2020-03-12 ``[AIRFLOW-7034] Remove feature: Assigning Dag to task using Bitshift Op (#7685)`` +`1f77f943d5 `_ 2020-03-10 ``[AIRFLOW-6980] Improve system tests and building providers package (#7615)`` +`bf9b6b6d70 `_ 2020-03-09 ``[AIRFLOW-5013] Add GCP Data Catalog Hook and operators (#7664)`` +`e5130dc9fe `_ 2020-03-09 ``[AIRFLOW-2911] Add job cancellation capability to Dataflow service (#7659)`` +`faf0df4b94 `_ 2020-03-09 ``[AIRFLOW-XXXX] Fix upsert operator in BQ example DAG (#7666)`` +`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` +`b5b9795f04 `_ 2020-03-07 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) (#7624)`` +`6b65038fb4 `_ 2020-03-06 ``[AIRFLOW-6990] Improve system tests for Google Marketing Platform (#7631)`` +`755fe52249 `_ 2020-03-05 ``[AIRFLOW-6915] Add AI Platform Console Link for MLEngineStartTrainingJobOperator (#7535)`` +`cb2f339116 `_ 2020-03-04 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (#7609)`` +`09fea3ce8e `_ 2020-03-04 ``[AIRFLOW-6977] Fix BigQuery DTS example DAG (#7612)`` +`8230ccc48b `_ 2020-03-04 ``[AIRFLOW-6926] Fix Google Tasks operators return types and idempotency (#7547)`` +`0d1e3088aa `_ 2020-03-04 ``[AIRFLOW-6970] Improve GCP Video Intelligence system tests (#7604)`` +`ab6bb0012c `_ 2020-03-03 ``[AIRFLOW-6971] Fix return type in CloudSpeechToTextRecognizeSpeechOperator (#7607)`` +`3db4ade3dc `_ 2020-02-29 ``[AIRFLOW-6924] Fix Google DLP operators return types (#7546)`` +`008b4bab14 `_ 2020-02-27 ``[AIRFLOW-6730] Use total_seconds instead of seconds (#7363)`` +`bb552b2d9f `_ 2020-02-25 ``[AIRFLOW-6908] Lazy load AirflowException (#7528)`` +`d1a34246ac `_ 2020-02-25 ``[AIRFLOW-6593] Add GCP Stackdriver Alerting Hooks and Operators (#7322)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`dcf8743521 `_ 2020-02-24 ``[AIRFLOW-6894] Prevent db query in example_dags (#7516)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`35b9616378 `_ 2020-02-21 ``[AIRFLOW-4973] Add Cloud Data Fusion Pipeline integration (#7486)`` +`aff3a361b4 `_ 2020-02-20 ``[AIRFLOW-6558] Campaign Manager operators for conversions (#7420)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`5b199cb86b `_ 2020-02-17 ``[AIRFLOW-XXXX] Typo in example_bigquery DAG (#7429)`` +`2c9345a8e0 `_ 2020-02-17 ``[AIRFLOW-6759] Added MLEngine operator/hook to cancel MLEngine jobs (#7400)`` +`946bdc23c0 `_ 2020-02-16 ``[AIRFLOW-6405] Add GCP BigQuery Table Upsert Operator (#7126)`` +`2381c820c8 `_ 2020-02-13 ``[AIRFLOW-6505] Let emoji encoded properly for json.dumps() (#7399)`` +`04c1fefbf2 `_ 2020-02-03 ``[AIRFLOW-6676] added GCSDeleteBucketOperator (#7307)`` +`a0252748ff `_ 2020-02-03 ``[AIRFLOW-6717] Remove non-existent field from templated_fields (#7340)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`9d8d075578 `_ 2020-02-03 ``[AIRFLOW-6715] Fix Google Cloud DLP Example DAG (#7337)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`ceea293c16 `_ 2020-01-28 ``[AIRFLOW-6656] Fix AIP-21 moving (#7272)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +`f4d3e5e545 `_ 2020-01-13 ``[AIRFLOW-6102] [AIP-21] Rename Dataproc operators (#7151)`` +`e7bf8ecb48 `_ 2020-01-13 ``[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)`` +`5b6772cb83 `_ 2020-01-09 ``[AIRFLOW-6125] [AIP-21] Rename S3 operator and SFTP operator (#7112)`` +`4f8592ae8f `_ 2020-01-08 ``[AIRFLOW-6118] [AIP-21] Rename Pubsub operators and hook (#7046)`` +`20299473f1 `_ 2020-01-03 ``[AIRFLOW-6115] [AIP-21] Rename GCP vision operators (#7020)`` +`18e8cea4e7 `_ 2020-01-03 ``[AIRFLOW-6428] Fix import path for airflow.utils.dates.days_ago in Example DAGs (#7007)`` +`95087af140 `_ 2019-12-31 ``[AIRFLOW-6110] [AIP-21] Rename natural_language service (#6968)`` +`69629a5a94 `_ 2019-12-09 ``[AIRFLOW-5807] Move SFTP from contrib to providers. (#6464)`` +`25e9047a4a `_ 2019-12-09 ``[AIRFLOW-6193] Do not use asserts in Airflow main code (#6749)`` +`ed0a14f321 `_ 2019-12-09 ``[AIRFLOW-6120] Rename GoogleCloudBaseHook (#6734)`` +`2f2f89c148 `_ 2019-12-01 ``[AIRFLOW-6139] Consistent spaces in pylint enable/disable (#6701)`` +`03c870a617 `_ 2019-11-26 ``[AIRFLOW-6010] Remove cyclic imports and pylint hacks (#6601)`` +`5c4cfea8c0 `_ 2019-11-15 ``[AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator (#6393)`` +`44a8c37a9a `_ 2019-11-13 ``[AIRFLOW-XXX] Fix the docstring for Dataproc get_job method (#6581)`` +`d633d3ac44 `_ 2019-11-13 ``[AIRFLOW-5691] Rewrite Dataproc operators to use python library (#6371)`` +`d985c02d9f `_ 2019-11-05 ``[AIRFLOW-XXX] Add How-To-Guide to GCP PubSub (#6497)`` +`a296cdabdb `_ 2019-11-04 ``[AIRFLOW-5743] Move Google PubSub to providers package (#6476)`` +`470b2a779d `_ 2019-10-30 ``[AIRFLOW-5741] Move Cloud Natural Language to providers (#6421)`` +`f2caa451fc `_ 2019-10-27 ``[AIRFLOW-5742] Move Google Cloud Vision to providers package (#6424)`` +`16d7accb22 `_ 2019-10-22 ``[AIRFLOW-4971] Add Google Display & Video 360 integration (#6170)`` +`4e661f535d `_ 2019-10-22 ``[AIRFLOW-5379] Add Google Search Ads 360 operators (#6228)`` +`19e32b4e2c `_ 2019-10-18 ``[AIRFLOW-5656] Rename provider to providers module (#6333)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst index 456a62c9baf2a..a8094c452e089 100644 --- a/docs/apache-airflow-providers-google/index.rst +++ b/docs/apache-airflow-providers-google/index.rst @@ -66,10 +66,10 @@ Google services including: - `Google Firebase `__ - `Google LevelDB `__ - `Google Marketing Platform `__ - - `Google Workspace `__ (formerly Google Suite) + - `Google Workspace `__ (formerly Google Suite) -Release: 7.0.0 +Release: 8.0.0 Provider package ---------------- @@ -89,7 +89,7 @@ PIP requirements ====================================== =================== PIP package Version required ====================================== =================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``PyOpenSSL`` ``google-ads`` ``>=15.1.1`` ``google-api-core`` ``>=2.7.0,<3.0.0`` @@ -132,6 +132,7 @@ PIP package Version required ``looker-sdk`` ``>=22.2.0`` ``pandas-gbq`` ``pandas`` ``>=0.17.1`` +``proto-plus`` ``>=1.19.6`` ``sqlalchemy-bigquery`` ``>=1.2.1`` ====================================== =================== @@ -174,7 +175,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-google 7.0.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 7.0.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 8.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 8.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/google/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-grpc/commits.rst b/docs/apache-airflow-providers-grpc/commits.rst index aef9a9d53167b..bcf42e3869a18 100644 --- a/docs/apache-airflow-providers-grpc/commits.rst +++ b/docs/apache-airflow-providers-grpc/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-grpc/index.rst b/docs/apache-airflow-providers-grpc/index.rst index a77e62e2e381f..8bec8bce3ea7c 100644 --- a/docs/apache-airflow-providers-grpc/index.rst +++ b/docs/apache-airflow-providers-grpc/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-grpc `gRPC `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ======================== =================== PIP package Version required ======================== =================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``google-auth-httplib2`` ``>=0.0.1`` ``google-auth`` ``>=1.0.0, <3.0.0`` ``grpcio`` ``>=1.15.0`` diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst b/docs/apache-airflow-providers-hashicorp/commits.rst index e5e61367bfe42..0dc5c01ee6de9 100644 --- a/docs/apache-airflow-providers-hashicorp/commits.rst +++ b/docs/apache-airflow-providers-hashicorp/commits.rst @@ -28,194 +28,206 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +================================================================================================= =========== =========================================================================== + 2.2.0 ..... -Latest change: 2022-05-09 +Latest change: 2022-04-07 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`428a43995 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`7ab45d41d `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +================================================================================================= =========== ================================================================================== 2.1.4 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.1.3 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.1.2 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`03b08aad8 `_ 2022-01-14 ``Fix Vault Hook default connection name (#20792)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`2fb5e1d0e `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`03b08aad8c `_ 2022-01-14 ``Fix Vault Hook default connection name (#20792)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +================================================================================================= =========== ========================================================================== 2.1.1 ..... Latest change: 2021-09-30 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`476ae0eb5 `_ 2021-09-10 ``Fixing Vault AppRole authentication with CONN_URI (#18064)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`476ae0eb58 `_ 2021-09-10 ``Fixing Vault AppRole authentication with CONN_URI (#18064)`` +================================================================================================= =========== ================================================================= 2.1.0 ..... Latest change: 2021-09-03 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`fd5d65751 `_ 2021-09-03 ``Update release notes for 3 extra providers released (#18018)`` -`16b47cecf `_ 2021-09-01 ``Invalidate Vault cached prop when not authenticated (#17387)`` -`a29503e1b `_ 2021-08-31 ``Fix instantiating Vault Secret Backend during configuration (#17935)`` -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`6301faa38 `_ 2021-08-23 ``Enable Connection creation from Vault parameters (#15013)`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`29aab6434 `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`fd5d65751c `_ 2021-09-03 ``Update release notes for 3 extra providers released (#18018)`` +`16b47cecfb `_ 2021-09-01 ``Invalidate Vault cached prop when not authenticated (#17387)`` +`a29503e1ba `_ 2021-08-31 ``Fix instantiating Vault Secret Backend during configuration (#17935)`` +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`6301faa388 `_ 2021-08-23 ``Enable Connection creation from Vault parameters (#15013)`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`70cfe0135 `_ 2021-06-12 ``Sanitize end of line character when loading token from a file (vault) (#16407)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`70cfe01353 `_ 2021-06-12 ``Sanitize end of line character when loading token from a file (vault) (#16407)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +================================================================================================= =========== ================================================================================== 1.0.2 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`b74f796c8 `_ 2021-04-06 ``Fix deprecated warning hvac auth (#15216)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`e7bb17aeb `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`b74f796c83 `_ 2021-04-06 ``Fix deprecated warning hvac auth (#15216)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +================================================================================================= =========== ============================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`36a9b0f48 `_ 2020-11-20 ``Fix the default value for VaultBackend's config_path (#12518)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`dd2442b1e `_ 2020-11-02 ``Vault with optional Variables or Connections (#11736)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`3867f7662 `_ 2020-08-28 ``Update Google Cloud branding (#10615)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfa `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`2f31b3060 `_ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)`` -`44d4ae809 `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`a99aaeb49 `_ 2020-07-03 ``Allow setting Hashicorp Vault token from File (#9644)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`df693e0e3 `_ 2020-06-19 ``Add more authentication options for HashiCorp Vault classes (#8974)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`d47e070a7 `_ 2020-06-17 ``Add HashiCorp Vault Hook (split-out from Vault secret backend) (#9333)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`d8cb0b5dd `_ 2020-05-04 ``Support k8s auth method in Vault Secrets provider (#8640)`` -`87969a350 `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`c1c88abfe `_ 2020-03-28 ``Get Airflow Variables from Hashicorp Vault (#7944)`` -`eb4af4f94 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` -`686d7d50b `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` -`eef87b995 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` -`cdf1809fc `_ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)`` -`a44beaf5b `_ 2020-03-19 ``[AIRFLOW-7076] Add support for HashiCorp Vault as Secrets Backend (#7741)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`36a9b0f48b `_ 2020-11-20 ``Fix the default value for VaultBackend's config_path (#12518)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`dd2442b1e6 `_ 2020-11-02 ``Vault with optional Variables or Connections (#11736)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`3867f76625 `_ 2020-08-28 ``Update Google Cloud branding (#10615)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`2f31b3060e `_ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`a99aaeb496 `_ 2020-07-03 ``Allow setting Hashicorp Vault token from File (#9644)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`df693e0e31 `_ 2020-06-19 ``Add more authentication options for HashiCorp Vault classes (#8974)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`d47e070a79 `_ 2020-06-17 ``Add HashiCorp Vault Hook (split-out from Vault secret backend) (#9333)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`d8cb0b5ddb `_ 2020-05-04 ``Support k8s auth method in Vault Secrets provider (#8640)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`c1c88abfed `_ 2020-03-28 ``Get Airflow Variables from Hashicorp Vault (#7944)`` +`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` +`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` +`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` +`cdf1809fce `_ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)`` +`a44beaf5bd `_ 2020-03-19 ``[AIRFLOW-7076] Add support for HashiCorp Vault as Secrets Backend (#7741)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-hashicorp/index.rst b/docs/apache-airflow-providers-hashicorp/index.rst index c9abd22276eb1..f8f86ac6b0fc9 100644 --- a/docs/apache-airflow-providers-hashicorp/index.rst +++ b/docs/apache-airflow-providers-hashicorp/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-hashicorp Hashicorp including `Hashicorp Vault `__ -Release: 2.2.0 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``hvac`` ``>=0.10`` ================== ================== @@ -106,7 +106,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-hashicorp 2.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-hashicorp 2.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-hashicorp 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-hashicorp 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/hashicorp/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-http/commits.rst b/docs/apache-airflow-providers-http/commits.rst index 983324a20a656..95216d187a2f5 100644 --- a/docs/apache-airflow-providers-http/commits.rst +++ b/docs/apache-airflow-providers-http/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`9398586a7c `_ 2022-06-01 ``Migrate HTTP example DAGs to new design AIP-47 (#23991)`` +================================================================================================= =========== =========================================================================== + +2.1.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.1 ..... diff --git a/docs/apache-airflow-providers-http/index.rst b/docs/apache-airflow-providers-http/index.rst index 2b7ff3930dd0f..b7586ddc5d6fb 100644 --- a/docs/apache-airflow-providers-http/index.rst +++ b/docs/apache-airflow-providers-http/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-http `Hypertext Transfer Protocol (HTTP) `__ -Release: 2.1.2 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-imap/commits.rst b/docs/apache-airflow-providers-imap/commits.rst index 298bb287805e8..217d8ec4cb12e 100644 --- a/docs/apache-airflow-providers-imap/commits.rst +++ b/docs/apache-airflow-providers-imap/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-imap/index.rst b/docs/apache-airflow-providers-imap/index.rst index 385214146d1ac..506722986f627 100644 --- a/docs/apache-airflow-providers-imap/index.rst +++ b/docs/apache-airflow-providers-imap/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-imap `Internet Message Access Protocol (IMAP) `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-influxdb/commits.rst b/docs/apache-airflow-providers-influxdb/commits.rst index 9448034936fb1..1d903d5032cb6 100644 --- a/docs/apache-airflow-providers-influxdb/commits.rst +++ b/docs/apache-airflow-providers-influxdb/commits.rst @@ -28,6 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`d4aca43755 `_ 2022-06-03 ``Migrate Influx example DAGs to new design #22449 (#24136)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +================================================================================================= =========== =========================================================================== + +1.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 1.1.2 ..... diff --git a/docs/apache-airflow-providers-influxdb/index.rst b/docs/apache-airflow-providers-influxdb/index.rst index fcb348da12927..4cfbcd84758d7 100644 --- a/docs/apache-airflow-providers-influxdb/index.rst +++ b/docs/apache-airflow-providers-influxdb/index.rst @@ -76,7 +76,7 @@ Package apache-airflow-providers-influxdb `InfluxDB `__ -Release: 1.1.3 +Release: 2.0.0 Provider package ---------------- @@ -96,6 +96,7 @@ PIP requirements =================== ================== PIP package Version required =================== ================== +``apache-airflow`` ``>=2.2.0`` ``influxdb-client`` ``>=1.19.0`` ``pandas`` ``>=0.17.1`` =================== ================== diff --git a/docs/apache-airflow-providers-jdbc/commits.rst b/docs/apache-airflow-providers-jdbc/commits.rst index 8bf6c45473833..1815fd27ed7e1 100644 --- a/docs/apache-airflow-providers-jdbc/commits.rst +++ b/docs/apache-airflow-providers-jdbc/commits.rst @@ -28,6 +28,33 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`9f7ab0dd0a `_ 2022-06-03 ``Migrate JDBC example DAGs to new design #22450 (#24137)`` +`b205a67afe `_ 2022-05-22 ``Handler parameter from 'JdbcOperator' to 'JdbcHook.run' (#23817)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-jdbc/index.rst b/docs/apache-airflow-providers-jdbc/index.rst index 2fd17d9d5e1ee..e7f5a5bb207fb 100644 --- a/docs/apache-airflow-providers-jdbc/index.rst +++ b/docs/apache-airflow-providers-jdbc/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-jdbc `Java Database Connectivity (JDBC) `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``jaydebeapi`` ``>=1.1.1`` ================== ================== diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst index 675c319452e1d..fa5736cc9119d 100644 --- a/docs/apache-airflow-providers-jenkins/commits.rst +++ b/docs/apache-airflow-providers-jenkins/commits.rst @@ -28,14 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`5bd64183f9 `_ 2022-06-03 ``Migrate Jenkins example DAGs to new design #22451 (#24138)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`e5dd6fdcfd `_ 2022-04-12 ``Bug Fix for 'apache-airflow-providers-jenkins' 'JenkinsJobTriggerOperator' (#22802)`` +================================================================================================= =========== ======================================================================================= + 2.1.0 ..... -Latest change: 2022-04-04 +Latest change: 2022-04-07 ================================================================================================= =========== ============================================================== Commit Committed Subject ================================================================================================= =========== ============================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `c30ab6945e `_ 2022-04-04 ``extra condition to check returned object not None (#22608)`` `4e24b22379 `_ 2022-03-24 ``Add 'JenkinsBuildSensor' (#22421)`` ================================================================================================= =========== ============================================================== diff --git a/docs/apache-airflow-providers-jenkins/index.rst b/docs/apache-airflow-providers-jenkins/index.rst index f9fec0645e6ad..faeb513637b5c 100644 --- a/docs/apache-airflow-providers-jenkins/index.rst +++ b/docs/apache-airflow-providers-jenkins/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-jenkins `Jenkins `__ -Release: 2.1.0 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``python-jenkins`` ``>=1.0.0`` ================== ================== diff --git a/docs/apache-airflow-providers-jira/commits.rst b/docs/apache-airflow-providers-jira/commits.rst index fd009afb9484c..743cd57417d05 100644 --- a/docs/apache-airflow-providers-jira/commits.rst +++ b/docs/apache-airflow-providers-jira/commits.rst @@ -28,166 +28,178 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + 2.0.5 ..... -Latest change: 2022-04-25 +Latest change: 2022-05-12 -================================================================================================ =========== ======================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================= -`bf10545d8 `_ 2022-04-25 ``Use JiraHook instead of JiraOperator for JiraSensor`` -================================================================================================ =========== ======================================================= +================================================================================================= =========== ======================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================= +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`bf10545d83 `_ 2022-04-25 ``Use JiraHook instead of JiraOperator for JiraSensor`` +================================================================================================= =========== ======================================================= 2.0.4 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.0.3 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.0.2 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`dad2f8103 `_ 2021-12-15 ``Fix mypy providers (#20190)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`dad2f8103b `_ 2021-12-15 ``Fix mypy providers (#20190)`` +================================================================================================= =========== ========================================================================== 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== ================================================================= 1.0.2 ..... Latest change: 2021-05-01 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`657384615 `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +================================================================================================= =========== ================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`ba2d6408e `_ 2020-07-29 ``Add typing for jira provider (#10005)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`05443c6dc `_ 2020-03-23 ``Add missing call to Super class in remaining providers (#7828)`` -`f3ad5cf61 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`4a21b6216 `_ 2019-12-13 ``[AIRFLOW-5959][AIP-21] Move contrib/*/jira to providers (#6661)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`ba2d6408e6 `_ 2020-07-29 ``Add typing for jira provider (#10005)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`05443c6dc8 `_ 2020-03-23 ``Add missing call to Super class in remaining providers (#7828)`` +`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`4a21b62161 `_ 2019-12-13 ``[AIRFLOW-5959][AIP-21] Move contrib/*/jira to providers (#6661)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-jira/index.rst b/docs/apache-airflow-providers-jira/index.rst index 80f1b73bb3b0f..ba24a040cb340 100644 --- a/docs/apache-airflow-providers-jira/index.rst +++ b/docs/apache-airflow-providers-jira/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-jira `Atlassian Jira `__ -Release: 2.0.5 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``JIRA`` ``>1.0.7`` ================== ================== diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst index e9469c0bec2ef..1d79eac478e11 100644 --- a/docs/apache-airflow-providers-microsoft-azure/commits.rst +++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst @@ -28,380 +28,397 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`389e858d93 `_ 2022-06-03 ``Pass connection extra parameters to wasb BlobServiceClient (#24154)`` +`6e83885c95 `_ 2022-06-03 ``Migrate Microsoft example DAGs to new design #22452 - azure (#24141)`` +`3393647aa6 `_ 2022-05-26 ``Add typing to Azure Cosmos Client Hook (#23941)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +================================================================================================= =========== =========================================================================== + 3.9.0 ..... -Latest change: 2022-05-08 +Latest change: 2022-05-12 -================================================================================================ =========== =============================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================== -`8f181c103 `_ 2022-05-08 ``wasb hook: user defaultAzureCredentials instead of managedIdentity (#23394)`` -`2d109401b `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`49e336ae0 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================ =========== =============================================================================== +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8f181c1034 `_ 2022-05-08 ``wasb hook: user defaultAzureCredentials instead of managedIdentity (#23394)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =============================================================================== 3.8.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`d3976d9b2 `_ 2022-04-04 ``Docs: Fix example usage for 'AzureCosmosDocumentSensor' (#22735)`` -`7ab45d41d `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`d3976d9b20 `_ 2022-04-04 ``Docs: Fix example usage for 'AzureCosmosDocumentSensor' (#22735)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +================================================================================================= =========== ================================================================================== 3.7.2 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 3.7.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`c1ab8e2d7 `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`d08284ed2 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +================================================================================================= =========== ==================================================================== 3.7.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== =================================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`ba79adb63 `_ 2022-03-02 ``Make container creation configurable when uploading files via WasbHook (#20510)`` -`f42559a77 `_ 2022-03-02 ``Add 'test_connection' method to 'AzureDataFactoryHook' (#21924)`` -`08575ddd8 `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`3c4524b4e `_ 2022-02-23 ``(AzureCosmosDBHook) Update to latest Cosmos API (#21514)`` -`0a3ff43d4 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================ =========== =================================================================================== +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`ba79adb631 `_ 2022-03-02 ``Make container creation configurable when uploading files via WasbHook (#20510)`` +`f42559a773 `_ 2022-03-02 ``Add 'test_connection' method to 'AzureDataFactoryHook' (#21924)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`3c4524b4ec `_ 2022-02-23 ``(AzureCosmosDBHook) Update to latest Cosmos API (#21514)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== =================================================================================== 3.6.0 ..... Latest change: 2022-02-08 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`ddb5246bd `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`730db3fb7 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` -`f8fd0f7b4 `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`730db3fb77 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` +`f8fd0f7b4c `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` +================================================================================================= =========== ========================================================================== 3.5.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`a22d5bd07 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`329906495 `_ 2021-12-29 ``Use isort on pyi files (#20556)`` -`e63e23c58 `_ 2021-12-23 ``Fixing MyPy issues inside providers/microsoft (#20409)`` -`341bf5ab1 `_ 2021-12-22 ``Azure: New sftp to wasb operator (#18877)`` -`05e4cd1c6 `_ 2021-12-18 ``Add operator link to monitor Azure Data Factory pipeline runs (#20207)`` -`2fb5e1d0e `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`42f133c5f `_ 2021-12-06 ``Removes InputRequired validation with azure extra (#20084)`` -`374574b8d `_ 2021-12-06 ``Fix mypy errors in Microsoft Azure provider (#19923)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`a22d5bd076 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`3299064958 `_ 2021-12-29 ``Use isort on pyi files (#20556)`` +`e63e23c582 `_ 2021-12-23 ``Fixing MyPy issues inside providers/microsoft (#20409)`` +`341bf5ab1f `_ 2021-12-22 ``Azure: New sftp to wasb operator (#18877)`` +`05e4cd1c6a `_ 2021-12-18 ``Add operator link to monitor Azure Data Factory pipeline runs (#20207)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`42f133c5f6 `_ 2021-12-06 ``Removes InputRequired validation with azure extra (#20084)`` +`374574b8d0 `_ 2021-12-06 ``Fix mypy errors in Microsoft Azure provider (#19923)`` +================================================================================================= =========== ========================================================================== 3.4.0 ..... Latest change: 2021-11-30 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`e25446a8b `_ 2021-11-18 ``Fix argument error in AzureContainerInstancesOperator (#19668)`` -`11e73d2db `_ 2021-11-16 ``Remove unnecessary connection form customizations in Azure (#19595)`` -`4212c4932 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` -`0f516458b `_ 2021-11-08 ``Remove 'host' from hidden fields in 'WasbHook' (#19475)`` -`ca679c014 `_ 2021-11-07 ``use DefaultAzureCredential if login not provided for Data Factory (#19079)`` -`490a382ed `_ 2021-11-04 ``Ensure ''catchup=False'' is used in example dags (#19396)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`e25446a8b1 `_ 2021-11-18 ``Fix argument error in AzureContainerInstancesOperator (#19668)`` +`11e73d2db1 `_ 2021-11-16 ``Remove unnecessary connection form customizations in Azure (#19595)`` +`4212c49324 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` +`0f516458be `_ 2021-11-08 ``Remove 'host' from hidden fields in 'WasbHook' (#19475)`` +`ca679c014c `_ 2021-11-07 ``use DefaultAzureCredential if login not provided for Data Factory (#19079)`` +`490a382ed6 `_ 2021-11-04 ``Ensure ''catchup=False'' is used in example dags (#19396)`` +================================================================================================= =========== ============================================================================== 3.3.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== =========================================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`61d009305 `_ 2021-10-27 ``Added sas_token var to BlobServiceClient return. Updated tests (#19234)`` -`ceb2b53a1 `_ 2021-10-20 ``Static start_date and default arg cleanup for Microsoft providers example DAGs (#19062)`` -`86a2a19ad `_ 2021-10-17 ``More f-strings (#18855)`` -`1571f8054 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`1b75f9181 `_ 2021-10-05 ``Fix changelog for Azure Provider (#18736)`` -`181ac36db `_ 2021-10-05 ``update azure cosmos to latest version (#18695)`` -`6d504b43e `_ 2021-10-04 ``Expanding docs on client auth for AzureKeyVaultBackend (#18659)`` -`c8485a83b `_ 2021-10-03 ``Revert "update azure cosmos version (#18663)" (#18694)`` -`10421c693 `_ 2021-10-01 ``update azure cosmos version (#18663)`` -================================================================================================ =========== =========================================================================================== +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`61d0093054 `_ 2021-10-27 ``Added sas_token var to BlobServiceClient return. Updated tests (#19234)`` +`ceb2b53a10 `_ 2021-10-20 ``Static start_date and default arg cleanup for Microsoft providers example DAGs (#19062)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`1b75f9181f `_ 2021-10-05 ``Fix changelog for Azure Provider (#18736)`` +`181ac36db3 `_ 2021-10-05 ``update azure cosmos to latest version (#18695)`` +`6d504b43ea `_ 2021-10-04 ``Expanding docs on client auth for AzureKeyVaultBackend (#18659)`` +`c8485a83bc `_ 2021-10-03 ``Revert "update azure cosmos version (#18663)" (#18694)`` +`10421c6931 `_ 2021-10-01 ``update azure cosmos version (#18663)`` +================================================================================================= =========== =========================================================================================== 3.2.0 ..... Latest change: 2021-09-30 -================================================================================================ =========== ======================================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`a458fcc57 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -`46484466c `_ 2021-09-25 ``Removing redundant relabeling of password conn field (#18386)`` -`97d689231 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` -`1d2924c94 `_ 2021-09-24 ``Proper handling of Account URL custom conn field in AzureBatchHook (#18456)`` -`11e34535e `_ 2021-09-19 ``Creating ADF pipeline run operator, sensor + ADF custom conn fields (#17885)`` -`410e6d796 `_ 2021-09-18 ``Initial commit (#18203)`` -`2dac083ae `_ 2021-09-16 ``Fixed wasb hook attempting to create container when getting a blob client (#18287)`` -`d119ae8f3 `_ 2021-09-12 ``Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator (#18168)`` -`28de326d6 `_ 2021-09-09 ``Rename FileToWasbOperator to LocalFilesystemToWasbOperator (#18109)`` -================================================================================================ =========== ======================================================================================== +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`46484466c4 `_ 2021-09-25 ``Removing redundant relabeling of password conn field (#18386)`` +`97d6892318 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` +`1d2924c94e `_ 2021-09-24 ``Proper handling of Account URL custom conn field in AzureBatchHook (#18456)`` +`11e34535e8 `_ 2021-09-19 ``Creating ADF pipeline run operator, sensor + ADF custom conn fields (#17885)`` +`410e6d7967 `_ 2021-09-18 ``Initial commit (#18203)`` +`2dac083ae2 `_ 2021-09-16 ``Fixed wasb hook attempting to create container when getting a blob client (#18287)`` +`d119ae8f3f `_ 2021-09-12 ``Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator (#18168)`` +`28de326d61 `_ 2021-09-09 ``Rename FileToWasbOperator to LocalFilesystemToWasbOperator (#18109)`` +================================================================================================= =========== ======================================================================================== 3.1.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`29aab6434 `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +================================================================================================= =========== ============================================================================ 3.1.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`48ca9374b `_ 2021-07-26 ``Remove/refactor default_args pattern for Microsoft example DAGs (#16873)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`caf0a8499 `_ 2021-06-25 ``Add support for managed identity in WASB hook (#16628)`` -`ffb1fcacf `_ 2021-06-24 ``Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)`` -`a2a58d27e `_ 2021-06-24 ``Reduce log messages for happy path (#16626)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`48ca9374bf `_ 2021-07-26 ``Remove/refactor default_args pattern for Microsoft example DAGs (#16873)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`caf0a8499f `_ 2021-06-25 ``Add support for managed identity in WASB hook (#16628)`` +`ffb1fcacff `_ 2021-06-24 ``Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)`` +`a2a58d27ef `_ 2021-06-24 ``Reduce log messages for happy path (#16626)`` +================================================================================================= =========== ============================================================================= 3.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`0c80a7d41 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` -`29b7f795d `_ 2021-06-07 ``fix wasb remote logging when blob already exists (#16280)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`476d0f6e3 `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`c844ff742 `_ 2021-05-18 ``Fix colon spacing in ''AzureDataExplorerHook'' docstring (#15841)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`3b4fdd0a7 `_ 2021-05-06 ``add oracle connection link (#15632)`` -`b1bd59440 `_ 2021-05-04 ``Add delimiter argument to WasbHook delete_file method (#15637)`` -`0f97a3970 `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -`db557a8c4 `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`0c80a7d411 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` +`29b7f795d6 `_ 2021-06-07 ``fix wasb remote logging when blob already exists (#16280)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`c844ff742e `_ 2021-05-18 ``Fix colon spacing in ''AzureDataExplorerHook'' docstring (#15841)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` +`b1bd59440b `_ 2021-05-04 ``Add delimiter argument to WasbHook delete_file method (#15637)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +`db557a8c4a `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` +================================================================================================= =========== ============================================================================== 2.0.0 ..... Latest change: 2021-05-01 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`657384615 `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` -`d65e492a3 `_ 2021-04-25 ``Removes unnecessary AzureContainerInstance connection type (#15514)`` -`cb1344b63 `_ 2021-04-16 ``Update azure connection documentation (#15352)`` -`1a85ba9e9 `_ 2021-04-13 ``Add dynamic connection fields to Azure Connection (#15159)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` +`d65e492a3e `_ 2021-04-25 ``Removes unnecessary AzureContainerInstance connection type (#15514)`` +`cb1344b63d `_ 2021-04-16 ``Update azure connection documentation (#15352)`` +`1a85ba9e93 `_ 2021-04-13 ``Add dynamic connection fields to Azure Connection (#15159)`` +================================================================================================= =========== ======================================================================= 1.3.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`9b76b94c9 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`a7ca1b3b0 `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`4372d4561 `_ 2021-03-12 ``Fix attributes for AzureDataFactory hook (#14704)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`4372d45615 `_ 2021-03-12 ``Fix attributes for AzureDataFactory hook (#14704)`` +================================================================================================= =========== ============================================================================= 1.2.0 ..... Latest change: 2021-03-08 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`b753c7fa6 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` -`e7bb17aeb `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`630aeff72 `_ 2021-03-02 ``Fix AzureDataFactoryHook failing to instantiate its connection (#14565)`` -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`11d03d2f6 `_ 2021-02-26 ``Add Azure Data Factory hook (#11015)`` -`5bfa0f123 `_ 2021-02-25 ``BugFix: Fix remote log in azure storage blob displays in one line (#14313)`` -`ca35bd7f7 `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`630aeff72c `_ 2021-03-02 ``Fix AzureDataFactoryHook failing to instantiate its connection (#14565)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`11d03d2f63 `_ 2021-02-26 ``Add Azure Data Factory hook (#11015)`` +`5bfa0f123b `_ 2021-02-25 ``BugFix: Fix remote log in azure storage blob displays in one line (#14313)`` +`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================== 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================ =========== ============================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================= -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`94b153123 `_ 2021-01-23 ``Upgrade azure blob to v12 (#12188)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`b2cb6ee5b `_ 2021-01-07 ``Fix Azure Data Explorer Operator (#13520)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`a1e919507 `_ 2020-12-26 ``add system test for azure local to adls operator (#13190)`` -`5185d81ff `_ 2020-12-24 ``add AzureDatalakeStorageDeleteOperator (#13206)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c8 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================ =========== ============================================================= +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`94b1531230 `_ 2021-01-23 ``Upgrade azure blob to v12 (#12188)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`b2cb6ee5ba `_ 2021-01-07 ``Fix Azure Data Explorer Operator (#13520)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`a1e9195076 `_ 2020-12-26 ``add system test for azure local to adls operator (#13190)`` +`5185d81ff9 `_ 2020-12-24 ``add AzureDatalakeStorageDeleteOperator (#13206)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ============================================================= 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aa `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`543d88b3a `_ 2020-11-28 ``Add example dag and system tests for azure wasb and fileshare (#12673)`` -`6b3c6add9 `_ 2020-11-27 ``Update setup.py to get non-conflicting set of dependencies (#12636)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`dd2095f4a `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`3ff7e0743 `_ 2020-11-08 ``azure key vault optional lookup (#12174)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`6ce855af1 `_ 2020-10-24 ``Fix spelling (#11821)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`f8ff217e2 `_ 2020-10-18 ``Fix incorrect typing and move config args out of extra connection config to operator args (#11635)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`686e0ee7d `_ 2020-10-11 ``Fix incorrect typing, remove hardcoded argument values and improve code in AzureContainerInstancesOperator (#11408)`` -`d2754ef76 `_ 2020-10-09 ``Strict type check for Microsoft (#11359)`` -`832a7850f `_ 2020-10-08 ``Add Azure Blob Storage to GCS transfer operator (#11321)`` -`5d007fd2f `_ 2020-10-08 ``Strict type check for azure hooks (#11342)`` -`b0fcf6755 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` -`c51016b0b `_ 2020-10-05 ``Add LocalToAzureDataLakeStorageOperator (#10814)`` -`fd682fd70 `_ 2020-10-05 ``fix job deletion (#11272)`` -`421061878 `_ 2020-10-03 ``Ensure target_dedicated_nodes or enable_auto_scale is set in AzureBatchOperator (#11251)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`5093245d6 `_ 2020-09-30 ``Strict type coverage for Oracle and Yandex provider (#11198)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`f77a11d5b `_ 2020-09-13 ``Add Secrets backend for Microsoft Azure Key Vault (#10898)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`2f552233f `_ 2020-08-21 ``Add AzureBaseHook (#9747)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`0bf330ba8 `_ 2020-07-24 ``Add get_blobs_list method to WasbHook (#9950)`` -`33f0cd265 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`d3c76da95 `_ 2020-07-12 ``Improve type hinting to provider microsoft (#9774)`` -`23f80f34a `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`87969a350 `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`d99833c9b `_ 2020-04-03 ``[AIRFLOW-4529] Add support for Azure Batch Service (#8024)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`a83eb335e `_ 2020-03-23 ``Add call to Super call in microsoft providers (#7821)`` -`f0e242180 `_ 2020-02-24 ``[AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ (#7520)`` -`4bec1cc48 `_ 2020-02-24 ``[AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__ (#7519)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`086e30724 `_ 2020-02-23 ``[AIRFLOW-6890] AzureDataLakeHook: Move DB call out of __init__ (#7513)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`175a16046 `_ 2020-02-19 ``[AIRFLOW-6828] Stop using the zope library (#7448)`` -`1e0024301 `_ 2020-02-10 ``[AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator (#5785)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873 `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`057f3ae3a `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`290330ba6 `_ 2020-01-15 ``[AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`543d88b3a1 `_ 2020-11-28 ``Add example dag and system tests for azure wasb and fileshare (#12673)`` +`6b3c6add9e `_ 2020-11-27 ``Update setup.py to get non-conflicting set of dependencies (#12636)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`3ff7e0743a `_ 2020-11-08 ``azure key vault optional lookup (#12174)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`f8ff217e2f `_ 2020-10-18 ``Fix incorrect typing and move config args out of extra connection config to operator args (#11635)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`686e0ee7df `_ 2020-10-11 ``Fix incorrect typing, remove hardcoded argument values and improve code in AzureContainerInstancesOperator (#11408)`` +`d2754ef769 `_ 2020-10-09 ``Strict type check for Microsoft (#11359)`` +`832a7850f1 `_ 2020-10-08 ``Add Azure Blob Storage to GCS transfer operator (#11321)`` +`5d007fd2ff `_ 2020-10-08 ``Strict type check for azure hooks (#11342)`` +`b0fcf67559 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` +`c51016b0b8 `_ 2020-10-05 ``Add LocalToAzureDataLakeStorageOperator (#10814)`` +`fd682fd70a `_ 2020-10-05 ``fix job deletion (#11272)`` +`4210618789 `_ 2020-10-03 ``Ensure target_dedicated_nodes or enable_auto_scale is set in AzureBatchOperator (#11251)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`5093245d6f `_ 2020-09-30 ``Strict type coverage for Oracle and Yandex provider (#11198)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`f77a11d5b1 `_ 2020-09-13 ``Add Secrets backend for Microsoft Azure Key Vault (#10898)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`2f552233f5 `_ 2020-08-21 ``Add AzureBaseHook (#9747)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`0bf330ba86 `_ 2020-07-24 ``Add get_blobs_list method to WasbHook (#9950)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`d3c76da952 `_ 2020-07-12 ``Improve type hinting to provider microsoft (#9774)`` +`23f80f34ad `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`d99833c9b5 `_ 2020-04-03 ``[AIRFLOW-4529] Add support for Azure Batch Service (#8024)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`a83eb335e5 `_ 2020-03-23 ``Add call to Super call in microsoft providers (#7821)`` +`f0e2421807 `_ 2020-02-24 ``[AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ (#7520)`` +`4bec1cc489 `_ 2020-02-24 ``[AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__ (#7519)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`086e307245 `_ 2020-02-23 ``[AIRFLOW-6890] AzureDataLakeHook: Move DB call out of __init__ (#7513)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`175a160463 `_ 2020-02-19 ``[AIRFLOW-6828] Stop using the zope library (#7448)`` +`1e00243014 `_ 2020-02-10 ``[AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator (#5785)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`290330ba60 `_ 2020-01-15 ``[AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst index 876bf3a30a3d0..ba377d6400d3c 100644 --- a/docs/apache-airflow-providers-microsoft-azure/index.rst +++ b/docs/apache-airflow-providers-microsoft-azure/index.rst @@ -61,7 +61,7 @@ Package apache-airflow-providers-microsoft-azure `Microsoft Azure `__ -Release: 3.9.0 +Release: 4.0.0 Provider package ---------------- @@ -81,7 +81,7 @@ PIP requirements ================================ ==================== PIP package Version required ================================ ==================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``azure-batch`` ``>=8.0.0`` ``azure-cosmos`` ``>=4.0.0`` ``azure-datalake-store`` ``>=0.0.45`` @@ -124,7 +124,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-azure 3.9.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-azure 3.9.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 4.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 4.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-microsoft-mssql/commits.rst b/docs/apache-airflow-providers-microsoft-mssql/commits.rst index ed766e69b368d..f0e80f2346cde 100644 --- a/docs/apache-airflow-providers-microsoft-mssql/commits.rst +++ b/docs/apache-airflow-providers-microsoft-mssql/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`478459f01e `_ 2022-06-03 ``Migrate Microsoft example DAGs to new design #22452 - mssql (#24139)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-microsoft-mssql/index.rst b/docs/apache-airflow-providers-microsoft-mssql/index.rst index df73fd3d9df83..1b2e85a0f51c0 100644 --- a/docs/apache-airflow-providers-microsoft-mssql/index.rst +++ b/docs/apache-airflow-providers-microsoft-mssql/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-microsoft-mssql `Microsoft SQL Server (MSSQL) `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ========================================== PIP package Version required ================== ========================================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pymssql`` ``>=2.1.5; platform_machine != "aarch64"`` ================== ========================================== diff --git a/docs/apache-airflow-providers-microsoft-psrp/commits.rst b/docs/apache-airflow-providers-microsoft-psrp/commits.rst index 592c50d75b45c..26a053abb986c 100644 --- a/docs/apache-airflow-providers-microsoft-psrp/commits.rst +++ b/docs/apache-airflow-providers-microsoft-psrp/commits.rst @@ -30,14 +30,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`e58985598f `_ 2022-05-30 ``Ensure @contextmanager decorates generator func (#23103)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +================================================================================================= =========== =========================================================================== + 1.1.4 ..... -Latest change: 2022-03-28 +Latest change: 2022-04-07 ================================================================================================= =========== ========================================================== Commit Committed Subject ================================================================================================= =========== ========================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `be0a4e4131 `_ 2022-03-28 ``PowerShell Remoting fail on non-zero exitcode (#22503)`` ================================================================================================= =========== ========================================================== diff --git a/docs/apache-airflow-providers-microsoft-psrp/index.rst b/docs/apache-airflow-providers-microsoft-psrp/index.rst index e3ca5af0d9288..30121dfd30a84 100644 --- a/docs/apache-airflow-providers-microsoft-psrp/index.rst +++ b/docs/apache-airflow-providers-microsoft-psrp/index.rst @@ -59,7 +59,7 @@ This package provides remote execution capabilities via the `__. -Release: 1.1.4 +Release: 2.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-microsoft-winrm/commits.rst b/docs/apache-airflow-providers-microsoft-winrm/commits.rst index 2f9d320449551..01628b516662a 100644 --- a/docs/apache-airflow-providers-microsoft-winrm/commits.rst +++ b/docs/apache-airflow-providers-microsoft-winrm/commits.rst @@ -28,6 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`fcf47e133d `_ 2022-06-03 ``Migrate Microsoft example DAGs to new design #22452 - winrm (#24140)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +================================================================================================= =========== =========================================================================== + +2.0.5 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.4 ..... diff --git a/docs/apache-airflow-providers-microsoft-winrm/index.rst b/docs/apache-airflow-providers-microsoft-winrm/index.rst index b33595de7ce64..52d40314c80dd 100644 --- a/docs/apache-airflow-providers-microsoft-winrm/index.rst +++ b/docs/apache-airflow-providers-microsoft-winrm/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-microsoft-winrm `Windows Remote Management (WinRM) `__ -Release: 2.0.5 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pywinrm`` ``>=0.4`` ================== ================== diff --git a/docs/apache-airflow-providers-mongo/commits.rst b/docs/apache-airflow-providers-mongo/commits.rst index a8729ecda274b..a05ccf9209ed1 100644 --- a/docs/apache-airflow-providers-mongo/commits.rst +++ b/docs/apache-airflow-providers-mongo/commits.rst @@ -28,6 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +================================================================================================= =========== =========================================================================== + +2.3.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.3.2 ..... diff --git a/docs/apache-airflow-providers-mongo/index.rst b/docs/apache-airflow-providers-mongo/index.rst index 22922f713a64d..8f95ee5191bab 100644 --- a/docs/apache-airflow-providers-mongo/index.rst +++ b/docs/apache-airflow-providers-mongo/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-mongo `MongoDB `__ -Release: 2.3.3 +Release: 3.0.0 Provider package ---------------- @@ -72,7 +72,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``dnspython`` ``>=1.13.0`` ``pymongo`` ``>=3.6.0,<4.0.0`` ================== ================== diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst index 03209521d51ec..71d5733be5d5f 100644 --- a/docs/apache-airflow-providers-mysql/commits.rst +++ b/docs/apache-airflow-providers-mysql/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`3df8ff7407 `_ 2022-06-03 ``Migrate MySQL example DAGs to new design #22453 (#24142)`` +================================================================================================= =========== =========================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst index 44c8aab12ff19..f8239a66a878c 100644 --- a/docs/apache-airflow-providers-mysql/index.rst +++ b/docs/apache-airflow-providers-mysql/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-mysql `MySQL `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ========================== =========================================== PIP package Version required ========================== =========================================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``mysql-connector-python`` ``>=8.0.11; platform_machine != "aarch64"`` ``mysqlclient`` ``>=1.3.6; platform_machine != "aarch64"`` ========================== =========================================== @@ -112,7 +112,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-mysql 2.2.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-mysql 2.2.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/mysql/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-neo4j/commits.rst b/docs/apache-airflow-providers-neo4j/commits.rst index 5fb08f9e4d77d..f21256904075d 100644 --- a/docs/apache-airflow-providers-neo4j/commits.rst +++ b/docs/apache-airflow-providers-neo4j/commits.rst @@ -28,6 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`b5218de99a `_ 2022-06-03 ``Migrate Neo4j example DAGs to new design #22454 (#24143)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-neo4j/index.rst b/docs/apache-airflow-providers-neo4j/index.rst index c3a216a2d840b..5d2fceca469fd 100644 --- a/docs/apache-airflow-providers-neo4j/index.rst +++ b/docs/apache-airflow-providers-neo4j/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-neo4j `Neo4j `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -84,7 +84,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``neo4j`` ``>=4.2.1`` ================== ================== diff --git a/docs/apache-airflow-providers-odbc/commits.rst b/docs/apache-airflow-providers-odbc/commits.rst index 33c4149508ecc..b3e43f12a5c53 100644 --- a/docs/apache-airflow-providers-odbc/commits.rst +++ b/docs/apache-airflow-providers-odbc/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-odbc/index.rst b/docs/apache-airflow-providers-odbc/index.rst index f434606622eca..9a542e84ffcc9 100644 --- a/docs/apache-airflow-providers-odbc/index.rst +++ b/docs/apache-airflow-providers-odbc/index.rst @@ -53,7 +53,7 @@ Package apache-airflow-providers-odbc `ODBC `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -73,7 +73,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pyodbc`` ================== ================== diff --git a/docs/apache-airflow-providers-openfaas/commits.rst b/docs/apache-airflow-providers-openfaas/commits.rst index 36f451b69db48..6ee14297d7faa 100644 --- a/docs/apache-airflow-providers-openfaas/commits.rst +++ b/docs/apache-airflow-providers-openfaas/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.2 ..... diff --git a/docs/apache-airflow-providers-openfaas/index.rst b/docs/apache-airflow-providers-openfaas/index.rst index 5e59b574e9200..84054e957e396 100644 --- a/docs/apache-airflow-providers-openfaas/index.rst +++ b/docs/apache-airflow-providers-openfaas/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-openfaas `OpenFaaS `__ -Release: 2.0.3 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-opsgenie/commits.rst b/docs/apache-airflow-providers-opsgenie/commits.rst index b6a405cc29cd3..aa1c24efad5f4 100644 --- a/docs/apache-airflow-providers-opsgenie/commits.rst +++ b/docs/apache-airflow-providers-opsgenie/commits.rst @@ -28,180 +28,193 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`f8223348c5 `_ 2022-06-03 ``Migrate Opsgenie example DAGs to new design #22455 (#24144)`` +================================================================================================= =========== =========================================================================== + 3.1.0 ..... -Latest change: 2022-05-08 +Latest change: 2022-05-12 -================================================================================================ =========== ================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================== -`ca3fbbbe1 `_ 2022-05-08 ``Opsgenie: Fix 'close_alert' to properly send 'kwargs' (#23442)`` -`38860c162 `_ 2022-05-06 ``Add 'OpsgenieDeleteAlertOperator' (#23405)`` -================================================================================================ =========== ================================================================== +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`ca3fbbbe14 `_ 2022-05-08 ``Opsgenie: Fix 'close_alert' to properly send 'kwargs' (#23442)`` +`38860c1627 `_ 2022-05-06 ``Add 'OpsgenieDeleteAlertOperator' (#23405)`` +================================================================================================= =========== ================================================================== 3.0.3 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 3.0.2 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 3.0.1 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== 3.0.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ======================================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================================= -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`a63753764 `_ 2021-12-28 ``Rename 'OpsgenieAlertOperator' to 'OpsgenieCreateAlertOperator' (#20514)`` -`1728e35e0 `_ 2021-12-27 ``Add 'OpsgenieCloseAlertOperator' (#20488)`` -`d57ebb7ae `_ 2021-12-22 ``Organize Opsgenie provider classes (#20454)`` -`46a6088e1 `_ 2021-12-21 ``rewrite opsgenie alert hook with official python sdk, related issue #18641 (#20263)`` -================================================================================================ =========== ======================================================================================= +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`a63753764b `_ 2021-12-28 ``Rename 'OpsgenieAlertOperator' to 'OpsgenieCreateAlertOperator' (#20514)`` +`1728e35e00 `_ 2021-12-27 ``Add 'OpsgenieCloseAlertOperator' (#20488)`` +`d57ebb7aed `_ 2021-12-22 ``Organize Opsgenie provider classes (#20454)`` +`46a6088e11 `_ 2021-12-21 ``rewrite opsgenie alert hook with official python sdk, related issue #18641 (#20263)`` +================================================================================================= =========== ======================================================================================= 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`10ed42a83 `_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`10ed42a837 `_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== ================================================================= 1.0.2 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -`e468b3156 `_ 2021-03-06 ``Fix type hints in OpsgenieAlertOperator (#14637)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +`e468b3156c `_ 2021-03-06 ``Fix type hints in OpsgenieAlertOperator (#14637)`` +================================================================================================= =========== ============================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`720912f67 `_ 2020-10-02 ``Strict type check for multiple providers (#11229)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`305053cb7 `_ 2020-02-23 ``[AIRFLOW-6889] Change mutable argument value in OpsgenieAlertHook (#7512)`` -`4d03e33c1 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`9a04013b0 `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` -`c42a375e7 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -================================================================================================ =========== ====================================================================================================================================================================== +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`720912f67b `_ 2020-10-02 ``Strict type check for multiple providers (#11229)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`305053cb7c `_ 2020-02-23 ``[AIRFLOW-6889] Change mutable argument value in OpsgenieAlertHook (#7512)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-opsgenie/index.rst b/docs/apache-airflow-providers-opsgenie/index.rst index 2481188c69e4f..c151b79380629 100644 --- a/docs/apache-airflow-providers-opsgenie/index.rst +++ b/docs/apache-airflow-providers-opsgenie/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-opsgenie `Opsgenie `__ -Release: 3.1.0 +Release: 4.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``opsgenie-sdk`` ``>=2.1.5`` ================== ================== diff --git a/docs/apache-airflow-providers-oracle/commits.rst b/docs/apache-airflow-providers-oracle/commits.rst index 491e12d70679b..051c4abf7fd7d 100644 --- a/docs/apache-airflow-providers-oracle/commits.rst +++ b/docs/apache-airflow-providers-oracle/commits.rst @@ -28,6 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-07 ``Make numpy effectively an optional dependency for Oracle provider (#24272)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`4147aa1bdf `_ 2022-04-12 ``Add 'parameters' to templated fields in 'OracleOperator' (#22857)`` +================================================================================================= =========== ============================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-oracle/index.rst b/docs/apache-airflow-providers-oracle/index.rst index 62fb61e99c60d..ca8bc5142143e 100644 --- a/docs/apache-airflow-providers-oracle/index.rst +++ b/docs/apache-airflow-providers-oracle/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-oracle `Oracle `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``cx_Oracle`` ``>=5.1.2`` ================== ================== diff --git a/docs/apache-airflow-providers-pagerduty/commits.rst b/docs/apache-airflow-providers-pagerduty/commits.rst index 79e3f6a4d9786..2b51812b390d7 100644 --- a/docs/apache-airflow-providers-pagerduty/commits.rst +++ b/docs/apache-airflow-providers-pagerduty/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-pagerduty/index.rst b/docs/apache-airflow-providers-pagerduty/index.rst index a3a2ded5ed291..3eb250969cdb9 100644 --- a/docs/apache-airflow-providers-pagerduty/index.rst +++ b/docs/apache-airflow-providers-pagerduty/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-pagerduty `Pagerduty `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pdpyras`` ``>=4.1.2`` ================== ================== diff --git a/docs/apache-airflow-providers-papermill/commits.rst b/docs/apache-airflow-providers-papermill/commits.rst index 10223723ad114..d0af2b1dda475 100644 --- a/docs/apache-airflow-providers-papermill/commits.rst +++ b/docs/apache-airflow-providers-papermill/commits.rst @@ -28,6 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`b4d50d3be1 `_ 2022-06-05 ``Migrate Papermill example DAGs to new design #22456 (#24146)`` +`6962d8a355 `_ 2022-05-27 ``Add support to specify language name in PapermillOperator (#23916)`` +================================================================================================= =========== =========================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-papermill/index.rst b/docs/apache-airflow-providers-papermill/index.rst index 54fe848e7014e..eb0c21f19bc72 100644 --- a/docs/apache-airflow-providers-papermill/index.rst +++ b/docs/apache-airflow-providers-papermill/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-papermill `Papermill `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``papermill[all]`` ``>=1.2.1`` ``scrapbook[all]`` ================== ================== diff --git a/docs/apache-airflow-providers-plexus/commits.rst b/docs/apache-airflow-providers-plexus/commits.rst index 5e5a7b6b2f8fe..3702b76d3f514 100644 --- a/docs/apache-airflow-providers-plexus/commits.rst +++ b/docs/apache-airflow-providers-plexus/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`88258921d8 `_ 2022-06-03 ``Migrate Plexus example DAGs to new design #22457 (#24147)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-plexus/index.rst b/docs/apache-airflow-providers-plexus/index.rst index df86306ba7e44..48eb9cc80638f 100644 --- a/docs/apache-airflow-providers-plexus/index.rst +++ b/docs/apache-airflow-providers-plexus/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-plexus `Plexus `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``arrow`` ``>=0.16.0`` ================== ================== diff --git a/docs/apache-airflow-providers-postgres/commits.rst b/docs/apache-airflow-providers-postgres/commits.rst index 16c78643a5ee8..35614169c0d95 100644 --- a/docs/apache-airflow-providers-postgres/commits.rst +++ b/docs/apache-airflow-providers-postgres/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`c60bb9edc0 `_ 2022-06-03 ``Migrate Postgres example DAGs to new design #22458 (#24148)`` +================================================================================================= =========== =========================================================================== + 4.1.0 ..... -Latest change: 2022-03-18 +Latest change: 2022-03-22 ================================================================================================= =========== ==================================================================== Commit Committed Subject ================================================================================================= =========== ==================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` `0ec56775df `_ 2022-03-18 ``adds ability to pass config params to postgres operator (#21551)`` ================================================================================================= =========== ==================================================================== diff --git a/docs/apache-airflow-providers-postgres/index.rst b/docs/apache-airflow-providers-postgres/index.rst index 376fe722ed61a..26d1c1a1b72bd 100644 --- a/docs/apache-airflow-providers-postgres/index.rst +++ b/docs/apache-airflow-providers-postgres/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-postgres `PostgreSQL `__ -Release: 4.1.0 +Release: 5.0.0 Provider package ---------------- @@ -84,7 +84,7 @@ PIP requirements =================== ================== PIP package Version required =================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``psycopg2-binary`` ``>=2.7.4`` =================== ================== @@ -113,7 +113,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-postgres 4.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-postgres 4.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 5.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 5.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/postgres/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-presto/commits.rst b/docs/apache-airflow-providers-presto/commits.rst index be625e1740d39..a3fd3a82abd69 100644 --- a/docs/apache-airflow-providers-presto/commits.rst +++ b/docs/apache-airflow-providers-presto/commits.rst @@ -28,181 +28,195 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``Add 'PrestoToSlackOperator' (#23979)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`c3e24c9d05 `_ 2022-06-03 ``Migrate Presto example DAGs to new design #22459 (#24145)`` +================================================================================================= =========== =========================================================================== + 2.2.1 ..... -Latest change: 2022-04-23 +Latest change: 2022-05-12 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`5164cdbe9 `_ 2022-04-19 ``Make presto and trino compatible with airflow 2.1 (#23061)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`5164cdbe98 `_ 2022-04-19 ``Make presto and trino compatible with airflow 2.1 (#23061)`` +================================================================================================= =========== =========================================================================== 2.2.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== ====================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`05b440994 `_ 2022-03-24 ``Pass X-Presto-Client-Info in presto hook (#22416)`` -================================================================================================ =========== ====================================================== +================================================================================================= =========== ====================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`05b4409945 `_ 2022-03-24 ``Pass X-Presto-Client-Info in presto hook (#22416)`` +================================================================================================= =========== ====================================================== 2.1.2 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.1.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.1.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`64423563b `_ 2022-02-28 ``Quick Update GCS Presto (#21855)`` -`280719359 `_ 2022-02-22 ``Replaced hql references to sql in TrinoHook and PrestoHook (#21630)`` -`aab11890d `_ 2022-02-17 ``Add GCSToPrestoOperator (#21084)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`9c05a9511 `_ 2021-12-13 ``Fix MyPy Errors for Presto provider (#20244)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`64423563bc `_ 2022-02-28 ``Quick Update GCS Presto (#21855)`` +`2807193594 `_ 2022-02-22 ``Replaced hql references to sql in TrinoHook and PrestoHook (#21630)`` +`aab11890db `_ 2022-02-17 ``Add GCSToPrestoOperator (#21084)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`9c05a95117 `_ 2021-12-13 ``Fix MyPy Errors for Presto provider (#20244)`` +================================================================================================= =========== ========================================================================== 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5 `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ======================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`5c74c3a5c `_ 2020-12-09 ``Add explanation of the Presto Kerberos + SSL + snowflake problem (#12939)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`1543923c1 `_ 2020-10-20 ``Add Kerberos Auth for PrestoHook (#10488)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`720912f67 `_ 2020-10-02 ``Strict type check for multiple providers (#11229)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`8f8db8959 `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`1100cea1f `_ 2020-05-03 ``Remove _get_pretty_exception_message in PrestoHook`` -`35834c380 `_ 2020-03-26 ``Remove Presto check operators (#7884)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`029c84e55 `_ 2020-03-18 ``[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`059eda05f `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`5c74c3a5c1 `_ 2020-12-09 ``Add explanation of the Presto Kerberos + SSL + snowflake problem (#12939)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`1543923c19 `_ 2020-10-20 ``Add Kerberos Auth for PrestoHook (#10488)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`720912f67b `_ 2020-10-02 ``Strict type check for multiple providers (#11229)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`8f8db8959e `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`1100cea1fb `_ 2020-05-03 ``Remove _get_pretty_exception_message in PrestoHook`` +`35834c3809 `_ 2020-03-26 ``Remove Presto check operators (#7884)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`029c84e552 `_ 2020-03-18 ``[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-presto/index.rst b/docs/apache-airflow-providers-presto/index.rst index b87b42d5c8c15..a757e7d8635e9 100644 --- a/docs/apache-airflow-providers-presto/index.rst +++ b/docs/apache-airflow-providers-presto/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-presto `Presto `__ -Release: 2.2.1 +Release: 3.0.0 Provider package ---------------- @@ -84,7 +84,7 @@ PIP requirements ======================== ================== PIP package Version required ======================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pandas`` ``>=0.17.1`` ``presto-python-client`` ``>=0.7.0,<0.8`` ======================== ================== @@ -115,7 +115,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-presto 2.2.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-presto 2.2.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-presto 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-presto 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/presto/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-qubole/commits.rst b/docs/apache-airflow-providers-qubole/commits.rst index 5a47aed5d447e..37d8cc4b537fa 100644 --- a/docs/apache-airflow-providers-qubole/commits.rst +++ b/docs/apache-airflow-providers-qubole/commits.rst @@ -28,6 +28,34 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`e3824ce521 `_ 2022-06-03 ``Migrate Qubole example DAGs to new design #22460 (#24149)`` +`71e4deb1b0 `_ 2022-05-16 ``Add typing for airflow/configuration.py (#23716)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-qubole/index.rst b/docs/apache-airflow-providers-qubole/index.rst index 81e48e78a09b7..b8be677993e65 100644 --- a/docs/apache-airflow-providers-qubole/index.rst +++ b/docs/apache-airflow-providers-qubole/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-qubole `Qubole `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``qds-sdk`` ``>=1.10.4`` ================== ================== diff --git a/docs/apache-airflow-providers-redis/commits.rst b/docs/apache-airflow-providers-redis/commits.rst index d53a5b953d193..610760816cd90 100644 --- a/docs/apache-airflow-providers-redis/commits.rst +++ b/docs/apache-airflow-providers-redis/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-redis/index.rst b/docs/apache-airflow-providers-redis/index.rst index cf9ab8d01adac..425a5918124f8 100644 --- a/docs/apache-airflow-providers-redis/index.rst +++ b/docs/apache-airflow-providers-redis/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-redis `Redis `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``redis`` ``~=3.2`` ================== ================== diff --git a/docs/apache-airflow-providers-salesforce/commits.rst b/docs/apache-airflow-providers-salesforce/commits.rst index bd5a37d9b5011..9fe61a3a9680c 100644 --- a/docs/apache-airflow-providers-salesforce/commits.rst +++ b/docs/apache-airflow-providers-salesforce/commits.rst @@ -28,214 +28,227 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`fdf518573f `_ 2022-06-03 ``Migrate Salesforce example DAGs to new design #22463 (#24127)`` +================================================================================================= =========== =========================================================================== + 3.4.4 ..... -Latest change: 2022-04-29 +Latest change: 2022-05-12 -================================================================================================ =========== ===================================== -Commit Committed Subject -================================================================================================ =========== ===================================== -`9132baf19 `_ 2022-04-29 ``Organize Tableau classes (#23353)`` -================================================================================================ =========== ===================================== +================================================================================================= =========== ====================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`9132baf192 `_ 2022-04-29 ``Organize Tableau classes (#23353)`` +================================================================================================= =========== ====================================================== 3.4.3 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 3.4.2 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 3.4.1 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`92bc8047c `_ 2021-12-16 ``Fix mypy in providers/salesforce (#20325)`` -`2fb5e1d0e `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`92bc8047cf `_ 2021-12-16 ``Fix mypy in providers/salesforce (#20325)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +================================================================================================= =========== ========================================================================== 3.4.0 ..... Latest change: 2021-11-30 -================================================================================================ =========== ====================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`a24066bc4 `_ 2021-11-11 ``Do not require all extras for SalesforceHook (#19530)`` -================================================================================================ =========== ====================================================================== +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`a24066bc4c `_ 2021-11-11 ``Do not require all extras for SalesforceHook (#19530)`` +================================================================================================= =========== ====================================================================== 3.3.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`e9a72a4e9 `_ 2021-10-08 ``Add SalesforceApexRestOperator (#18819)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`e9a72a4e95 `_ 2021-10-08 ``Add SalesforceApexRestOperator (#18819)`` +================================================================================================= =========== ================================================================= 3.2.0 ..... Latest change: 2021-08-30 -================================================================================================ =========== ========================================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================================== -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`5c0e98cc7 `_ 2021-08-06 ``Adding JWT, IP filtering, and direct session login support for SalesforceHook (#17399)`` -================================================================================================ =========== ========================================================================================== +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`5c0e98cc77 `_ 2021-08-06 ``Adding JWT, IP filtering, and direct session login support for SalesforceHook (#17399)`` +================================================================================================= =========== ========================================================================================== 3.1.0 ..... Latest change: 2021-07-27 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`4dc622d8c `_ 2021-07-27 ``Prepares release for Salesforce provider (#17272)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`763919d41 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`4dc622d8ca `_ 2021-07-27 ``Prepares release for Salesforce provider (#17272)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ====================================================================================== 3.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +================================================================================================= =========== ================================================================= 2.0.0 ..... Latest change: 2021-03-20 -================================================================================================ =========== =================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================== -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`45e72ca83 `_ 2021-02-25 ``Add Tableau provider separate from Salesforce Provider (#14030)`` -================================================================================================ =========== =================================================================== +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`45e72ca830 `_ 2021-02-25 ``Add Tableau provider separate from Salesforce Provider (#14030)`` +================================================================================================= =========== =================================================================== 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ==================================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`d305876be `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`45669bea4 `_ 2020-09-24 ``Increasing type coverage for salesforce provide (#11135)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`1d36b0303 `_ 2020-05-23 ``Fix references in docs (#8984)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`ff342fc23 `_ 2020-05-17 ``Added SalesforceHook missing method to return only dataframe (#8565) (#8644)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`87969a350 `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`954619283 `_ 2020-03-26 ``bumping simple-salesforce to 1.0.0 (#7857)`` -`31efc931e `_ 2020-03-23 ``Add missing call to Super class in 'salesforce' provider (#7824)`` -`6140356b8 `_ 2020-03-12 ``[AIRFLOW-6481] Fix bug in SalesforceHook (#7703)`` -`3320e432a `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`61a8bb658 `_ 2020-02-22 ``[AIRFLOW-6879] Fix Failing CI: Update New import paths (#7500)`` -`a9ad0a929 `_ 2020-02-22 ``[AIRFLOW-6790] Add basic Tableau Integration (#7410)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`cf141506a `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`c42a375e7 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -================================================================================================ =========== ==================================================================================== +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`45669bea4f `_ 2020-09-24 ``Increasing type coverage for salesforce provide (#11135)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`ff342fc230 `_ 2020-05-17 ``Added SalesforceHook missing method to return only dataframe (#8565) (#8644)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`9546192836 `_ 2020-03-26 ``bumping simple-salesforce to 1.0.0 (#7857)`` +`31efc931e3 `_ 2020-03-23 ``Add missing call to Super class in 'salesforce' provider (#7824)`` +`6140356b80 `_ 2020-03-12 ``[AIRFLOW-6481] Fix bug in SalesforceHook (#7703)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`61a8bb6581 `_ 2020-02-22 ``[AIRFLOW-6879] Fix Failing CI: Update New import paths (#7500)`` +`a9ad0a9298 `_ 2020-02-22 ``[AIRFLOW-6790] Add basic Tableau Integration (#7410)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +================================================================================================= =========== ==================================================================================== diff --git a/docs/apache-airflow-providers-salesforce/index.rst b/docs/apache-airflow-providers-salesforce/index.rst index 0eb698c87cf90..bf55f218fbba4 100644 --- a/docs/apache-airflow-providers-salesforce/index.rst +++ b/docs/apache-airflow-providers-salesforce/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-salesforce `Salesforce `__ -Release: 3.4.4 +Release: 4.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pandas`` ``>=0.17.1`` ``simple-salesforce`` ``>=1.0.0`` ``tableauserverclient`` @@ -110,7 +110,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-salesforce 3.4.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-salesforce 3.4.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-salesforce 4.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-salesforce 4.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/salesforce/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-samba/commits.rst b/docs/apache-airflow-providers-samba/commits.rst index 2b182d6a5962e..8008b95509ff8 100644 --- a/docs/apache-airflow-providers-samba/commits.rst +++ b/docs/apache-airflow-providers-samba/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +3.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 3.0.3 ..... diff --git a/docs/apache-airflow-providers-samba/index.rst b/docs/apache-airflow-providers-samba/index.rst index 3bd9eacb4460d..1cd53f3dbbedc 100644 --- a/docs/apache-airflow-providers-samba/index.rst +++ b/docs/apache-airflow-providers-samba/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-samba `Samba `__ -Release: 3.0.4 +Release: 4.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``smbprotocol`` ``>=1.5.0`` ================== ================== diff --git a/docs/apache-airflow-providers-segment/commits.rst b/docs/apache-airflow-providers-segment/commits.rst index 2afaeb93dc4bc..eaa887780d5f7 100644 --- a/docs/apache-airflow-providers-segment/commits.rst +++ b/docs/apache-airflow-providers-segment/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-segment/index.rst b/docs/apache-airflow-providers-segment/index.rst index b567d6afcdf5e..94a02c9f29536 100644 --- a/docs/apache-airflow-providers-segment/index.rst +++ b/docs/apache-airflow-providers-segment/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-segment `Segment `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ==================== ================== PIP package Version required ==================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``analytics-python`` ``>=1.2.9`` ==================== ================== diff --git a/docs/apache-airflow-providers-sendgrid/commits.rst b/docs/apache-airflow-providers-sendgrid/commits.rst index fa0f917466212..9dec939d3923e 100644 --- a/docs/apache-airflow-providers-sendgrid/commits.rst +++ b/docs/apache-airflow-providers-sendgrid/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-sendgrid/index.rst b/docs/apache-airflow-providers-sendgrid/index.rst index c2666f2f43826..a3697234ad681 100644 --- a/docs/apache-airflow-providers-sendgrid/index.rst +++ b/docs/apache-airflow-providers-sendgrid/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-sendgrid `Sendgrid `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -68,10 +68,11 @@ You can install this package on top of an existing Airflow 2.1+ installation via PIP requirements ---------------- -============= ================== -PIP package Version required -============= ================== -``sendgrid`` ``>=6.0.0`` -============= ================== +================== ================== +PIP package Version required +================== ================== +``apache-airflow`` ``>=2.2.0`` +``sendgrid`` ``>=6.0.0`` +================== ================== .. include:: ../../airflow/providers/sendgrid/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst index 7b509ff314405..57a3159378439 100644 --- a/docs/apache-airflow-providers-sftp/commits.rst +++ b/docs/apache-airflow-providers-sftp/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-06 ``Adding fnmatch type regex to SFTPSensor (#24084)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + 2.6.0 ..... -Latest change: 2022-03-29 +Latest change: 2022-04-07 ================================================================================================= =========== ============================================================= Commit Committed Subject ================================================================================================= =========== ============================================================= +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `a6609d5268 `_ 2022-03-29 ``add newer_than parameter to SFTP sensor (#21655) (#22377)`` ================================================================================================= =========== ============================================================= diff --git a/docs/apache-airflow-providers-sftp/index.rst b/docs/apache-airflow-providers-sftp/index.rst index 376e7029cde73..8a7df616c787e 100644 --- a/docs/apache-airflow-providers-sftp/index.rst +++ b/docs/apache-airflow-providers-sftp/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-sftp `SSH File Transfer Protocol (SFTP) `__ -Release: 2.6.0 +Release: 3.0.0 Provider package ---------------- @@ -72,7 +72,7 @@ PIP requirements ================================ ================== PIP package Version required ================================ ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``apache-airflow-providers-ssh`` ``>=2.1.0`` ``paramiko`` ``>=2.6.0`` ``pysftp`` ``>=0.2.9`` @@ -104,7 +104,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-sftp 2.6.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-sftp 2.6.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/sftp/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-singularity/commits.rst b/docs/apache-airflow-providers-singularity/commits.rst index a7855e261a2f8..7174ff84499c0 100644 --- a/docs/apache-airflow-providers-singularity/commits.rst +++ b/docs/apache-airflow-providers-singularity/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`f3285bd9d2 `_ 2022-06-03 ``Migrate Singularity example DAGs to new design #22464 (#24128)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-singularity/index.rst b/docs/apache-airflow-providers-singularity/index.rst index 8f8eb723b0cb3..5da4a63454315 100644 --- a/docs/apache-airflow-providers-singularity/index.rst +++ b/docs/apache-airflow-providers-singularity/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-singularity `Singularity `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -72,7 +72,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``spython`` ``>=0.0.56`` ================== ================== diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst index bb12eef24701a..8f388cbcd0c31 100644 --- a/docs/apache-airflow-providers-slack/commits.rst +++ b/docs/apache-airflow-providers-slack/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +4.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 4.2.2 ..... diff --git a/docs/apache-airflow-providers-slack/index.rst b/docs/apache-airflow-providers-slack/index.rst index 3affdcf08291e..9d9ec1d244edd 100644 --- a/docs/apache-airflow-providers-slack/index.rst +++ b/docs/apache-airflow-providers-slack/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-slack `Slack `__ -Release: 4.2.3 +Release: 5.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``slack_sdk`` ``>=3.0.0`` ================== ================== @@ -108,7 +108,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-slack 4.2.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-slack 4.2.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 5.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 5.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/slack/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst index 38f7605835851..31f35b363d90d 100644 --- a/docs/apache-airflow-providers-snowflake/commits.rst +++ b/docs/apache-airflow-providers-snowflake/commits.rst @@ -28,303 +28,317 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`c2f10a4ee9 `_ 2022-06-03 ``Migrate Snowflake system tests to new design #22434 (#24151)`` +`86cfd1244a `_ 2022-05-20 ``Fix error when SnowflakeHook take empty list in 'sql' param (#23767)`` +================================================================================================= =========== =========================================================================== + 2.7.0 ..... -Latest change: 2022-05-01 +Latest change: 2022-05-12 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`b6aaf9e2f `_ 2022-05-01 ``Allow multiline text in private key field for Snowflake (#23066)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`b6aaf9e2fc `_ 2022-05-01 ``Allow multiline text in private key field for Snowflake (#23066)`` +================================================================================================= =========== ==================================================================== 2.6.0 ..... Latest change: 2022-03-22 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`d6ed9cb95 `_ 2022-03-15 ``Add support for private key in connection for Snowflake (#22266)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`d6ed9cb950 `_ 2022-03-15 ``Add support for private key in connection for Snowflake (#22266)`` +================================================================================================= =========== ==================================================================== 2.5.2 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`5d9b088df `_ 2022-03-11 ``Remove Snowflake limits (#22181)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`5d9b088dfa `_ 2022-03-11 ``Remove Snowflake limits (#22181)`` +================================================================================================= =========== ==================================================================== 2.5.1 ..... Latest change: 2022-03-07 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== 2.5.0 ..... Latest change: 2022-02-08 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f98 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`534e9ae11 `_ 2022-01-28 ``Fix #21096: Support boolean in extra__snowflake__insecure_mode (#21155)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`9ea459a6b `_ 2022-01-08 ``Snowflake Provider: Improve tests for Snowflake Hook (#20745)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`534e9ae117 `_ 2022-01-28 ``Fix #21096: Support boolean in extra__snowflake__insecure_mode (#21155)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`9ea459a6bd `_ 2022-01-08 ``Snowflake Provider: Improve tests for Snowflake Hook (#20745)`` +================================================================================================= =========== =========================================================================== 2.4.0 ..... Latest change: 2021-12-31 -================================================================================================ =========== ========================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================= -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`a632b7484 `_ 2021-12-28 ``Improvements for 'SnowflakeHook.get_sqlalchemy_engine' (#20509)`` -`fcc3b92fb `_ 2021-12-13 ``Fix MyPy Errors for Snowflake provider. (#20212)`` -`89a66ae02 `_ 2021-12-13 ``Support insecure mode in SnowflakeHook (#20106)`` -`7fb301b0b `_ 2021-12-08 ``Remove unused code in SnowflakeHook (#20107)`` -================================================================================================ =========== ========================================================================= +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`a632b74846 `_ 2021-12-28 ``Improvements for 'SnowflakeHook.get_sqlalchemy_engine' (#20509)`` +`fcc3b92fb6 `_ 2021-12-13 ``Fix MyPy Errors for Snowflake provider. (#20212)`` +`89a66ae023 `_ 2021-12-13 ``Support insecure mode in SnowflakeHook (#20106)`` +`7fb301b0b4 `_ 2021-12-08 ``Remove unused code in SnowflakeHook (#20107)`` +================================================================================================= =========== ========================================================================= 2.3.1 ..... Latest change: 2021-11-30 -================================================================================================ =========== ====================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================== -`853576d90 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`de9900539 `_ 2021-11-12 ``Remove duplicate get_connection in SnowflakeHook (#19543)`` -================================================================================================ =========== ====================================================================== +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`de9900539c `_ 2021-11-12 ``Remove duplicate get_connection in SnowflakeHook (#19543)`` +================================================================================================= =========== ====================================================================== 2.3.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== =============================================================================================================== -Commit Committed Subject -================================================================================================ =========== =============================================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`d53d4f9c7 `_ 2021-10-25 ``Moving the example tag a little bit up to include the part where you specify the snowflake_conn_id (#19180)`` -`acfb7b5ac `_ 2021-10-25 ``Add test_connection method for Snowflake Hook (#19041)`` -`0a37be3e3 `_ 2021-09-30 ``Add region to Snowflake URI. (#18650)`` -================================================================================================ =========== =============================================================================================================== +================================================================================================= =========== =============================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`d53d4f9c7c `_ 2021-10-25 ``Moving the example tag a little bit up to include the part where you specify the snowflake_conn_id (#19180)`` +`acfb7b5acf `_ 2021-10-25 ``Add test_connection method for Snowflake Hook (#19041)`` +`0a37be3e3c `_ 2021-09-30 ``Add region to Snowflake URI. (#18650)`` +================================================================================================= =========== =============================================================================================================== 2.2.0 ..... Latest change: 2021-09-30 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e702 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`a8970764d `_ 2021-09-10 ``Add Snowflake operators based on SQL Checks (#17741)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`a8970764d9 `_ 2021-09-10 ``Add Snowflake operators based on SQL Checks (#17741)`` +================================================================================================= =========== ====================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`97428efc4 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`97428efc41 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` +================================================================================================= =========== ============================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`0dbd0f420 `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`5999cb9a6 `_ 2021-07-07 ``Adding: Snowflake Role in snowflake provider hook (#16735)`` -`8b41c2e0b `_ 2021-07-01 ``Logging and returning info about query execution SnowflakeHook (#15736)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`0dbd0f420c `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`5999cb9a66 `_ 2021-07-07 ``Adding: Snowflake Role in snowflake provider hook (#16735)`` +`8b41c2e0b9 `_ 2021-07-01 ``Logging and returning info about query execution SnowflakeHook (#15736)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================= 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ========================================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`608dd0ddf `_ 2021-06-15 ``Fix formatting and missing import (#16455)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`643e46ca7 `_ 2021-06-15 ``Added ability for Snowflake to attribute usage to Airflow by adding an application parameter (#16420)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`aeb93f8e5 `_ 2021-05-27 ``fix: restore parameters support when sql passed to SnowflakeHook as str (#16102)`` -`20f363940 `_ 2021-05-19 ``Add 'template_fields' to 'S3ToSnowflake' operator (#15926)`` -`6f956dc99 `_ 2021-05-13 ``Allow S3ToSnowflakeOperator to omit schema (#15817)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================ =========== ========================================================================================================= +================================================================================================= =========== ========================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`608dd0ddf6 `_ 2021-06-15 ``Fix formatting and missing import (#16455)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`643e46ca7a `_ 2021-06-15 ``Added ability for Snowflake to attribute usage to Airflow by adding an application parameter (#16420)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`aeb93f8e5b `_ 2021-05-27 ``fix: restore parameters support when sql passed to SnowflakeHook as str (#16102)`` +`20f3639403 `_ 2021-05-19 ``Add 'template_fields' to 'S3ToSnowflake' operator (#15926)`` +`6f956dc99b `_ 2021-05-13 ``Allow S3ToSnowflakeOperator to omit schema (#15817)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== ========================================================================================================= 1.3.0 ..... Latest change: 2021-05-01 -================================================================================================ =========== ================================================================================================================ -Commit Committed Subject -================================================================================================ =========== ================================================================================================================ -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`c6be8b113 `_ 2021-04-30 ``Expose snowflake query_id in snowflake hook and operator, support multiple statements in sql string (#15533)`` -`814e471d1 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`7a0d41224 `_ 2021-04-25 ``Add Connection Documentation to more Providers (#15408)`` -================================================================================================ =========== ================================================================================================================ +================================================================================================= =========== ================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================ +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`c6be8b113d `_ 2021-04-30 ``Expose snowflake query_id in snowflake hook and operator, support multiple statements in sql string (#15533)`` +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`7a0d412245 `_ 2021-04-25 ``Add Connection Documentation to more Providers (#15408)`` +================================================================================================= =========== ================================================================================================================ 1.2.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`9b76b94c9 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`e4bf8f349 `_ 2021-03-16 ``Add dynamic fields to snowflake connection (#14724)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`e4bf8f3491 `_ 2021-03-16 ``Add dynamic fields to snowflake connection (#14724)`` +================================================================================================= =========== ============================================================================= 1.1.1 ..... Latest change: 2021-03-08 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`b753c7fa6 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================= 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================ =========== ============================================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================================ -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`85a3ce1a4 `_ 2021-01-18 ``Fix S3ToSnowflakeOperator to support uploading all files in the specified stage (#12505)`` -`dbf751112 `_ 2021-01-16 ``Add connection arguments in S3ToSnowflakeOperator (#12564)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ============================================================================================ +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`85a3ce1a47 `_ 2021-01-18 ``Fix S3ToSnowflakeOperator to support uploading all files in the specified stage (#12505)`` +`dbf751112f `_ 2021-01-16 ``Add connection arguments in S3ToSnowflakeOperator (#12564)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ============================================================================================ 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ================================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aa `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`2037303ee `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`ef4af2135 `_ 2020-11-22 ``Move providers docs to separate package + Spell-check in a common job with docs-build (#12527)`` -`234d68938 `_ 2020-11-21 ``Fix S3ToSnowflakeOperator docstring (#12504)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f12 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`9276607b5 `_ 2020-11-12 ``Add session_parameters option to snowflake_hook (#12071)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`d363adb61 `_ 2020-10-31 ``Adding SnowflakeOperator howto-documentation and example DAG (#11975)`` -`ecc3a4df0 `_ 2020-10-30 ``Add autocommit property for snowflake connection (#10838)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`483068745 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`d305876be `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`0161b5ea2 `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d1bce91bb `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`f6734b3b8 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088c `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`1c9374d25 `_ 2020-06-03 ``Add snowflake to slack operator (#9023)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`1d36b0303 `_ 2020-05-23 ``Fix references in docs (#8984)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`a546a10b1 `_ 2020-05-16 ``Add Snowflake system test (#8422)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`cd635dd7d `_ 2020-05-10 ``[AIRFLOW-5906] Add authenticator parameter to snowflake_hook (#8642)`` -`297ad3088 `_ 2020-04-20 ``Fix Snowflake hook conn id (#8423)`` -`cf1109d66 `_ 2020-02-07 ``[AIRFLOW-6755] Fix snowflake hook bug and tests (#7380)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`eee34ee80 `_ 2020-01-24 ``[AIRFLOW-4204] Update super() calls (#7248)`` -`17af3beea `_ 2020-01-21 ``[AIRFLOW-5816] Add S3 to snowflake operator (#6469)`` -================================================================================================ =========== ================================================================================================== +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`ef4af21351 `_ 2020-11-22 ``Move providers docs to separate package + Spell-check in a common job with docs-build (#12527)`` +`234d689387 `_ 2020-11-21 ``Fix S3ToSnowflakeOperator docstring (#12504)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`9276607b58 `_ 2020-11-12 ``Add session_parameters option to snowflake_hook (#12071)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`d363adb618 `_ 2020-10-31 ``Adding SnowflakeOperator howto-documentation and example DAG (#11975)`` +`ecc3a4df0d `_ 2020-10-30 ``Add autocommit property for snowflake connection (#10838)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`0161b5ea2b `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`1c9374d257 `_ 2020-06-03 ``Add snowflake to slack operator (#9023)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`a546a10b13 `_ 2020-05-16 ``Add Snowflake system test (#8422)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`cd635dd7d5 `_ 2020-05-10 ``[AIRFLOW-5906] Add authenticator parameter to snowflake_hook (#8642)`` +`297ad30885 `_ 2020-04-20 ``Fix Snowflake hook conn id (#8423)`` +`cf1109d661 `_ 2020-02-07 ``[AIRFLOW-6755] Fix snowflake hook bug and tests (#7380)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`eee34ee808 `_ 2020-01-24 ``[AIRFLOW-4204] Update super() calls (#7248)`` +`17af3beea5 `_ 2020-01-21 ``[AIRFLOW-5816] Add S3 to snowflake operator (#6469)`` +================================================================================================= =========== ================================================================================================== diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst index 6a583468585d0..f481839807c58 100644 --- a/docs/apache-airflow-providers-snowflake/index.rst +++ b/docs/apache-airflow-providers-snowflake/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-snowflake `Snowflake `__ -Release: 2.7.0 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ============================== ================== PIP package Version required ============================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``snowflake-connector-python`` ``>=2.4.1`` ``snowflake-sqlalchemy`` ``>=1.1.0`` ============================== ================== @@ -109,7 +109,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-snowflake 2.7.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-snowflake 2.7.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/snowflake/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-sqlite/commits.rst b/docs/apache-airflow-providers-sqlite/commits.rst index ed941bdd359ad..986129f84a5bb 100644 --- a/docs/apache-airflow-providers-sqlite/commits.rst +++ b/docs/apache-airflow-providers-sqlite/commits.rst @@ -28,6 +28,30 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`32a158a95b `_ 2022-06-03 ``Migrate SQLite example DAGs to new design #22461 (#24150)`` +`479ad196fa `_ 2022-05-19 ``Fix ''SqliteHook'' compatibility with SQLAlchemy engine (#23790)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-sqlite/index.rst b/docs/apache-airflow-providers-sqlite/index.rst index 933dd52995a34..08bf2d6b92c6d 100644 --- a/docs/apache-airflow-providers-sqlite/index.rst +++ b/docs/apache-airflow-providers-sqlite/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-sqlite `SQLite `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst index 14de3614cf683..06eedc2571409 100644 --- a/docs/apache-airflow-providers-ssh/commits.rst +++ b/docs/apache-airflow-providers-ssh/commits.rst @@ -28,249 +28,263 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`fb1187dbec `_ 2022-06-03 ``Add disabled_algorithms as an extra parameter for SSH connections (#24090)`` +`ddb2a4f47b `_ 2022-06-02 ``fixing SSHHook bug when using allow_host_key_change param (#24116)`` +================================================================================================= =========== ============================================================================== + 2.4.4 ..... -Latest change: 2022-05-10 +Latest change: 2022-05-12 -================================================================================================ =========== ============================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================ -`e63dbdc43 `_ 2022-05-10 ``Add exception to catch single line private keys (#23043)`` -================================================================================================ =========== ============================================================ +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`e63dbdc431 `_ 2022-05-10 ``Add exception to catch single line private keys (#23043)`` +================================================================================================= =========== ============================================================ 2.4.3 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.4.2 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.4.1 ..... Latest change: 2022-03-07 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== 2.4.0 ..... Latest change: 2022-02-08 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`ab762a5a8 `_ 2022-02-04 ``Refactor SSH tests to not use SSH server in operator tests (#21326)`` -`d353f023f `_ 2022-02-02 ``Add banner_timeout feature to SSH Hook/Operator (#21262)`` -`b6edc3bfa `_ 2022-02-01 ``Add a retry with wait interval for SSH operator #14489 (#19981)`` -`cb7305321 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`9ed9b5170 `_ 2022-01-24 ``Fix last remaining MyPy errors (#21020)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`129b4d2ac `_ 2022-01-09 ``Delay the creation of ssh proxy until get_conn() (#20474) (#20474)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178b `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`da783f88a `_ 2021-12-13 ``Fix MyPy Errors for SSH provider (#20241)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`ab762a5a8a `_ 2022-02-04 ``Refactor SSH tests to not use SSH server in operator tests (#21326)`` +`d353f023ff `_ 2022-02-02 ``Add banner_timeout feature to SSH Hook/Operator (#21262)`` +`b6edc3bfa1 `_ 2022-02-01 ``Add a retry with wait interval for SSH operator #14489 (#19981)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`9ed9b5170c `_ 2022-01-24 ``Fix last remaining MyPy errors (#21020)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`129b4d2ac2 `_ 2022-01-09 ``Delay the creation of ssh proxy until get_conn() (#20474) (#20474)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`da783f88a1 `_ 2021-12-13 ``Fix MyPy Errors for SSH provider (#20241)`` +================================================================================================= =========== ========================================================================== 2.3.0 ..... Latest change: 2021-10-29 -================================================================================================ =========== ======================================================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`2197e4b59 `_ 2021-10-29 ``Correctly handle get_pty attribute if command passed as XComArg or template (#19323)`` -`1571f8054 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`73fcbb0e4 `_ 2021-10-13 ``Refactor SSHOperator so a subclass can run many commands (#10874) (#17378)`` -`537963f24 `_ 2021-10-05 ``update minimum version of sshtunnel to 0.3.2 (#18684)`` -================================================================================================ =========== ======================================================================================== +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`2197e4b59a `_ 2021-10-29 ``Correctly handle get_pty attribute if command passed as XComArg or template (#19323)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`73fcbb0e4e `_ 2021-10-13 ``Refactor SSHOperator so a subclass can run many commands (#10874) (#17378)`` +`537963f24d `_ 2021-10-05 ``update minimum version of sshtunnel to 0.3.2 (#18684)`` +================================================================================================= =========== ======================================================================================== 2.2.0 ..... Latest change: 2021-09-30 -================================================================================================ =========== ====================================================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================================================== -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`68d99bc55 `_ 2021-09-10 ``[Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)`` -================================================================================================ =========== ====================================================================================================================== +================================================================================================= =========== ====================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`68d99bc558 `_ 2021-09-10 ``[Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)`` +================================================================================================= =========== ====================================================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`f42478009 `_ 2021-08-10 ``Ignores exception raised during closing SSH connection (#17528)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`f42478009a `_ 2021-08-10 ``Ignores exception raised during closing SSH connection (#17528)`` +================================================================================================= =========== ============================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== ========================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================= -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`a2dc01b34 `_ 2021-07-03 ``SSHHook: Using correct hostname for host_key when using non-default ssh port (#15964)`` -`7777d4f2f `_ 2021-07-01 ``Correctly load openssh-gerenated private keys in SSHHook (#16756)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`50e334df3 `_ 2021-06-24 ``Add support for non-RSA type key for SFTP hook (#16314)`` -================================================================================================ =========== ========================================================================================= +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`a2dc01b345 `_ 2021-07-03 ``SSHHook: Using correct hostname for host_key when using non-default ssh port (#15964)`` +`7777d4f2fd `_ 2021-07-01 ``Correctly load openssh-gerenated private keys in SSHHook (#16756)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`50e334df32 `_ 2021-06-24 ``Add support for non-RSA type key for SFTP hook (#16314)`` +================================================================================================= =========== ========================================================================================= 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ====================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================== -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`7a0d41224 `_ 2021-04-25 ``Add Connection Documentation to more Providers (#15408)`` -`3e9e954d9 `_ 2021-04-07 ``Display explicit error in case UID has no actual username (#15212)`` -================================================================================================ =========== ====================================================================== +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`7a0d412245 `_ 2021-04-25 ``Add Connection Documentation to more Providers (#15408)`` +`3e9e954d9e `_ 2021-04-07 ``Display explicit error in case UID has no actual username (#15212)`` +================================================================================================= =========== ====================================================================== 1.3.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`042be2e4e `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`9b76b94c9 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ============================================================================= 1.2.0 ..... Latest change: 2021-02-27 -================================================================================================ =========== ============================================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================================== -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`f180fa13b `_ 2021-02-08 ``Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook (#12467)`` -`10343ec29 `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================ =========== ============================================================================== +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`f180fa13bf `_ 2021-02-08 ``Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook (#12467)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================== 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================ =========== ================================================================================ -Commit Committed Subject -================================================================================================ =========== ================================================================================ -`88bdcfa0d `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98 `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`daedc9985 `_ 2021-01-30 ``Fix decode error for ssh log (#13943)`` -`a9ac2b040 `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef355 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`52339a55c `_ 2021-01-08 ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)`` -`295d66f91 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================ =========== ================================================================================ +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`daedc99851 `_ 2021-01-30 ``Fix decode error for ssh log (#13943)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`52339a55c0 `_ 2021-01-08 ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ================================================================================ 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================ =========== ================================================================================== -Commit Committed Subject -================================================================================================ =========== ================================================================================== -`32971a1a2 `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa08 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f2478 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`c34ef853c `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`008035450 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333c `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f59 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`dd2095f4a `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`85a18e13d `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78 `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d159 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1 `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b0 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84e `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e712971 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`27e637fbe `_ 2020-10-09 ``Bugfix: Error in SSHOperator when command is None (#11361)`` -`0a0e1af80 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4 `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c38 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`b6d5d1e98 `_ 2020-10-01 ``Strict type checking for SSH (#11216)`` -`68fa29bff `_ 2020-09-25 ``Added support for encrypted private keys in SSHHook (#11097)`` -`f3e87c503 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`9549274d1 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65 `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c2 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec30125 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`aeea71274 `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`2248a5da1 `_ 2020-06-29 ``Expose option: look_for_keys in ssh_hook via extras (#8793)`` -`d0e7db402 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a080 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57 `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3 `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4 `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca22 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8a `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4c `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`21cc7d729 `_ 2020-05-10 ``Document default timeout value for SSHOperator (#8744)`` -`4bde99f13 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`74c2a6ded `_ 2020-03-23 ``Add call to Super class in 'ftp' & 'ssh' providers (#7822)`` -`df24b4337 `_ 2020-02-14 ``[AIRFLOW-6800] Close file object after parsing ssh config (#7415)`` -`97a429f9d `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`9a04013b0 `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` -================================================================================================ =========== ================================================================================== +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`27e637fbe3 `_ 2020-10-09 ``Bugfix: Error in SSHOperator when command is None (#11361)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`b6d5d1e985 `_ 2020-10-01 ``Strict type checking for SSH (#11216)`` +`68fa29bff0 `_ 2020-09-25 ``Added support for encrypted private keys in SSHHook (#11097)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`2248a5da1d `_ 2020-06-29 ``Expose option: look_for_keys in ssh_hook via extras (#8793)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`21cc7d7298 `_ 2020-05-10 ``Document default timeout value for SSHOperator (#8744)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`74c2a6ded4 `_ 2020-03-23 ``Add call to Super class in 'ftp' & 'ssh' providers (#7822)`` +`df24b43370 `_ 2020-02-14 ``[AIRFLOW-6800] Close file object after parsing ssh config (#7415)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-ssh/index.rst b/docs/apache-airflow-providers-ssh/index.rst index 2b52018358834..08b5df129ca14 100644 --- a/docs/apache-airflow-providers-ssh/index.rst +++ b/docs/apache-airflow-providers-ssh/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-ssh `Secure Shell (SSH) `__ -Release: 2.4.4 +Release: 3.0.0 Provider package ---------------- @@ -77,7 +77,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``paramiko`` ``>=2.6.0`` ``pysftp`` ``>=0.2.9`` ``sshtunnel`` ``>=0.3.2`` diff --git a/docs/apache-airflow-providers-tableau/commits.rst b/docs/apache-airflow-providers-tableau/commits.rst index e3bf06d5281e7..d9bb6fc4970f3 100644 --- a/docs/apache-airflow-providers-tableau/commits.rst +++ b/docs/apache-airflow-providers-tableau/commits.rst @@ -28,154 +28,167 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`23f367afc1 `_ 2022-06-03 ``AIP-47 - Migrate Tableau DAGs to new design (#24125)`` +================================================================================================= =========== =========================================================================== + 2.1.8 ..... -Latest change: 2022-04-29 +Latest change: 2022-05-12 -================================================================================================ =========== ===================================== -Commit Committed Subject -================================================================================================ =========== ===================================== -`9132baf19 `_ 2022-04-29 ``Organize Tableau classes (#23353)`` -================================================================================================ =========== ===================================== +================================================================================================= =========== ====================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`9132baf192 `_ 2022-04-29 ``Organize Tableau classes (#23353)`` +================================================================================================= =========== ====================================================== 2.1.7 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.1.6 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.1.5 ..... Latest change: 2022-03-07 -================================================================================================ =========== ======================================================== -Commit Committed Subject -================================================================================================ =========== ======================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================ =========== ======================================================== +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== 2.1.4 ..... Latest change: 2022-02-08 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`506efb6fa `_ 2022-01-21 ``Squelch more deprecation warnings (#21003)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`5569b868a `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`506efb6fa3 `_ 2022-01-21 ``Squelch more deprecation warnings (#21003)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`5569b868a9 `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` +================================================================================================= =========== ========================================================================== 2.1.3 ..... Latest change: 2021-12-31 -================================================================================================ =========== ========================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================= -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56b `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235f `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`636ae0a33 `_ 2021-12-22 ``Ensure Tableau connection is active to access wait_for_state (#20433)`` -`6174198a3 `_ 2021-12-13 ``Fix MyPy Errors for Tableau provider (#20240)`` -================================================================================================ =========== ========================================================================= +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`636ae0a33d `_ 2021-12-22 ``Ensure Tableau connection is active to access wait_for_state (#20433)`` +`6174198a3f `_ 2021-12-13 ``Fix MyPy Errors for Tableau provider (#20240)`` +================================================================================================= =========== ========================================================================= 2.1.2 ..... Latest change: 2021-10-29 -================================================================================================ =========== ====================================================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================================================== -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`e4888a061 `_ 2021-10-21 ``Remove distutils usages for Python 3.10 (#19064)`` -`840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e702 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -================================================================================================ =========== ====================================================================================== +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`e4888a061f `_ 2021-10-21 ``Remove distutils usages for Python 3.10 (#19064)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +================================================================================================= =========== ====================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`5df99d6c6 `_ 2021-08-09 ``New generic tableau operator: TableauOperator (#16915)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`5df99d6c69 `_ 2021-08-09 ``New generic tableau operator: TableauOperator (#16915)`` +================================================================================================= =========== ============================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================ =========== ============================================================================= -Commit Committed Subject -================================================================================================ =========== ============================================================================= -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`0dbd0f420 `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` -`29b6be848 `_ 2021-07-21 ``Refactored waiting function for Tableau Jobs (#17034)`` -`ef3c75df1 `_ 2021-07-21 ``Fix bool conversion Verify parameter in Tableau Hook (#17125)`` -`d02ded65e `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`53246ebef `_ 2021-07-15 ``Deprecate Tableau personal token authentication (#16916)`` -`df0746e13 `_ 2021-07-10 ``Allow disable SSL for TableauHook (#16365)`` -================================================================================================ =========== ============================================================================= +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`0dbd0f420c `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` +`29b6be8482 `_ 2021-07-21 ``Refactored waiting function for Tableau Jobs (#17034)`` +`ef3c75df17 `_ 2021-07-21 ``Fix bool conversion Verify parameter in Tableau Hook (#17125)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`53246ebef7 `_ 2021-07-15 ``Deprecate Tableau personal token authentication (#16916)`` +`df0746e133 `_ 2021-07-10 ``Allow disable SSL for TableauHook (#16365)`` +================================================================================================= =========== ============================================================================= 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ======================================================================= -Commit Committed Subject -================================================================================================ =========== ======================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca0 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5 `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`bf2b48174 `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`68e4c4dcb `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================ =========== ======================================================================= +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= 1.0.0 ..... Latest change: 2021-02-27 -================================================================================================ =========== =================================================================== -Commit Committed Subject -================================================================================================ =========== =================================================================== -`589d6dec9 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`45e72ca83 `_ 2021-02-25 ``Add Tableau provider separate from Salesforce Provider (#14030)`` -================================================================================================ =========== =================================================================== +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`45e72ca830 `_ 2021-02-25 ``Add Tableau provider separate from Salesforce Provider (#14030)`` +================================================================================================= =========== =================================================================== diff --git a/docs/apache-airflow-providers-tableau/index.rst b/docs/apache-airflow-providers-tableau/index.rst index 306c8b767f7b7..7ab2ea1db913a 100644 --- a/docs/apache-airflow-providers-tableau/index.rst +++ b/docs/apache-airflow-providers-tableau/index.rst @@ -54,7 +54,7 @@ Package apache-airflow-providers-tableau `Tableau `__ -Release: 2.1.8 +Release: 3.0.0 Provider package ---------------- @@ -74,7 +74,7 @@ PIP requirements ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``tableauserverclient`` ======================= ================== diff --git a/docs/apache-airflow-providers-telegram/commits.rst b/docs/apache-airflow-providers-telegram/commits.rst index 0927ca11950ec..d515140158b82 100644 --- a/docs/apache-airflow-providers-telegram/commits.rst +++ b/docs/apache-airflow-providers-telegram/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`2f0ee381d2 `_ 2022-06-03 ``Migrate Telegram example DAGs to new design #22468 (#24126)`` +================================================================================================= =========== =========================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.0.3 ..... diff --git a/docs/apache-airflow-providers-telegram/index.rst b/docs/apache-airflow-providers-telegram/index.rst index f63944a7f8789..340e3522e0b7c 100644 --- a/docs/apache-airflow-providers-telegram/index.rst +++ b/docs/apache-airflow-providers-telegram/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-telegram `Telegram `__ -Release: 2.0.4 +Release: 3.0.0 Provider package ---------------- @@ -78,7 +78,7 @@ PIP requirements ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``python-telegram-bot`` ``>=13.0`` ======================= ================== diff --git a/docs/apache-airflow-providers-trino/commits.rst b/docs/apache-airflow-providers-trino/commits.rst index 5363347fe03ac..13b4808c618e0 100644 --- a/docs/apache-airflow-providers-trino/commits.rst +++ b/docs/apache-airflow-providers-trino/commits.rst @@ -28,123 +28,136 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`7489962e75 `_ 2022-06-02 ``AIP-47 | Migrate Trino example DAGs to new design (#24118)`` +================================================================================================= =========== =========================================================================== + 2.3.0 ..... -Latest change: 2022-05-06 +Latest change: 2022-05-12 -================================================================================================ =========== =========================================================================== -Commit Committed Subject -================================================================================================ =========== =========================================================================== -`ccb5ce934 `_ 2022-05-06 ``TrinoHook add authentication via JWT token and Impersonation (#23116)`` -`8b6b0848a `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`5164cdbe9 `_ 2022-04-19 ``Make presto and trino compatible with airflow 2.1 (#23061)`` -`6933022e9 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================ =========== =========================================================================== +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`ccb5ce934c `_ 2022-05-06 ``TrinoHook add authentication via JWT token and Impersonation (#23116)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`5164cdbe98 `_ 2022-04-19 ``Make presto and trino compatible with airflow 2.1 (#23061)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =========================================================================== 2.2.0 ..... Latest change: 2022-04-07 -================================================================================================ =========== ====================================================== -Commit Committed Subject -================================================================================================ =========== ====================================================== -`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`0c3056499 `_ 2022-03-27 ``Pass X-Trino-Client-Info in trino hook (#22535)`` -================================================================================================ =========== ====================================================== +================================================================================================= =========== ====================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`0c30564992 `_ 2022-03-27 ``Pass X-Trino-Client-Info in trino hook (#22535)`` +================================================================================================= =========== ====================================================== 2.1.2 ..... Latest change: 2022-03-22 -================================================================================================ =========== ============================================================== -Commit Committed Subject -================================================================================================ =========== ============================================================== -`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================ =========== ============================================================== +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== 2.1.1 ..... Latest change: 2022-03-14 -================================================================================================ =========== ==================================================================== -Commit Committed Subject -================================================================================================ =========== ==================================================================== -`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================ =========== ==================================================================== +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== 2.1.0 ..... Latest change: 2022-03-07 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`942f8fd65 `_ 2022-02-27 ``Add GCSToTrinoOperator (#21704)`` -`280719359 `_ 2022-02-22 ``Replaced hql references to sql in TrinoHook and PrestoHook (#21630)`` -`1884f2227 `_ 2022-02-15 ``Pass Trino hook params to DbApiHook (#21479)`` -`d94fa3783 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4f `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe839 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0 `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`dad2f8103 `_ 2021-12-15 ``Fix mypy providers (#20190)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`942f8fd657 `_ 2022-02-27 ``Add GCSToTrinoOperator (#21704)`` +`2807193594 `_ 2022-02-22 ``Replaced hql references to sql in TrinoHook and PrestoHook (#21630)`` +`1884f2227d `_ 2022-02-15 ``Pass Trino hook params to DbApiHook (#21479)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`dad2f8103b `_ 2021-12-15 ``Fix mypy providers (#20190)`` +================================================================================================= =========== ========================================================================== 2.0.2 ..... Latest change: 2021-10-29 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`6bc0f8775 `_ 2021-10-07 ``Properly handle verify parameter in TrinoHook (#18791)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`6bc0f87755 `_ 2021-10-07 ``Properly handle verify parameter in TrinoHook (#18791)`` +================================================================================================= =========== ================================================================= 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================ =========== ============================================================================ -Commit Committed Subject -================================================================================================ =========== ============================================================================ -`0a6858847 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39 `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b7507 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b7 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================ =========== ============================================================================ +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================ =========== ================================================================= -Commit Committed Subject -================================================================================================ =========== ================================================================= -`bbc627a3d `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d7 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402b `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d4 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -================================================================================================ =========== ================================================================= +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +================================================================================================= =========== ================================================================= 1.0.0 ..... Latest change: 2021-04-06 -================================================================================================ =========== ========================================================================== -Commit Committed Subject -================================================================================================ =========== ========================================================================== -`eae22cec9 `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` -================================================================================================ =========== ========================================================================== +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` +================================================================================================= =========== ========================================================================== diff --git a/docs/apache-airflow-providers-trino/index.rst b/docs/apache-airflow-providers-trino/index.rst index 0993873c35a26..a429a89784744 100644 --- a/docs/apache-airflow-providers-trino/index.rst +++ b/docs/apache-airflow-providers-trino/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-trino `Trino `__ -Release: 2.3.0 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``pandas`` ``>=0.17.1`` ``trino`` ``>=0.301.0`` ================== ================== @@ -109,7 +109,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-trino 2.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-trino 2.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-trino 3.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-trino 3.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/trino/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-vertica/commits.rst b/docs/apache-airflow-providers-vertica/commits.rst index d7a29b9616733..b163c88444d83 100644 --- a/docs/apache-airflow-providers-vertica/commits.rst +++ b/docs/apache-airflow-providers-vertica/commits.rst @@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== =========================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.1.2 ..... diff --git a/docs/apache-airflow-providers-vertica/index.rst b/docs/apache-airflow-providers-vertica/index.rst index ce8aaf89396be..abb341ca8af15 100644 --- a/docs/apache-airflow-providers-vertica/index.rst +++ b/docs/apache-airflow-providers-vertica/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-vertica `Vertica `__ -Release: 2.1.3 +Release: 3.0.0 Provider package ---------------- @@ -71,7 +71,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``vertica-python`` ``>=0.5.1`` ================== ================== diff --git a/docs/apache-airflow-providers-yandex/commits.rst b/docs/apache-airflow-providers-yandex/commits.rst index 63aa32017561b..d39cd9e42a37b 100644 --- a/docs/apache-airflow-providers-yandex/commits.rst +++ b/docs/apache-airflow-providers-yandex/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`65ad2aed26 `_ 2022-06-01 ``Migrate Yandex example DAGs to new design AIP-47 (#24082)`` +================================================================================================= =========== =========================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 2.2.2 ..... diff --git a/docs/apache-airflow-providers-yandex/index.rst b/docs/apache-airflow-providers-yandex/index.rst index 795c09cd3dd4d..685039560b06b 100644 --- a/docs/apache-airflow-providers-yandex/index.rst +++ b/docs/apache-airflow-providers-yandex/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-yandex Yandex including `Yandex.Cloud `__ -Release: 2.2.3 +Release: 3.0.0 Provider package ---------------- @@ -79,7 +79,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``yandexcloud`` ``>=0.146.0`` ================== ================== diff --git a/docs/apache-airflow-providers-zendesk/commits.rst b/docs/apache-airflow-providers-zendesk/commits.rst index b57d769e65375..f269ecb08fbb7 100644 --- a/docs/apache-airflow-providers-zendesk/commits.rst +++ b/docs/apache-airflow-providers-zendesk/commits.rst @@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`1965bf0392 `_ 2022-06-03 ``Migrate Zendesk example DAGs to new design #22471 (#24129)`` +================================================================================================= =========== =========================================================================== + +3.0.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + 3.0.2 ..... diff --git a/docs/apache-airflow-providers-zendesk/index.rst b/docs/apache-airflow-providers-zendesk/index.rst index a68b55b322e9e..c29f41d025cc2 100644 --- a/docs/apache-airflow-providers-zendesk/index.rst +++ b/docs/apache-airflow-providers-zendesk/index.rst @@ -47,7 +47,7 @@ Package apache-airflow-providers-zendesk `Zendesk `__ -Release: 3.0.3 +Release: 4.0.0 Provider package ---------------- @@ -67,7 +67,7 @@ PIP requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.1.0`` +``apache-airflow`` ``>=2.2.0`` ``zenpy`` ``>=2.0.24`` ================== ================== diff --git a/docs/apache-airflow-providers/howto/create-update-providers.rst b/docs/apache-airflow-providers/howto/create-update-providers.rst index 7dff12b452c53..8b974ca717978 100644 --- a/docs/apache-airflow-providers/howto/create-update-providers.rst +++ b/docs/apache-airflow-providers/howto/create-update-providers.rst @@ -303,11 +303,11 @@ missing in provider dependencies. In Airflow 2.3, new exception :class:`~airflow.exceptions.OptionalProviderFeatureException` has been introduced and Providers can use the exception to signal that the ImportError (or any other error) should be ignored by Airflow ProvidersManager. However this Exception is only available in Airflow 2.3 so if -providers would like to remain compatible with Airflow 2.1 and 2.2, they should continue throwing +providers would like to remain compatible with 2.2, they should continue throwing the ImportError exception. Example code (from Plyvel Hook, part of the Google Provider) explains how such conditional error handling -should be implemented to keep compatibility with Airflow 2.1 and 2.2 +should be implemented to keep compatibility with 2.2 .. code-block:: python diff --git a/scripts/ci/pre_commit/pre_commit_check_2_1_compatibility.py b/scripts/ci/pre_commit/pre_commit_check_2_2_compatibility.py similarity index 75% rename from scripts/ci/pre_commit/pre_commit_check_2_1_compatibility.py rename to scripts/ci/pre_commit/pre_commit_check_2_2_compatibility.py index 9c3d7628ab179..8d72c251d54ae 100755 --- a/scripts/ci/pre_commit/pre_commit_check_2_1_compatibility.py +++ b/scripts/ci/pre_commit/pre_commit_check_2_2_compatibility.py @@ -33,8 +33,6 @@ errors: List[str] = [] -GET_ATTR_MATCHER = re.compile(r".*getattr\((ti|TI), ['\"]run_id['\"]\).*") -TI_RUN_ID_MATCHER = re.compile(r".*(ti|TI)\.run_id.*") TRY_NUM_MATCHER = re.compile(r".*context.*\[[\"']try_number[\"']].*") GET_MANDATORY_MATCHER = re.compile(r".*conf\.get_mandatory_value") @@ -43,17 +41,6 @@ def _check_file(_file: Path): lines = _file.read_text().splitlines() for index, line in enumerate(lines): - if GET_ATTR_MATCHER.match(line) or TI_RUN_ID_MATCHER.match(line): - errors.append( - f"[red]In {_file}:{index} there is a forbidden construct " - f"(Airflow 2.2+ only):[/]\n\n" - f"{lines[index]}\n\n" - f"[yellow]You should not retrieve run_id from Task Instance in providers as it " - f"is not available in Airflow 2.1[/]\n\n" - f"Use one of: \n\n" - f" context['run_id']\n\n" - f" getattr(ti, 'run_id', '')\n\n" - ) if "XCom.get_value(" in line: if "if ti_key is not None:" not in lines[index - 1]: errors.append( @@ -66,14 +53,6 @@ def _check_file(_file: Path): f"See: https://airflow.apache.org/docs/apache-airflow-providers/" f"howto/create-update-providers.html#using-providers-with-dynamic-task-mapping\n" ) - if "timezone.coerce_datetime" in line: - errors.append( - f"[red]In {_file}:{index} there is a forbidden construct " - f"(Airflow 2.2+ only):[/]\n\n" - f"{lines[index]}\n\n" - f"[yellow]You should not use coerce_datetime in providers " - f"as it is not available in Airflow 2.1[/]" - ) if "ti.map_index" in line: errors.append( f"[red]In {_file}:{index} there is a forbidden construct " @@ -106,7 +85,7 @@ def _check_file(_file: Path): for file in sys.argv[1:]: _check_file(Path(file)) if errors: - console.print("[red]Found Airflow 2.1 compatibility problems in providers:[/]\n") + console.print("[red]Found Airflow 2.2 compatibility problems in providers:[/]\n") for error in errors: console.print(f"{error}") sys.exit(1) diff --git a/scripts/in_container/run_prepare_provider_documentation.sh b/scripts/in_container/run_prepare_provider_documentation.sh index da290b14ac440..58b37daa7599c 100755 --- a/scripts/in_container/run_prepare_provider_documentation.sh +++ b/scripts/in_container/run_prepare_provider_documentation.sh @@ -96,7 +96,7 @@ function run_prepare_documentation() { fi if [[ "${#error_documentation[@]}" != "0" ]]; then echo "${COLOR_RED} Errors:${COLOR_RESET}" - echo "${error_documentation[@]}" | fold -sw 100 | sed "s/^/ /" | sed "s/$/\\/" + echo "${error_documentation[@]}" | fold -sw 100 fi echo echo "${COLOR_BLUE}===================================================================================${COLOR_RESET}" diff --git a/scripts/in_container/verify_providers.py b/scripts/in_container/verify_providers.py index 532b0f89fe743..9c5595b6f5b7a 100755 --- a/scripts/in_container/verify_providers.py +++ b/scripts/in_container/verify_providers.py @@ -182,6 +182,7 @@ class ProviderPackageDetails(NamedTuple): "going out for this old package name.", "scrapbook", ), + ("SelectableGroups dict interface is deprecated. Use select.", "markdown"), } KNOWN_COMMON_DEPRECATED_MESSAGES: Set[str] = { @@ -364,8 +365,8 @@ def onerror(_): """ [red]ERROR: There were some import errors[/] -[yellow]If the job is about installing providers in 2.1.0, most likely you are using features that[/] -[yellow]are not available in Airflow 2.1.0 and you mast implement them in backwards-compatible way![/] +[yellow]If the job is about installing providers in 2.2.0, most likely you are using features that[/] +[yellow]are not available in Airflow 2.2.0 and you must implement them in backwards-compatible way![/] """, )