From 2928453d29ee07e1cc5f155a794271207bea5290 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Wed, 11 May 2022 00:22:44 +0200 Subject: [PATCH] Prepare provider documentation 2022.05.11 Co-authored-by: eladkal <45845474+eladkal@users.noreply.github.com> --- airflow/providers/amazon/CHANGELOG.rst | 49 + airflow/providers/amazon/provider.yaml | 1 + airflow/providers/apache/beam/CHANGELOG.rst | 11 + airflow/providers/apache/beam/provider.yaml | 1 + .../apache/drill/.latest-doc-only-change.txt | 2 +- airflow/providers/apache/hive/CHANGELOG.rst | 12 + airflow/providers/apache/hive/provider.yaml | 1 + .../asana/.latest-doc-only-change.txt | 2 +- .../cloudant/.latest-doc-only-change.txt | 2 +- .../providers/cncf/kubernetes/CHANGELOG.rst | 20 +- .../providers/cncf/kubernetes/provider.yaml | 1 + airflow/providers/databricks/CHANGELOG.rst | 17 + airflow/providers/databricks/provider.yaml | 1 + .../datadog/.latest-doc-only-change.txt | 2 +- .../dbt/cloud/.latest-doc-only-change.txt | 2 +- .../dingding/.latest-doc-only-change.txt | 2 +- airflow/providers/docker/CHANGELOG.rst | 17 + airflow/providers/docker/provider.yaml | 1 + .../elasticsearch/.latest-doc-only-change.txt | 2 +- .../github/.latest-doc-only-change.txt | 2 +- airflow/providers/google/CHANGELOG.rst | 226 ++- airflow/providers/google/provider.yaml | 1 + airflow/providers/hashicorp/CHANGELOG.rst | 2 + .../influxdb/.latest-doc-only-change.txt | 2 +- .../jdbc/.latest-doc-only-change.txt | 2 +- .../jenkins/.latest-doc-only-change.txt | 2 +- airflow/providers/jira/CHANGELOG.rst | 9 + airflow/providers/jira/provider.yaml | 1 + .../providers/microsoft/azure/CHANGELOG.rst | 19 + .../providers/microsoft/azure/provider.yaml | 1 + .../winrm/.latest-doc-only-change.txt | 2 +- .../mongo/.latest-doc-only-change.txt | 2 +- .../neo4j/.latest-doc-only-change.txt | 2 +- airflow/providers/opsgenie/CHANGELOG.rst | 13 + airflow/providers/opsgenie/provider.yaml | 1 + .../oracle/.latest-doc-only-change.txt | 2 +- airflow/providers/presto/CHANGELOG.rst | 12 + airflow/providers/presto/provider.yaml | 1 + .../qubole/.latest-doc-only-change.txt | 2 +- airflow/providers/salesforce/CHANGELOG.rst | 8 + airflow/providers/salesforce/provider.yaml | 1 + airflow/providers/snowflake/CHANGELOG.rst | 8 + airflow/providers/snowflake/provider.yaml | 1 + airflow/providers/ssh/CHANGELOG.rst | 8 + airflow/providers/ssh/provider.yaml | 1 + airflow/providers/tableau/CHANGELOG.rst | 12 + airflow/providers/tableau/provider.yaml | 1 + airflow/providers/trino/CHANGELOG.rst | 18 + airflow/providers/trino/provider.yaml | 1 + .../commits.rst | 1226 ++++++------ .../apache-airflow-providers-amazon/index.rst | 7 +- .../commits.rst | 174 +- .../index.rst | 6 +- .../commits.rst | 403 ++-- .../index.rst | 6 +- .../commits.rst | 604 +++--- .../index.rst | 2 +- .../commits.rst | 360 ++-- .../index.rst | 2 +- .../commits.rst | 416 +++-- .../apache-airflow-providers-docker/index.rst | 2 +- .../commits.rst | 1663 +++++++++-------- .../apache-airflow-providers-google/index.rst | 14 +- .../commits.rst | 264 +-- .../apache-airflow-providers-jira/commits.rst | 222 ++- docs/apache-airflow-providers-jira/index.rst | 2 +- .../commits.rst | 538 +++--- .../index.rst | 6 +- .../commits.rst | 237 +-- .../index.rst | 2 +- .../commits.rst | 239 +-- .../apache-airflow-providers-presto/index.rst | 6 +- .../commits.rst | 282 +-- .../index.rst | 6 +- .../commits.rst | 400 ++-- .../index.rst | 6 +- docs/apache-airflow-providers-ssh/commits.rst | 328 ++-- docs/apache-airflow-providers-ssh/index.rst | 2 +- .../commits.rst | 174 +- .../index.rst | 2 +- .../commits.rst | 133 +- docs/apache-airflow-providers-trino/index.rst | 6 +- 82 files changed, 4443 insertions(+), 3806 deletions(-) diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst index 5235ce781b09e..e8a0f442c457c 100644 --- a/airflow/providers/amazon/CHANGELOG.rst +++ b/airflow/providers/amazon/CHANGELOG.rst @@ -19,6 +19,55 @@ Changelog --------- +3.4.0 +..... + +Features +~~~~~~~~ + +* ``Add Quicksight create ingestion Hook and Operator (#21863)`` +* ``Add default 'aws_conn_id' to SageMaker Operators #21808 (#23515)`` +* ``Add RedshiftCreateClusterOperator`` +* ``Add 'S3CreateObjectOperator' (#22758)`` +* ``Add 'RedshiftDeleteClusterOperator' support (#23563)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix conn close error on retrieving log events (#23470)`` +* ``Fix LocalFilesystemToS3Operator and S3CreateObjectOperator to support full s3:// style keys (#23180)`` +* ``Fix attempting to reattach in 'ECSOperator' (#23370)`` +* ``Fix doc build failure on main (#23240)`` +* ``Fix "Chain not supported for different length Iterable"`` +* ``'S3Hook': fix 'load_bytes' docstring (#23182)`` +* ``Deprecate 'S3PrefixSensor' and 'S3KeySizeSensor' in favor of 'S3KeySensor' (#22737)`` +* ``Allow back script_location in Glue to be None (#23357)`` + +Misc +~~~~ + +* ``Add doc and example dag for Amazon SQS Operators (#23312)`` +* ``Add doc and sample dag for S3CopyObjectOperator and S3DeleteObjectsOperator (#22959)`` +* ``Add sample dag and doc for S3KeysUnchangedSensor`` +* ``Add doc and sample dag for S3FileTransformOperator`` +* ``Add doc and example dag for AWS Step Functions Operators`` +* ``Add sample dag and doc for S3ListOperator (#23449)`` +* ``Add doc and sample dag for EC2 (#23547)`` +* ``Add sample dag and doc for S3ListPrefixesOperator (#23448)`` +* ``Amazon Sagemaker Sample DAG and docs update (#23256)`` +* ``Update the Athena Sample DAG and Docs (#23428)`` +* ``Update sample dag and doc for Datasync (#23511)`` + +.. 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)`` + * ``Clean up in-line f-string concatenation (#23591)`` + * ``Update docs Amazon Glacier Docs (#23372)`` + * ``Bump pre-commit hook versions (#22887)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + +.. Review and move the new changes to one of the sections above: + 3.3.0 ..... diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index fdb218db1e826..6cd923d4426d6 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: + - 3.4.0 - 3.3.0 - 3.2.0 - 3.1.1 diff --git a/airflow/providers/apache/beam/CHANGELOG.rst b/airflow/providers/apache/beam/CHANGELOG.rst index f696476e149d0..8969c402ce18f 100644 --- a/airflow/providers/apache/beam/CHANGELOG.rst +++ b/airflow/providers/apache/beam/CHANGELOG.rst @@ -19,6 +19,17 @@ Changelog --------- +3.4.0 +..... + +Features +~~~~~~~~ + +* ``Support serviceAccount attr for dataflow in the Apache beam`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 3.3.0 ..... diff --git a/airflow/providers/apache/beam/provider.yaml b/airflow/providers/apache/beam/provider.yaml index cdc90750b8ce7..4d6bbeab7a23c 100644 --- a/airflow/providers/apache/beam/provider.yaml +++ b/airflow/providers/apache/beam/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Beam `__. versions: + - 3.4.0 - 3.3.0 - 3.2.1 - 3.2.0 diff --git a/airflow/providers/apache/drill/.latest-doc-only-change.txt b/airflow/providers/apache/drill/.latest-doc-only-change.txt index 28124098645cf..8399fdc43bc0c 100644 --- a/airflow/providers/apache/drill/.latest-doc-only-change.txt +++ b/airflow/providers/apache/drill/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +428a43995390b3623a51aa7bac7e21da69a8db22 diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst index 9613b4106e182..bb28c620b4126 100644 --- a/airflow/providers/apache/hive/CHANGELOG.rst +++ b/airflow/providers/apache/hive/CHANGELOG.rst @@ -19,6 +19,18 @@ Changelog --------- +2.3.3 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix HiveToMySqlOperator's wrong docstring (#23316)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Bump pre-commit hook versions (#22887)`` + 2.3.2 ..... diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml index 94d80e6648df9..cf00cf2e7cc88 100644 --- a/airflow/providers/apache/hive/provider.yaml +++ b/airflow/providers/apache/hive/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Hive `__ versions: + - 2.3.3 - 2.3.2 - 2.3.1 - 2.3.0 diff --git a/airflow/providers/asana/.latest-doc-only-change.txt b/airflow/providers/asana/.latest-doc-only-change.txt index 9ab50d6e01d33..ab24993f57139 100644 --- a/airflow/providers/asana/.latest-doc-only-change.txt +++ b/airflow/providers/asana/.latest-doc-only-change.txt @@ -1 +1 @@ -6933022e94acf139b2dea9a589bb8b25c62a5d20 +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/cloudant/.latest-doc-only-change.txt b/airflow/providers/cloudant/.latest-doc-only-change.txt index 9ab50d6e01d33..ab24993f57139 100644 --- a/airflow/providers/cloudant/.latest-doc-only-change.txt +++ b/airflow/providers/cloudant/.latest-doc-only-change.txt @@ -1 +1 @@ -6933022e94acf139b2dea9a589bb8b25c62a5d20 +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst index 42b8766b03194..514035c8cac04 100644 --- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst +++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst @@ -19,6 +19,24 @@ Changelog --------- +4.0.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix: Exception when parsing log #20966 (#23301)`` +* ``Fixed Kubernetes Operator large xcom content Defect (#23490)`` +* ``Clarify 'reattach_on_restart' behavior (#23377)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add YANKED to yanked releases of the cncf.kubernetes (#23378)`` + +.. Review and move the new changes to one of the sections above: + * ``Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)`` + * ``Revert "Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)" (#23656)`` + 4.0.1 ..... @@ -37,8 +55,6 @@ Bug Fixes .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Use new Breese for building, pulling and verifying the images. (#23104)`` - -.. Review and move the new changes to one of the sections above: * ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)`` 4.0.0 diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml index 1ccbae1494d35..ce2ce89eddeec 100644 --- a/airflow/providers/cncf/kubernetes/provider.yaml +++ b/airflow/providers/cncf/kubernetes/provider.yaml @@ -22,6 +22,7 @@ description: | `Kubernetes `__ versions: + - 4.0.2 - 4.0.1 - 4.0.0 - 3.1.2 diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst index 48c3cdab04e0c..beb539e8a7b69 100644 --- a/airflow/providers/databricks/CHANGELOG.rst +++ b/airflow/providers/databricks/CHANGELOG.rst @@ -19,6 +19,23 @@ Changelog --------- +2.7.0 +..... + +Features +~~~~~~~~ + +* ``Update to the released version of DBSQL connector`` +* ``DatabricksSqlOperator - switch to databricks-sql-connector 2.x`` +* ``Further improvement of Databricks Jobs operators (#23199)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Address review comments`` + * ``Clean up in-line f-string concatenation (#23591)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 2.6.0 ..... diff --git a/airflow/providers/databricks/provider.yaml b/airflow/providers/databricks/provider.yaml index 4afbc0c5357db..470209604572d 100644 --- a/airflow/providers/databricks/provider.yaml +++ b/airflow/providers/databricks/provider.yaml @@ -22,6 +22,7 @@ description: | `Databricks `__ versions: + - 2.7.0 - 2.6.0 - 2.5.0 - 2.4.0 diff --git a/airflow/providers/datadog/.latest-doc-only-change.txt b/airflow/providers/datadog/.latest-doc-only-change.txt index 9ab50d6e01d33..ab24993f57139 100644 --- a/airflow/providers/datadog/.latest-doc-only-change.txt +++ b/airflow/providers/datadog/.latest-doc-only-change.txt @@ -1 +1 @@ -6933022e94acf139b2dea9a589bb8b25c62a5d20 +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/dbt/cloud/.latest-doc-only-change.txt b/airflow/providers/dbt/cloud/.latest-doc-only-change.txt index f5f87d5b66c92..ab24993f57139 100644 --- a/airflow/providers/dbt/cloud/.latest-doc-only-change.txt +++ b/airflow/providers/dbt/cloud/.latest-doc-only-change.txt @@ -1 +1 @@ -49e336ae0302b386a2f47269a6d13988382d975f +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/dingding/.latest-doc-only-change.txt b/airflow/providers/dingding/.latest-doc-only-change.txt index 56688bb57c503..029fd1fd22aec 100644 --- a/airflow/providers/dingding/.latest-doc-only-change.txt +++ b/airflow/providers/dingding/.latest-doc-only-change.txt @@ -1 +1 @@ -7fe97fb86ffbf51db2d54e9a1b46520f5591579a +2d109401b3566aef613501691d18cf7e4c776cd2 diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst index 1e448bd95cf6f..991bd10c7bb6d 100644 --- a/airflow/providers/docker/CHANGELOG.rst +++ b/airflow/providers/docker/CHANGELOG.rst @@ -19,6 +19,23 @@ Changelog --------- +2.7.0 +..... + +Features +~~~~~~~~ + +* ``Add 'device_requests' parameter to 'DockerOperator' (#23554)`` + +Bug Fixes +~~~~~~~~~ + +* ``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(!): + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 2.6.0 ..... diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml index 4b1ee81c45bf1..9a4cc2bab5dca 100644 --- a/airflow/providers/docker/provider.yaml +++ b/airflow/providers/docker/provider.yaml @@ -22,6 +22,7 @@ description: | `Docker `__ versions: + - 2.7.0 - 2.6.0 - 2.5.2 - 2.5.1 diff --git a/airflow/providers/elasticsearch/.latest-doc-only-change.txt b/airflow/providers/elasticsearch/.latest-doc-only-change.txt index 9ab50d6e01d33..ab24993f57139 100644 --- a/airflow/providers/elasticsearch/.latest-doc-only-change.txt +++ b/airflow/providers/elasticsearch/.latest-doc-only-change.txt @@ -1 +1 @@ -6933022e94acf139b2dea9a589bb8b25c62a5d20 +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/github/.latest-doc-only-change.txt b/airflow/providers/github/.latest-doc-only-change.txt index 9ab50d6e01d33..ab24993f57139 100644 --- a/airflow/providers/github/.latest-doc-only-change.txt +++ b/airflow/providers/github/.latest-doc-only-change.txt @@ -1 +1 @@ -6933022e94acf139b2dea9a589bb8b25c62a5d20 +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst index 669ce6099c1cb..8971de875c1f1 100644 --- a/airflow/providers/google/CHANGELOG.rst +++ b/airflow/providers/google/CHANGELOG.rst @@ -24,129 +24,159 @@ Changelog Breaking changes ~~~~~~~~~~~~~~~~ -* ``apache-airflow-providers-google uses deprecated Google Ads API V8 (#22111)`` +* ``Remove deprecated parameters from PubSub operators: (#23261)`` + +* ``Upgrade to support Google Ads v10 (#22965)`` + +* ``'DataprocJobBaseOperator' changes (#23350)`` + + * ``'DataprocJobBaseOperator': order of parameters has changed.`` + * ``'region' parameter has no default value affected functions/classes: 'DataprocHook.cancel_job' 'DataprocCreateClusterOperator' 'DataprocJobBaseOperator'`` + +* ``'DatastoreHook': Remove 'datastore_conn_id'. Please use 'gcp_conn_id' (#23323)`` +* ``'CloudBuildCreateBuildOperator': Remove 'body'. Please use 'build' (#23263)`` -.. warning:: The underlying google-ads library has been updated +* ``Replica cluster id removal (#23251)`` - This drops support for versions v6 and v7 of the Google Ads API, and updates - the default version of the Google Ads API from the deprecated v8 to v10. + * ``'BigtableCreateInstanceOperator' Remove 'replica_cluster_id', 'replica_cluster_zone'. Please use 'replica_clusters'`` + * ``'BigtableHook.create_instance': Remove 'replica_cluster_id', 'replica_cluster_zone'. Please use 'replica_clusters'`` - For more information, see `Deprecation and sunset `_ - and `Upgrading to the newest version `_ +* ``Remove params (#23230)`` -* ``DataprocJobBaseOperator``: order of parameters has changed + * ``'GoogleDisplayVideo360CreateReportOperator': Remove 'params'. Please use 'parameters'`` + * ``'FacebookAdsReportToGcsOperator': Remove 'params'. Please use 'parameters'`` -* ``region`` parameter has no default value - affected functions/classes: - ``DataprocHook.cancel_job`` - ``DataprocCreateClusterOperator`` - ``DataprocJobBaseOperator`` +* ``'GoogleDriveToGCSOperator': Remove 'destination_bucket' and 'destination_object'. Please use 'bucket_name' and 'object_name' (#23072)`` -* ``DatastoreHook``: Remove ``datastore_conn_id``. Please use ``gcp_conn_id`` +* ``'GCSObjectsWtihPrefixExistenceSensor' removed. Please use 'GCSObjectsWithPrefixExistenceSensor' (#23050)`` -* ``CloudBuildCreateBuildOperator``: Remove ``body``. Please use ``build`` +* ``Remove 'project': (#23231)`` -* ``BigtableCreateInstanceOperator`` Remove ``replica_cluster_id``, ``replica_cluster_zone``. Please use ``replica_clusters`` + * ``'PubSubCreateTopicOperator': Remove 'project'. Please use 'project_id'`` + * ``'PubSubCreateSubscriptionOperator': Remove 'topic_project'. Please use 'project_id'`` + * ``'PubSubCreateSubscriptionOperator': Remove 'subscription_project'. Please use 'subscription_project_id'`` + * ``'PubSubDeleteTopicOperator': Remove 'project'. Please use 'project_id'`` + * ``'PubSubDeleteSubscriptionOperator': Remove 'project'. Please use 'project_id'`` + * ``'PubSubPublishMessageOperator': Remove 'project'. Please use 'project_id'`` + * ``'PubSubPullSensor': Remove 'project'. Please use 'project_id'`` + * ``'PubSubPullSensor': Remove 'return_immediately'`` -* ``BigtableHook.create_instance``: Remove ``replica_cluster_id``, ``replica_cluster_zone``. Please use ``replica_clusters`` +* ``Remove 'location' - replaced with 'region' (#23250)`` -* ``GoogleDisplayVideo360CreateReportOperator``: Remove ``params``. Please use ``parameters`` + * ``'DataprocJobSensor': Remove 'location'. Please use 'region'`` + * ``'DataprocCreateWorkflowTemplateOperator': Remove 'location'. Please use 'region'`` + * ``'DataprocCreateClusterOperator': Remove 'location'. Please use 'region'`` + * ``'DataprocSubmitJobOperator': Remove 'location'. Please use 'region'`` + * ``'DataprocHook': Remove 'location' parameter. Please use 'region'`` + * ``Affected functions are:`` -* ``FacebookAdsReportToGcsOperator``: Remove ``params``. Please use ``parameters`` + * ``'cancel_job'`` + * ``'create_workflow_template'`` + * ``'get_batch_client'`` + * ``'get_cluster_client'`` + * ``'get_job'`` + * ``'get_job_client'`` + * ``'get_template_client'`` + * ``'instantiate_inline_workflow_template'`` + * ``'instantiate_workflow_template'`` + * ``'submit_job'`` + * ``'update_cluster'`` + * ``'wait_for_job'`` -* ``GoogleDriveToGCSOperator``: Remove ``destination_bucket`` and ``destination_object``. Please use ``bucket_name`` and ``object_name`` + * ``'DataprocHook': Order of parameters in 'wait_for_job' function has changed`` + * ``'DataprocSubmitJobOperator': order of parameters has changed.`` -* ``GCSObjectsWtihPrefixExistenceSensor`` removed. Please use ``GCSObjectsWithPrefixExistenceSensor`` +* ``Removal of xcom_push (#23252)`` -* ``PubSubCreateTopicOperator``: Remove ``project``. Please use ``project_id`` + * ``'CloudDatastoreImportEntitiesOperator': Remove 'xcom_push'. Please use 'BaseOperator.do_xcom_push'`` + * ``'CloudDatastoreExportEntitiesOperator': Remove 'xcom_push'. Please use 'BaseOperator.do_xcom_push'`` -* ``PubSubCreateSubscriptionOperator``: Remove ``topic_project``. Please use ``project_id`` +* ``'bigquery_conn_id' and 'google_cloud_storage_conn_id' is removed. Please use 'gcp_conn_id' (#23326)``. -* ``PubSubCreateSubscriptionOperator``: Remove ``subscription_project``. Please use ``subscription_project_id`` + * ``Affected classes:`` -* ``PubSubDeleteTopicOperator``: Remove ``project``. Please use ``project_id`` + * ``'BigQueryCheckOperator'`` + * ``'BigQueryCreateEmptyDatasetOperator'`` + * ``'BigQueryDeleteDatasetOperator'`` + * ``'BigQueryDeleteTableOperator'`` + * ``'BigQueryExecuteQueryOperator'`` + * ``'BigQueryGetDataOperator'`` + * ``'BigQueryHook'`` + * ``'BigQueryIntervalCheckOperator'`` + * ``'BigQueryTableExistenceSensor'`` + * ``'BigQueryTablePartitionExistenceSensor'`` + * ``'BigQueryToBigQueryOperator'`` + * ``'BigQueryToGCSOperator'`` + * ``'BigQueryUpdateTableSchemaOperator'`` + * ``'BigQueryUpsertTableOperator'`` + * ``'BigQueryValueCheckOperator'`` + * ``'GCSToBigQueryOperator'`` + * ``'ADLSToGCSOperator'`` + * ``'BaseSQLToGCSOperator'`` + * ``'CassandraToGCSOperator'`` + * ``'GCSBucketCreateAclEntryOperator'`` + * ``'GCSCreateBucketOperator'`` + * ``'GCSDeleteObjectsOperator'`` + * ``'GCSHook'`` + * ``'GCSListObjectsOperator'`` + * ``'GCSObjectCreateAclEntryOperator'`` + * ``'GCSToBigQueryOperator'`` + * ``'GCSToGCSOperator'`` + * ``'GCSToLocalFilesystemOperator'`` + * ``'LocalFilesystemToGCSOperator'`` -* ``PubSubDeleteSubscriptionOperator``: Remove ``project``. Please use ``project_id`` +* ``'S3ToGCSOperator': Remove 'dest_gcs_conn_id'. Please use 'gcp_conn_id' (#23348)`` + +* ``'BigQueryHook' changes (#23269)`` + + * ``'BigQueryHook.create_empty_table' Remove 'num_retries'. Please use 'retry'`` + * ``'BigQueryHook.run_grant_dataset_view_access' Remove 'source_project'. Please use 'project_id'`` + +* ``'DataprocHook': Remove deprecated function 'submit' (#23389)`` -* ``PubSubPublishMessageOperator``: Remove ``project``. Please use ``project_id`` -* ``PubSubPullSensor``: Remove ``project``. Please use ``project_id`` - -* ``PubSubPullSensor``: Remove ``return_immediately`` - -* ``DataprocJobSensor``: Remove ``location``. Please use ``region`` - -* ``DataprocCreateWorkflowTemplateOperator``: Remove ``location``. Please use ``region`` - -* ``DataprocCreateClusterOperator``: Remove ``location``. Please use ``region`` - -* ``DataprocSubmitJobOperator``: Remove ``location``. Please use ``region`` - -* ``DataprocHook``: Remove ``location`` parameter. Please use ``region`` - affected functions are: - ``cancel_job`` - ``create_workflow_template`` - ``get_batch_client`` - ``get_cluster_client`` - ``get_job`` - ``get_job_client`` - ``get_template_client`` - ``instantiate_inline_workflow_template`` - ``instantiate_workflow_template`` - ``submit_job`` - ``update_cluster`` - ``wait_for_job`` - -* ``DataprocHook``: Order of parameters in ``wait_for_job`` function has changed - -* ``DataprocHook``: Remove function ``submit``. Please use ``submit_job`` - -* ``DataprocSubmitJobOperator``: order of parameters has changed. - -* ``CloudDatastoreImportEntitiesOperator``: Remove ``xcom_push``. Please use ``BaseOperator.do_xcom_push`` - -* ``CloudDatastoreExportEntitiesOperator``: Remove ``xcom_push``. Please use ``BaseOperator.do_xcom_push`` +Features +~~~~~~~~ -* ``bigquery_conn_id`` is removed. Please use ``gcp_conn_id``. - affected classes: - ``BigQueryCheckOperator`` - ``BigQueryCreateEmptyDatasetOperator`` - ``BigQueryDeleteDatasetOperator`` - ``BigQueryDeleteTableOperator`` - ``BigQueryExecuteQueryOperator`` - ``BigQueryGetDataOperator`` - ``BigQueryHook`` - ``BigQueryIntervalCheckOperator`` - ``BigQueryTableExistenceSensor`` - ``BigQueryTablePartitionExistenceSensor`` - ``BigQueryToBigQueryOperator`` - ``BigQueryToGCSOperator`` - ``BigQueryUpdateTableSchemaOperator`` - ``BigQueryUpsertTableOperator`` - ``BigQueryValueCheckOperator`` - ``GCSToBigQueryOperator`` +* ``[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)`` +* ``[FEATURE] google provider - split GkeStartPodOperator execute (#23518)`` +* ``Add exportContext.offload flag to CLOUD_SQL_EXPORT_VALIDATION. (#23614)`` +* ``Create links for BiqTable operators (#23164)`` +* ``implements #22859 - Add .sql as templatable extension (#22920)`` +* ``'GCSFileTransformOperator': New templated fields 'source_object', 'destination_object' (#23328)`` -* ``google_cloud_storage_conn_id`` is removed. Please use ``gcp_conn_id``. - affected classes: - ``ADLSToGCSOperator`` - ``BaseSQLToGCSOperator`` - ``CassandraToGCSOperator`` - ``GCSBucketCreateAclEntryOperator`` - ``GCSCreateBucketOperator`` - ``GCSDeleteObjectsOperator`` - ``GCSHook`` - ``GCSListObjectsOperator`` - ``GCSObjectCreateAclEntryOperator`` - ``GCSToBigQueryOperator`` - ``GCSToGCSOperator`` - ``GCSToLocalFilesystemOperator`` - ``LocalFilesystemToGCSOperator`` +Bug Fixes +~~~~~~~~~ -* ``S3ToGCSOperator``: Remove ``dest_gcs_conn_id``. Please use ``gcp_conn_id`` +* ``Fix 'PostgresToGCSOperator' does not allow nested JSON (#23063)`` +* ``Fix GCSToGCSOperator ignores replace parameter when there is no wildcard (#23340)`` +* ``update processor to fix broken download URLs (#23299)`` +* ``'LookerStartPdtBuildOperator', 'LookerCheckPdtBuildSensor' : fix empty materialization id handling (#23025)`` +* ``Change ComputeSSH to throw provider import error instead paramiko (#23035)`` +* ``Fix cancel_on_kill after execution timeout for DataprocSubmitJobOperator (#22955)`` +* ``Fix select * query xcom push for BigQueryGetDataOperator (#22936)`` +* ``MSSQLToGCSOperator fails: datetime is not JSON Serializable (#22882)`` -* ``BigQueryHook.create_empty_table`` Remove ``num_retries``. Please use ``retry`` +Misc +~~~~ -* ``BigQueryHook.run_grant_dataset_view_access`` Remove ``source_project``. Please use ``project_id`` +* ``Add Stackdriver assets and migrate system tests to AIP-47 (#23320)`` +* ``CloudTasks assets & system tests migration (AIP-47) (#23282)`` +* ``TextToSpeech assets & system tests migration (AIP-47) (#23247)`` +* ``Fix code-snippets in google provider (#23438)`` +* ``Bigquery assets (#23165)`` +* ``Remove redundant docstring in 'BigQueryUpdateTableSchemaOperator' (#23349)`` +* ``Migrate gcs to new system tests design (#22778)`` +* ``add missing docstring in 'BigQueryHook.create_empty_table' (#23270)`` +* ``Cleanup Google provider CHANGELOG.rst (#23390)`` +* ``migrate system test gcs_to_bigquery into new design (#22753)`` +* ``Add example DAG for demonstrating usage of GCS sensors (#22808)`` + +.. Review and move the new changes to one of the sections above: + * ``Clean up in-line f-string concatenation (#23591)`` + * ``Bump pre-commit hook versions (#22887)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Fix new MyPy errors in main (#22884)`` 6.8.0 ..... diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml index 7788520323da3..a5d5411d53582 100644 --- a/airflow/providers/google/provider.yaml +++ b/airflow/providers/google/provider.yaml @@ -29,6 +29,7 @@ description: | - `Google Workspace `__ (formerly Google Suite) versions: + - 7.0.0 - 6.8.0 - 6.7.0 - 6.6.0 diff --git a/airflow/providers/hashicorp/CHANGELOG.rst b/airflow/providers/hashicorp/CHANGELOG.rst index 533590f1077ee..8ed5448024e76 100644 --- a/airflow/providers/hashicorp/CHANGELOG.rst +++ b/airflow/providers/hashicorp/CHANGELOG.rst @@ -29,6 +29,8 @@ Features .. Review and move the new changes to one of the sections above: * ``Prepare mid-April provider documentation. (#22819)`` + * ``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/influxdb/.latest-doc-only-change.txt b/airflow/providers/influxdb/.latest-doc-only-change.txt index 28124098645cf..029fd1fd22aec 100644 --- a/airflow/providers/influxdb/.latest-doc-only-change.txt +++ b/airflow/providers/influxdb/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +2d109401b3566aef613501691d18cf7e4c776cd2 diff --git a/airflow/providers/jdbc/.latest-doc-only-change.txt b/airflow/providers/jdbc/.latest-doc-only-change.txt index f5f87d5b66c92..ab24993f57139 100644 --- a/airflow/providers/jdbc/.latest-doc-only-change.txt +++ b/airflow/providers/jdbc/.latest-doc-only-change.txt @@ -1 +1 @@ -49e336ae0302b386a2f47269a6d13988382d975f +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/jenkins/.latest-doc-only-change.txt b/airflow/providers/jenkins/.latest-doc-only-change.txt index 0ebf71e073937..ab24993f57139 100644 --- a/airflow/providers/jenkins/.latest-doc-only-change.txt +++ b/airflow/providers/jenkins/.latest-doc-only-change.txt @@ -1 +1 @@ -e5dd6fdcfd2f53ed90e29070711c121de447b404 +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/jira/CHANGELOG.rst b/airflow/providers/jira/CHANGELOG.rst index e108b7f5a94eb..b608184efe1af 100644 --- a/airflow/providers/jira/CHANGELOG.rst +++ b/airflow/providers/jira/CHANGELOG.rst @@ -19,6 +19,15 @@ Changelog --------- +2.0.5 +..... + + +Bug Fixes +~~~~~~~~~ + +* ``Use JiraHook instead of JiraOperator for JiraSensor`` + 2.0.4 ..... diff --git a/airflow/providers/jira/provider.yaml b/airflow/providers/jira/provider.yaml index e1893098dd9cb..c522822fd6422 100644 --- a/airflow/providers/jira/provider.yaml +++ b/airflow/providers/jira/provider.yaml @@ -22,6 +22,7 @@ description: | `Atlassian Jira `__ versions: + - 2.0.5 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst index 926e216630fcc..aa8db5364cd52 100644 --- a/airflow/providers/microsoft/azure/CHANGELOG.rst +++ b/airflow/providers/microsoft/azure/CHANGELOG.rst @@ -19,6 +19,25 @@ Changelog --------- +3.9.0 +..... + +Features +~~~~~~~~ + +* ``wasb hook: user defaultAzureCredentials instead of managedIdentity (#23394)`` + +Misc +~~~~ + +* ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Bump pre-commit hook versions (#22887)`` + * ``Fix new MyPy errors in main (#22884)`` + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 3.8.0 ..... diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml index 1b1cd49d9257c..10cab462b4c53 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: + - 3.9.0 - 3.8.0 - 3.7.2 - 3.7.1 diff --git a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt index f5f87d5b66c92..ab24993f57139 100644 --- a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt +++ b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt @@ -1 +1 @@ -49e336ae0302b386a2f47269a6d13988382d975f +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/mongo/.latest-doc-only-change.txt b/airflow/providers/mongo/.latest-doc-only-change.txt index 28124098645cf..029fd1fd22aec 100644 --- a/airflow/providers/mongo/.latest-doc-only-change.txt +++ b/airflow/providers/mongo/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +2d109401b3566aef613501691d18cf7e4c776cd2 diff --git a/airflow/providers/neo4j/.latest-doc-only-change.txt b/airflow/providers/neo4j/.latest-doc-only-change.txt index 28124098645cf..029fd1fd22aec 100644 --- a/airflow/providers/neo4j/.latest-doc-only-change.txt +++ b/airflow/providers/neo4j/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +2d109401b3566aef613501691d18cf7e4c776cd2 diff --git a/airflow/providers/opsgenie/CHANGELOG.rst b/airflow/providers/opsgenie/CHANGELOG.rst index 52468dd19409d..bb6d463df3eac 100644 --- a/airflow/providers/opsgenie/CHANGELOG.rst +++ b/airflow/providers/opsgenie/CHANGELOG.rst @@ -19,6 +19,19 @@ Changelog --------- +3.1.0 +..... + +Features +~~~~~~~~ + +* ``Add 'OpsgenieDeleteAlertOperator' (#23405)`` + +Bug Fixes +~~~~~~~~~ + +* ``Opsgenie: Fix 'close_alert' to properly send 'kwargs' (#23442)`` + 3.0.3 ..... diff --git a/airflow/providers/opsgenie/provider.yaml b/airflow/providers/opsgenie/provider.yaml index dbd6aea14cfda..fbf88cd28ebc4 100644 --- a/airflow/providers/opsgenie/provider.yaml +++ b/airflow/providers/opsgenie/provider.yaml @@ -22,6 +22,7 @@ description: | `Opsgenie `__ versions: + - 3.1.0 - 3.0.3 - 3.0.2 - 3.0.1 diff --git a/airflow/providers/oracle/.latest-doc-only-change.txt b/airflow/providers/oracle/.latest-doc-only-change.txt index 7d99544015493..ab24993f57139 100644 --- a/airflow/providers/oracle/.latest-doc-only-change.txt +++ b/airflow/providers/oracle/.latest-doc-only-change.txt @@ -1 +1 @@ -4147aa1bdf1fdeddd86697d712151d56d54ecfac +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst index 6ed71be0a6214..901e3966d0d35 100644 --- a/airflow/providers/presto/CHANGELOG.rst +++ b/airflow/providers/presto/CHANGELOG.rst @@ -19,6 +19,18 @@ Changelog --------- +2.2.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Make presto and trino compatible with airflow 2.1 (#23061)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + 2.2.0 ..... diff --git a/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml index 7df6c4048012d..66c493e3f6f7c 100644 --- a/airflow/providers/presto/provider.yaml +++ b/airflow/providers/presto/provider.yaml @@ -22,6 +22,7 @@ description: | `Presto `__ versions: + - 2.2.1 - 2.2.0 - 2.1.2 - 2.1.1 diff --git a/airflow/providers/qubole/.latest-doc-only-change.txt b/airflow/providers/qubole/.latest-doc-only-change.txt index f5f87d5b66c92..ab24993f57139 100644 --- a/airflow/providers/qubole/.latest-doc-only-change.txt +++ b/airflow/providers/qubole/.latest-doc-only-change.txt @@ -1 +1 @@ -49e336ae0302b386a2f47269a6d13988382d975f +8b6b0848a3cacf9999477d6af4d2a87463f03026 diff --git a/airflow/providers/salesforce/CHANGELOG.rst b/airflow/providers/salesforce/CHANGELOG.rst index 4866e98137397..226212a912ed1 100644 --- a/airflow/providers/salesforce/CHANGELOG.rst +++ b/airflow/providers/salesforce/CHANGELOG.rst @@ -19,6 +19,14 @@ Changelog --------- +3.4.4 +..... + +Misc +~~~~ + +* ``Organize Tableau classes (#23353)`` + 3.4.3 ..... diff --git a/airflow/providers/salesforce/provider.yaml b/airflow/providers/salesforce/provider.yaml index e6166d75f827e..77e62c44e84fa 100644 --- a/airflow/providers/salesforce/provider.yaml +++ b/airflow/providers/salesforce/provider.yaml @@ -22,6 +22,7 @@ description: | `Salesforce `__ versions: + - 3.4.4 - 3.4.3 - 3.4.2 - 3.4.1 diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst index b66e5c48ed28b..ce11f8f1803ca 100644 --- a/airflow/providers/snowflake/CHANGELOG.rst +++ b/airflow/providers/snowflake/CHANGELOG.rst @@ -19,6 +19,14 @@ Changelog --------- +2.7.0 +..... + +Features +~~~~~~~~ + +* ``Allow multiline text in private key field for Snowflake (#23066)`` + 2.6.0 ..... diff --git a/airflow/providers/snowflake/provider.yaml b/airflow/providers/snowflake/provider.yaml index 77a947ce20ba2..735083c6e6f2b 100644 --- a/airflow/providers/snowflake/provider.yaml +++ b/airflow/providers/snowflake/provider.yaml @@ -22,6 +22,7 @@ description: | `Snowflake `__ versions: + - 2.7.0 - 2.6.0 - 2.5.2 - 2.5.1 diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst index 1d818c957198b..3bf59346ed98a 100644 --- a/airflow/providers/ssh/CHANGELOG.rst +++ b/airflow/providers/ssh/CHANGELOG.rst @@ -19,6 +19,14 @@ Changelog --------- +2.4.4 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Add exception to catch single line private keys (#23043)`` + 2.4.3 ..... diff --git a/airflow/providers/ssh/provider.yaml b/airflow/providers/ssh/provider.yaml index 2fd663303154a..3916ad5334b1b 100644 --- a/airflow/providers/ssh/provider.yaml +++ b/airflow/providers/ssh/provider.yaml @@ -22,6 +22,7 @@ description: | `Secure Shell (SSH) `__ versions: + - 2.4.4 - 2.4.3 - 2.4.2 - 2.4.1 diff --git a/airflow/providers/tableau/CHANGELOG.rst b/airflow/providers/tableau/CHANGELOG.rst index bdc6ba827c763..16cc93e0cd931 100644 --- a/airflow/providers/tableau/CHANGELOG.rst +++ b/airflow/providers/tableau/CHANGELOG.rst @@ -19,6 +19,18 @@ Changelog --------- +2.1.8 +..... + +Misc +~~~~ + +* ``Organize Tableau classes (#23353)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 2.1.7 ..... diff --git a/airflow/providers/tableau/provider.yaml b/airflow/providers/tableau/provider.yaml index 59801fc6786a1..5ced7549deb31 100644 --- a/airflow/providers/tableau/provider.yaml +++ b/airflow/providers/tableau/provider.yaml @@ -22,6 +22,7 @@ description: | `Tableau `__ versions: + - 2.1.8 - 2.1.7 - 2.1.6 - 2.1.5 diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst index 509451f589a56..32f091423e44a 100644 --- a/airflow/providers/trino/CHANGELOG.rst +++ b/airflow/providers/trino/CHANGELOG.rst @@ -19,6 +19,24 @@ Changelog --------- +2.3.0 +..... + +Features +~~~~~~~~ + +* ``TrinoHook add authentication via JWT token and Impersonation (#23116)`` +* ``Make presto and trino compatible with airflow 2.1 (#23061)`` + +Bug Fixes +~~~~~~~~~ + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use new Breese for building, pulling and verifying the images. (#23104)`` + * ``Fix new MyPy errors in main (#22884)`` + 2.2.0 ..... diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml index 33f1784910275..828035fc63b4f 100644 --- a/airflow/providers/trino/provider.yaml +++ b/airflow/providers/trino/provider.yaml @@ -22,6 +22,7 @@ description: | `Trino `__ versions: + - 2.3.0 - 2.2.0 - 2.1.2 - 2.1.1 diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index 112b3c744ff2c..dbbb90cdeb4f6 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -28,689 +28,729 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== ======================================================================================================== + 3.3.0 ..... -Latest change: 2022-04-06 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`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)`` -================================================================================================= =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== 3.2.0 ..... Latest change: 2022-03-22 -================================================================================================= =========== ================================================================================================================================================================================ -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)`` -================================================================================================= =========== ================================================================================================================================================================================ +================================================================================================ =========== ================================================================================================================================================================================ +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)`` +================================================================================================ =========== ================================================================================================================================================================================ 3.1.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ===================================================================================================================================== -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)`` -================================================================================================= =========== ===================================================================================================================================== +================================================================================================ =========== ===================================================================================================================================== +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)`` +================================================================================================ =========== ===================================================================================================================================== 3.0.0 ..... Latest change: 2022-02-08 -================================================================================================= =========== ============================================================================================ -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)`` -================================================================================================= =========== ============================================================================================ +================================================================================================ =========== ============================================================================================ +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)`` +================================================================================================ =========== ============================================================================================ 2.6.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ========================================================================================== -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)`` -================================================================================================= =========== ========================================================================================== +================================================================================================ =========== ========================================================================================== +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)`` +================================================================================================ =========== ========================================================================================== 2.5.0 ..... Latest change: 2021-11-30 -================================================================================================= =========== ===================================================================================================== -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)`` -================================================================================================= =========== ===================================================================================================== +================================================================================================ =========== ===================================================================================================== +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)`` +================================================================================================ =========== ===================================================================================================== 2.4.0 ..... Latest change: 2021-11-04 -================================================================================================= =========== ======================================================================================== -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)`` -================================================================================================= =========== ======================================================================================== +================================================================================================ =========== ======================================================================================== +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)`` +================================================================================================ =========== ======================================================================================== 2.3.0 ..... Latest change: 2021-10-08 -================================================================================================= =========== ========================================================================================================================= -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)`` -================================================================================================= =========== ========================================================================================================================= +================================================================================================ =========== ========================================================================================================================= +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)`` +================================================================================================ =========== ========================================================================================================================= 2.2.0 ..... Latest change: 2021-08-30 -================================================================================================= =========== ========================================================================================= -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)`` -================================================================================================= =========== ========================================================================================= +================================================================================================ =========== ========================================================================================= +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)`` +================================================================================================ =========== ========================================================================================= 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== ================================================================================================= -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)`` -================================================================================================= =========== ================================================================================================= +================================================================================================ =========== ================================================================================================= +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)`` +================================================================================================ =========== ================================================================================================= 2.0.0 ..... Latest change: 2021-06-21 -================================================================================================= =========== =============================================================================================== -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)`` -================================================================================================= =========== =============================================================================================== +================================================================================================ =========== =============================================================================================== +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)`` +================================================================================================ =========== =============================================================================================== 1.4.0 ..... Latest change: 2021-05-01 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 1.3.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.2.0 ..... Latest change: 2021-02-27 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================= =========== ========================================================================================= -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)`` -================================================================================================= =========== ========================================================================================= +================================================================================================ =========== ========================================================================================= +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)`` +================================================================================================ =========== ========================================================================================= 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst index 477b6f6a7573f..41fba1f06e283 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.3.0 +Release: 3.4.0 Provider package ---------------- @@ -89,6 +89,7 @@ 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 @@ -124,7 +125,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.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 3.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 3.4.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 3.4.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 8f666e36c952b..2e9c806e4c9e3 100644 --- a/docs/apache-airflow-providers-apache-beam/commits.rst +++ b/docs/apache-airflow-providers-apache-beam/commits.rst @@ -28,136 +28,148 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` +================================================================================================ =========== =============================================================== + 3.3.0 ..... -Latest change: 2022-03-17 +Latest change: 2022-03-22 -================================================================================================= =========== ===================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================== -`4a1503b39b `_ 2022-03-17 ``Add recipe for BeamRunGoPipelineOperator (#22296)`` -================================================================================================= =========== ===================================================== +================================================================================================ =========== ============================================================== +Commit Committed Subject +================================================================================================ =========== ============================================================== +`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`4a1503b39 `_ 2022-03-17 ``Add recipe for BeamRunGoPipelineOperator (#22296)`` +================================================================================================ =========== ============================================================== 3.2.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 3.2.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 3.1.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== =================================================================================== -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)`` -================================================================================================= =========== =================================================================================== +================================================================================================ =========== =================================================================================== +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)`` +================================================================================================ =========== =================================================================================== 3.0.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== =================================================================== -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)`` -================================================================================================= =========== =================================================================== +================================================================================================ =========== =================================================================== +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)`` +================================================================================================ =========== =================================================================== 3.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 2.0.0 ..... Latest change: 2021-04-29 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.0.1 ..... Latest change: 2021-03-08 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 1.0.0 ..... Latest change: 2021-02-04 -================================================================================================= =========== =========================================================================== -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)`` -================================================================================================= =========== =========================================================================== +================================================================================================ =========== =========================================================================== +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)`` +================================================================================================ =========== =========================================================================== diff --git a/docs/apache-airflow-providers-apache-beam/index.rst b/docs/apache-airflow-providers-apache-beam/index.rst index f9a7159ccb3ff..d3573e9309412 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.3.0 +Release: 3.4.0 Provider package ---------------- @@ -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.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-beam 3.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `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 `__) .. include:: ../../airflow/providers/apache/beam/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst index 39ef6344facaa..236845142927b 100644 --- a/docs/apache-airflow-providers-apache-hive/commits.rst +++ b/docs/apache-airflow-providers-apache-hive/commits.rst @@ -28,264 +28,287 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`0c9c1cf94 `_ 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)`` +================================================================================================ =========== ============================================================== + 2.3.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.3.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== =========================================================================== -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)`` -================================================================================================= =========== =========================================================================== +================================================================================================ =========== =========================================================================== +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)`` +================================================================================================ =========== =========================================================================== 2.2.0 ..... Latest change: 2022-02-08 -================================================================================================= =========== ================================================================================= -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)`` -================================================================================================= =========== ================================================================================= +================================================================================================ =========== ================================================================================= +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)`` +================================================================================================ =========== ================================================================================= 2.1.0 ..... Latest change: 2021-11-30 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 2.0.3 ..... Latest change: 2021-10-29 -================================================================================================= =========== ========================================================================================== -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)`` -================================================================================================= =========== ========================================================================================== +================================================================================================ =========== ========================================================================================== +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)`` +================================================================================================ =========== ========================================================================================== 2.0.2 ..... Latest change: 2021-08-30 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 2.0.1 ..... Latest change: 2021-07-26 -================================================================================================= =========== =================================================================== -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)`` -================================================================================================= =========== =================================================================== +================================================================================================ =========== =================================================================== +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)`` +================================================================================================ =========== =================================================================== 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.0.3 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== =========================================================================== -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)`` -================================================================================================= =========== =========================================================================== +================================================================================================ =========== =========================================================================== +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)`` +================================================================================================ =========== =========================================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst index 0ca5ac916b47e..b33295d44d931 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.2 +Release: 2.3.3 Provider package ---------------- @@ -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.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-hive 2.3.2 wheel package `_ (`asc `__, `sha512 `__) +* `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 `__) .. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst index 1294ec47c6ec2..04d28d38f6a49 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst @@ -28,410 +28,426 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =========================================================================================================== + 4.0.1 ..... Latest change: 2022-04-30 -================================================================================================= =========== ==================================================================================== -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)`` -================================================================================================= =========== ==================================================================================== +================================================================================================ =========== ==================================================================================== +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)`` +================================================================================================ =========== ==================================================================================== 4.0.0 ..... Latest change: 2022-04-07 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 3.1.2 ..... Latest change: 2022-03-22 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 3.1.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 3.1.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ======================================================================== -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)`` -================================================================================================= =========== ======================================================================== +================================================================================================ =========== ======================================================================== +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)`` +================================================================================================ =========== ======================================================================== 3.0.2 ..... Latest change: 2022-02-08 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 3.0.1 ..... Latest change: 2022-01-08 -================================================================================================= =========== =================================================================== -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)`` -================================================================================================= =========== =================================================================== +================================================================================================ =========== =================================================================== +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)`` +================================================================================================ =========== =================================================================== 3.0.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ================================================================================= -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)`` -================================================================================================= =========== ================================================================================= +================================================================================================ =========== ================================================================================= +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)`` +================================================================================================ =========== ================================================================================= 2.2.0 ..... Latest change: 2021-11-30 -================================================================================================= =========== ====================================================================== -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)`` -================================================================================================= =========== ====================================================================== +================================================================================================ =========== ====================================================================== +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)`` +================================================================================================ =========== ====================================================================== 2.1.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== ====================================================================== -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)`` -================================================================================================= =========== ====================================================================== +================================================================================================ =========== ====================================================================== +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)`` +================================================================================================ =========== ====================================================================== 2.0.3 ..... Latest change: 2021-09-30 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 2.0.2 ..... Latest change: 2021-08-24 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.1 ..... Latest change: 2021-07-26 -================================================================================================= =========== ========================================================================================== -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)`` -================================================================================================= =========== ========================================================================================== +================================================================================================ =========== ========================================================================================== +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)`` +================================================================================================ =========== ========================================================================================== 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== =============================================================================================== -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)`` -================================================================================================= =========== =============================================================================================== +================================================================================================ =========== =============================================================================================== +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)`` +================================================================================================ =========== =============================================================================================== 1.2.0 ..... Latest change: 2021-05-01 -================================================================================================= =========== =========================================================================== -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)`` -================================================================================================= =========== =========================================================================== +================================================================================================ =========== =========================================================================== +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)`` +================================================================================================ =========== =========================================================================== 1.1.0 ..... Latest change: 2021-04-07 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ========================================================================================== -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)`` -================================================================================================= =========== ========================================================================================== +================================================================================================ =========== ========================================================================================== +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)`` +================================================================================================ =========== ========================================================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ================================================================================================ -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)`` -================================================================================================= =========== ================================================================================================ +================================================================================================ =========== ================================================================================================ +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)`` +================================================================================================ =========== ================================================================================================ diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst index 1f8154fd3ede9..57ddb81ae6965 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.1 +Release: 4.0.2 Provider package ---------------- diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst index 4599f649c2c28..f312490f56de5 100644 --- a/docs/apache-airflow-providers-databricks/commits.rst +++ b/docs/apache-airflow-providers-databricks/commits.rst @@ -28,240 +28,256 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =========================================================================== + 2.6.0 ..... Latest change: 2022-04-13 -================================================================================================= =========== =============================================================================== -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)`` -================================================================================================= =========== =============================================================================== +================================================================================================ =========== =============================================================================== +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)`` +================================================================================================ =========== =============================================================================== 2.5.0 ..... Latest change: 2022-03-22 -================================================================================================= =========== ============================================================== -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)`` -================================================================================================= =========== ============================================================== +================================================================================================ =========== ============================================================== +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)`` +================================================================================================ =========== ============================================================== 2.4.0 ..... Latest change: 2022-03-14 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 2.3.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 2.2.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== 2.1.0 ..... Latest change: 2021-12-10 -================================================================================================= =========== ================================================================================= -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)`` -================================================================================================= =========== ================================================================================= +================================================================================================ =========== ================================================================================= +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)`` +================================================================================================ =========== ================================================================================= 2.0.2 ..... Latest change: 2021-09-30 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== -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)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +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)`` +================================================================================================ =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst index 1a6d32cab3df5..fed33f60c9953 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.6.0 +Release: 2.7.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst index fa94dcfb4779a..caa449285369e 100644 --- a/docs/apache-airflow-providers-docker/commits.rst +++ b/docs/apache-airflow-providers-docker/commits.rst @@ -28,298 +28,312 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =========================================================================== + 2.6.0 ..... -Latest change: 2022-03-28 +Latest change: 2022-04-07 -================================================================================================= =========== ====================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================== -`e1a42c4fc8 `_ 2022-03-28 ``Add timeout parameter to 'DockerOperator' (#22502)`` -================================================================================================= =========== ====================================================== +================================================================================================ =========== ====================================================== +Commit Committed Subject +================================================================================================ =========== ====================================================== +`56ab82ed7 `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`e1a42c4fc `_ 2022-03-28 ``Add timeout parameter to 'DockerOperator' (#22502)`` +================================================================================================ =========== ====================================================== 2.5.2 ..... Latest change: 2022-03-22 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== 2.5.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 2.5.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================================= -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)`` -================================================================================================= =========== ========================================================================================= +================================================================================================ =========== ========================================================================================= +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)`` +================================================================================================ =========== ========================================================================================= 2.4.1 ..... Latest change: 2022-02-08 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.4.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ========================================================================= -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)`` -================================================================================================= =========== ========================================================================= +================================================================================================ =========== ========================================================================= +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)`` +================================================================================================ =========== ========================================================================= 2.3.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 2.2.0 ..... Latest change: 2021-09-30 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================================ -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)`` -================================================================================================= =========== ============================================================================================ +================================================================================================ =========== ============================================================================================ +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)`` +================================================================================================ =========== ============================================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== =============================================================================== -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)`` -================================================================================================= =========== =============================================================================== +================================================================================================ =========== =============================================================================== +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)`` +================================================================================================ =========== =============================================================================== 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.2.0 ..... Latest change: 2021-05-01 -================================================================================================= =========== ====================================================================== -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)`` -================================================================================================= =========== ====================================================================== +================================================================================================ =========== ====================================================================== +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)`` +================================================================================================ =========== ====================================================================== 1.1.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst index 218968f18ef96..4e643a3f5f642 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.6.0 +Release: 2.7.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index dc3b3f64ba02e..b3479ccb9bb32 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -35,899 +35,968 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =================================================================================================================================== + 6.8.0 ..... -Latest change: 2022-04-06 - -================================================================================================= =========== =============================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================================================== -`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)`` -================================================================================================= =========== =============================================================================================================================== +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)`` +================================================================================================ =========== =============================================================================================================================== 6.7.0 ..... Latest change: 2022-03-22 -================================================================================================= =========== =================================================================== -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)`` -================================================================================================= =========== =================================================================== +================================================================================================ =========== =================================================================== +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)`` +================================================================================================ =========== =================================================================== 6.6.0 ..... Latest change: 2022-03-14 -================================================================================================= =========== ========================================================================================== -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)`` -================================================================================================= =========== ========================================================================================== +================================================================================================ =========== ========================================================================================== +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)`` +================================================================================================ =========== ========================================================================================== 6.5.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ================================================================================================ -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)`` -================================================================================================= =========== ================================================================================================ +================================================================================================ =========== ================================================================================================ +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)`` +================================================================================================ =========== ================================================================================================ 6.4.0 ..... Latest change: 2022-02-14 -================================================================================================= =========== ============================================================================================ -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)`` -================================================================================================= =========== ============================================================================================ +================================================================================================ =========== ============================================================================================ +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)`` +================================================================================================ =========== ============================================================================================ 6.3.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ===================================================================================== -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)`` -================================================================================================= =========== ===================================================================================== +================================================================================================ =========== ===================================================================================== +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)`` +================================================================================================ =========== ===================================================================================== 6.2.0 ..... Latest change: 2021-11-30 -================================================================================================= =========== ======================================================================================================== -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)`` -================================================================================================= =========== ======================================================================================================== +================================================================================================ =========== ======================================================================================================== +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)`` +================================================================================================ =========== ======================================================================================================== 6.1.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 6.0.0 ..... Latest change: 2021-09-30 -================================================================================================= =========== ======================================================================================== -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)`` -================================================================================================= =========== ======================================================================================== +================================================================================================ =========== ======================================================================================== +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)`` +================================================================================================ =========== ======================================================================================== 5.1.0 ..... Latest change: 2021-08-30 -================================================================================================= =========== ========================================================================================================================= -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)`` -================================================================================================= =========== ========================================================================================================================= +================================================================================================ =========== ========================================================================================================================= +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)`` +================================================================================================ =========== ========================================================================================================================= 5.0.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== ======================================================================================= -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)`` -================================================================================================= =========== ======================================================================================= +================================================================================================ =========== ======================================================================================= +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)`` +================================================================================================ =========== ======================================================================================= 4.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ========================================================================================= -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)`` -================================================================================================= =========== ========================================================================================= +================================================================================================ =========== ========================================================================================= +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)`` +================================================================================================ =========== ========================================================================================= 3.0.0 ..... Latest change: 2021-05-01 -================================================================================================= =========== ==================================================================================================== -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)`` -================================================================================================= =========== ==================================================================================================== +================================================================================================ =========== ==================================================================================================== +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)`` +================================================================================================ =========== ==================================================================================================== 2.2.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ==================================================================================== -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)`` -================================================================================================= =========== ==================================================================================== +================================================================================================ =========== ==================================================================================== +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)`` +================================================================================================ =========== ==================================================================================== 2.1.0 ..... Latest change: 2021-02-27 -================================================================================================= =========== =============================================================================================================================================== -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)`` -================================================================================================= =========== =============================================================================================================================================== +================================================================================================ =========== =============================================================================================================================================== +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)`` +================================================================================================ =========== =============================================================================================================================================== 2.0.0 ..... Latest change: 2021-02-04 -================================================================================================= =========== ========================================================================================= -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)`` -================================================================================================= =========== ========================================================================================= +================================================================================================ =========== ========================================================================================= +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)`` +================================================================================================ =========== ========================================================================================= 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst index f7ea7fae3149f..456a62c9baf2a 100644 --- a/docs/apache-airflow-providers-google/index.rst +++ b/docs/apache-airflow-providers-google/index.rst @@ -69,7 +69,7 @@ Google services including: - `Google Workspace `__ (formerly Google Suite) -Release: 6.8.0 +Release: 7.0.0 Provider package ---------------- @@ -86,13 +86,13 @@ You can install this package on top of an existing Airflow 2.1+ installation via PIP requirements ---------------- -====================================== ==================== +====================================== =================== PIP package Version required -====================================== ==================== +====================================== =================== ``apache-airflow`` ``>=2.1.0`` ``PyOpenSSL`` ``google-ads`` ``>=15.1.1`` -``google-api-core`` ``>=1.25.1,<3.0.0`` +``google-api-core`` ``>=2.7.0,<3.0.0`` ``google-api-python-client`` ``>=1.6.0,<2.0.0`` ``google-auth-httplib2`` ``>=0.0.1`` ``google-auth`` ``>=1.0.0`` @@ -133,7 +133,7 @@ PIP package Version required ``pandas-gbq`` ``pandas`` ``>=0.17.1`` ``sqlalchemy-bigquery`` ``>=1.2.1`` -====================================== ==================== +====================================== =================== Cross provider package dependencies ----------------------------------- @@ -174,7 +174,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 6.8.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 6.8.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 7.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 7.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/google/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst b/docs/apache-airflow-providers-hashicorp/commits.rst index de0e35981b750..e5e61367bfe42 100644 --- a/docs/apache-airflow-providers-hashicorp/commits.rst +++ b/docs/apache-airflow-providers-hashicorp/commits.rst @@ -31,189 +31,191 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== 2.1.4 ..... Latest change: 2022-03-22 -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== +================================================================================================ =========== ============================================================== +Commit Committed Subject +================================================================================================ =========== ============================================================== +`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================ =========== ============================================================== 2.1.3 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.1.2 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.1.1 ..... Latest change: 2021-09-30 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 2.1.0 ..... Latest change: 2021-09-03 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== 1.0.2 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== -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)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +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)`` +================================================================================================ =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== diff --git a/docs/apache-airflow-providers-jira/commits.rst b/docs/apache-airflow-providers-jira/commits.rst index 81556370c3e38..fd009afb9484c 100644 --- a/docs/apache-airflow-providers-jira/commits.rst +++ b/docs/apache-airflow-providers-jira/commits.rst @@ -28,144 +28,166 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== ============================================================== + 2.0.3 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.0.2 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.0.2 ..... Latest change: 2021-05-01 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== -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)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +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)`` +================================================================================================ =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== diff --git a/docs/apache-airflow-providers-jira/index.rst b/docs/apache-airflow-providers-jira/index.rst index b0ca81cce102c..80f1b73bb3b0f 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.4 +Release: 2.0.5 Provider package ---------------- diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst index 95564aa7d3594..e9469c0bec2ef 100644 --- a/docs/apache-airflow-providers-microsoft-azure/commits.rst +++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst @@ -28,364 +28,380 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =============================================================================== + 3.8.0 ..... -Latest change: 2022-04-04 +Latest change: 2022-04-07 -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== 3.7.2 ..... Latest change: 2022-03-22 -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== +================================================================================================ =========== ============================================================== +Commit Committed Subject +================================================================================================ =========== ============================================================== +`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================ =========== ============================================================== 3.7.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -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)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +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)`` +================================================================================================ =========== ==================================================================== 3.7.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== =================================================================================== -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)`` -================================================================================================= =========== =================================================================================== +================================================================================================ =========== =================================================================================== +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)`` +================================================================================================ =========== =================================================================================== 3.6.0 ..... Latest change: 2022-02-08 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 3.5.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 3.4.0 ..... Latest change: 2021-11-30 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 3.3.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== =========================================================================================== -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)`` -================================================================================================= =========== =========================================================================================== +================================================================================================ =========== =========================================================================================== +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)`` +================================================================================================ =========== =========================================================================================== 3.2.0 ..... Latest change: 2021-09-30 -================================================================================================= =========== ======================================================================================== -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)`` -================================================================================================= =========== ======================================================================================== +================================================================================================ =========== ======================================================================================== +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)`` +================================================================================================ =========== ======================================================================================== 3.1.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 3.1.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 3.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 2.0.0 ..... Latest change: 2021-05-01 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.3.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.2.0 ..... Latest change: 2021-03-08 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================= =========== ============================================================= -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)`` -================================================================================================= =========== ============================================================= +================================================================================================ =========== ============================================================= +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)`` +================================================================================================ =========== ============================================================= 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst index ddbc51d490c4a..fdda56c910a5d 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.8.0 +Release: 3.9.0 Provider package ---------------- @@ -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.8.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-azure 3.8.0 wheel package `_ (`asc `__, `sha512 `__) +* `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 `__) .. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-opsgenie/commits.rst b/docs/apache-airflow-providers-opsgenie/commits.rst index 205857e1e9a42..b6a405cc29cd3 100644 --- a/docs/apache-airflow-providers-opsgenie/commits.rst +++ b/docs/apache-airflow-providers-opsgenie/commits.rst @@ -28,157 +28,180 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-05-08 ``Opsgenie: Fix 'close_alert' to properly send 'kwargs' (#23442)`` +`38860c162 `_ 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)`` +================================================================================================ =========== ============================================================== + 3.0.2 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 3.0.1 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 3.0.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ======================================================================================= -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)`` -================================================================================================= =========== ======================================================================================= +================================================================================================ =========== ======================================================================================= +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)`` +================================================================================================ =========== ======================================================================================= 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.0.2 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== -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)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +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)`` +================================================================================================ =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ====================================================================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================ =========== ====================================================================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-opsgenie/index.rst b/docs/apache-airflow-providers-opsgenie/index.rst index 3197d6d77fe56..8f809306b5fd3 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.0.3 +Release: 3.1.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-presto/commits.rst b/docs/apache-airflow-providers-presto/commits.rst index 65816c8155089..be625e1740d39 100644 --- a/docs/apache-airflow-providers-presto/commits.rst +++ b/docs/apache-airflow-providers-presto/commits.rst @@ -28,168 +28,181 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =========================================================================== + 2.2.0 ..... -Latest change: 2022-03-24 +Latest change: 2022-04-07 -================================================================================================= =========== ===================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================== -`05b4409945 `_ 2022-03-24 ``Pass X-Presto-Client-Info in presto hook (#22416)`` -================================================================================================= =========== ===================================================== +================================================================================================ =========== ====================================================== +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)`` +================================================================================================ =========== ====================================================== 2.1.2 ..... Latest change: 2022-03-22 -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== +================================================================================================ =========== ============================================================== +Commit Committed Subject +================================================================================================ =========== ============================================================== +`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================ =========== ============================================================== 2.1.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.1.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.0.2 ..... Latest change: 2021-02-27 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== -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)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +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)`` +================================================================================================ =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== diff --git a/docs/apache-airflow-providers-presto/index.rst b/docs/apache-airflow-providers-presto/index.rst index b3c4b6f09f768..9458123abd823 100644 --- a/docs/apache-airflow-providers-presto/index.rst +++ b/docs/apache-airflow-providers-presto/index.rst @@ -58,7 +58,7 @@ Package apache-airflow-providers-presto `Presto `__ -Release: 2.2.0 +Release: 2.2.1 Provider package ---------------- @@ -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-presto 2.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-presto 2.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-presto 2.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-presto 2.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/presto/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-salesforce/commits.rst b/docs/apache-airflow-providers-salesforce/commits.rst index 8d952fd7d85ee..bd5a37d9b5011 100644 --- a/docs/apache-airflow-providers-salesforce/commits.rst +++ b/docs/apache-airflow-providers-salesforce/commits.rst @@ -28,192 +28,214 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== ============================================================== + 3.4.2 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 3.4.1 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 3.4.0 ..... Latest change: 2021-11-30 -================================================================================================= =========== ====================================================================== -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)`` -================================================================================================= =========== ====================================================================== +================================================================================================ =========== ====================================================================== +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)`` +================================================================================================ =========== ====================================================================== 3.3.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`e9a72a4e95 `_ 2021-10-08 ``Add SalesforceApexRestOperator (#18819)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +Commit Committed Subject +================================================================================================ =========== ================================================================= +`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`e9a72a4e9 `_ 2021-10-08 ``Add SalesforceApexRestOperator (#18819)`` +================================================================================================ =========== ================================================================= 3.2.0 ..... Latest change: 2021-08-30 -================================================================================================= =========== ========================================================================================== -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)`` -================================================================================================= =========== ========================================================================================== +================================================================================================ =========== ========================================================================================== +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)`` +================================================================================================ =========== ========================================================================================== 3.1.0 ..... Latest change: 2021-07-27 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 3.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 2.0.0 ..... Latest change: 2021-03-20 -================================================================================================= =========== =================================================================== -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)`` -================================================================================================= =========== =================================================================== +================================================================================================ =========== =================================================================== +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)`` +================================================================================================ =========== =================================================================== 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== -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)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +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)`` +================================================================================================ =========== ======================================================== 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ==================================================================================== -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)`` -================================================================================================= =========== ==================================================================================== +================================================================================================ =========== ==================================================================================== +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)`` +================================================================================================ =========== ==================================================================================== diff --git a/docs/apache-airflow-providers-salesforce/index.rst b/docs/apache-airflow-providers-salesforce/index.rst index 2da4b06569dee..0eb698c87cf90 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.3 +Release: 3.4.4 Provider package ---------------- @@ -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.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-salesforce 3.4.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-salesforce 3.4.4 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-salesforce 3.4.4 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/salesforce/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst index 39b29e38ea8c3..38f7605835851 100644 --- a/docs/apache-airflow-providers-snowflake/commits.rst +++ b/docs/apache-airflow-providers-snowflake/commits.rst @@ -28,291 +28,303 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-05-01 ``Allow multiline text in private key field for Snowflake (#23066)`` +================================================================================================ =========== ==================================================================== + 2.6.0 ..... -Latest change: 2022-03-15 +Latest change: 2022-03-22 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`d6ed9cb950 `_ 2022-03-15 ``Add support for private key in connection for Snowflake (#22266)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +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)`` +================================================================================================ =========== ==================================================================== 2.5.2 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`5d9b088dfa `_ 2022-03-11 ``Remove Snowflake limits (#22181)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`5d9b088df `_ 2022-03-11 ``Remove Snowflake limits (#22181)`` +================================================================================================ =========== ==================================================================== 2.5.1 ..... Latest change: 2022-03-07 -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +Commit Committed Subject +================================================================================================ =========== ======================================================== +`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================ =========== ======================================================== 2.5.0 ..... Latest change: 2022-02-08 -================================================================================================= =========== =========================================================================== -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)`` -================================================================================================= =========== =========================================================================== +================================================================================================ =========== =========================================================================== +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)`` +================================================================================================ =========== =========================================================================== 2.4.0 ..... Latest change: 2021-12-31 -================================================================================================= =========== ========================================================================= -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)`` -================================================================================================= =========== ========================================================================= +================================================================================================ =========== ========================================================================= +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)`` +================================================================================================ =========== ========================================================================= 2.3.1 ..... Latest change: 2021-11-30 -================================================================================================= =========== ====================================================================== -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)`` -================================================================================================= =========== ====================================================================== +================================================================================================ =========== ====================================================================== +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)`` +================================================================================================ =========== ====================================================================== 2.3.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== =============================================================================================================== -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)`` -================================================================================================= =========== =============================================================================================================== +================================================================================================ =========== =============================================================================================================== +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)`` +================================================================================================ =========== =============================================================================================================== 2.2.0 ..... Latest change: 2021-09-30 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ========================================================================================================= -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)`` -================================================================================================= =========== ========================================================================================================= +================================================================================================ =========== ========================================================================================================= +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)`` +================================================================================================ =========== ========================================================================================================= 1.3.0 ..... Latest change: 2021-05-01 -================================================================================================= =========== ================================================================================================================ -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)`` -================================================================================================= =========== ================================================================================================================ +================================================================================================ =========== ================================================================================================================ +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)`` +================================================================================================ =========== ================================================================================================================ 1.2.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.1.1 ..... Latest change: 2021-03-08 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================= =========== ============================================================================================ -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)`` -================================================================================================= =========== ============================================================================================ +================================================================================================ =========== ============================================================================================ +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)`` +================================================================================================ =========== ============================================================================================ 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ================================================================================================== -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)`` -================================================================================================= =========== ================================================================================================== +================================================================================================ =========== ================================================================================================== +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)`` +================================================================================================ =========== ================================================================================================== diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst index 5d0a6b317cc14..46693045d4bc2 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.6.0 +Release: 2.7.0 Provider package ---------------- @@ -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.6.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-snowflake 2.6.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 2.7.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 2.7.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/snowflake/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst index 483480382c768..14de3614cf683 100644 --- a/docs/apache-airflow-providers-ssh/commits.rst +++ b/docs/apache-airflow-providers-ssh/commits.rst @@ -28,227 +28,249 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== ============================================================== + 2.4.2 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.4.1 ..... Latest change: 2022-03-07 -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +Commit Committed Subject +================================================================================================ =========== ======================================================== +`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================ =========== ======================================================== 2.4.0 ..... Latest change: 2022-02-08 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.3.0 ..... Latest change: 2021-10-29 -================================================================================================= =========== ======================================================================================== -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)`` -================================================================================================= =========== ======================================================================================== +================================================================================================ =========== ======================================================================================== +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)`` +================================================================================================ =========== ======================================================================================== 2.2.0 ..... Latest change: 2021-09-30 -================================================================================================= =========== ====================================================================================================================== -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)`` -================================================================================================= =========== ====================================================================================================================== +================================================================================================ =========== ====================================================================================================================== +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)`` +================================================================================================ =========== ====================================================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== ========================================================================================= -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)`` -================================================================================================= =========== ========================================================================================= +================================================================================================ =========== ========================================================================================= +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)`` +================================================================================================ =========== ========================================================================================= 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ====================================================================== -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)`` -================================================================================================= =========== ====================================================================== +================================================================================================ =========== ====================================================================== +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)`` +================================================================================================ =========== ====================================================================== 1.3.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 1.2.0 ..... Latest change: 2021-02-27 -================================================================================================= =========== ============================================================================== -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)`` -================================================================================================= =========== ============================================================================== +================================================================================================ =========== ============================================================================== +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)`` +================================================================================================ =========== ============================================================================== 1.1.0 ..... Latest change: 2021-02-04 -================================================================================================= =========== ================================================================================ -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)`` -================================================================================================= =========== ================================================================================ +================================================================================================ =========== ================================================================================ +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)`` +================================================================================================ =========== ================================================================================ 1.0.0 ..... Latest change: 2020-12-09 -================================================================================================= =========== ================================================================================== -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)`` -================================================================================================= =========== ================================================================================== +================================================================================================ =========== ================================================================================== +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)`` +================================================================================================ =========== ================================================================================== diff --git a/docs/apache-airflow-providers-ssh/index.rst b/docs/apache-airflow-providers-ssh/index.rst index 7f262df4e3a40..2b52018358834 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.3 +Release: 2.4.4 Provider package ---------------- diff --git a/docs/apache-airflow-providers-tableau/commits.rst b/docs/apache-airflow-providers-tableau/commits.rst index 955c4694ae523..e3bf06d5281e7 100644 --- a/docs/apache-airflow-providers-tableau/commits.rst +++ b/docs/apache-airflow-providers-tableau/commits.rst @@ -28,132 +28,154 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== ============================================================== + 2.1.6 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.1.5 ..... Latest change: 2022-03-07 -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== +================================================================================================ =========== ======================================================== +Commit Committed Subject +================================================================================================ =========== ======================================================== +`f5b96315f `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================ =========== ======================================================== 2.1.4 ..... Latest change: 2022-02-08 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.1.3 ..... Latest change: 2021-12-31 -================================================================================================= =========== ========================================================================= -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)`` -================================================================================================= =========== ========================================================================= +================================================================================================ =========== ========================================================================= +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)`` +================================================================================================ =========== ========================================================================= 2.1.2 ..... Latest change: 2021-10-29 -================================================================================================= =========== ====================================================================================== -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)`` -================================================================================================= =========== ====================================================================================== +================================================================================================ =========== ====================================================================================== +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)`` +================================================================================================ =========== ====================================================================================== 2.1.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.1.0 ..... Latest change: 2021-07-26 -================================================================================================= =========== ============================================================================= -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)`` -================================================================================================= =========== ============================================================================= +================================================================================================ =========== ============================================================================= +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)`` +================================================================================================ =========== ============================================================================= 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ======================================================================= -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)`` -================================================================================================= =========== ======================================================================= +================================================================================================ =========== ======================================================================= +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)`` +================================================================================================ =========== ======================================================================= 1.0.0 ..... Latest change: 2021-02-27 -================================================================================================= =========== =================================================================== -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)`` -================================================================================================= =========== =================================================================== +================================================================================================ =========== =================================================================== +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)`` +================================================================================================ =========== =================================================================== diff --git a/docs/apache-airflow-providers-tableau/index.rst b/docs/apache-airflow-providers-tableau/index.rst index 41abe988f1b44..306c8b767f7b7 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.7 +Release: 2.1.8 Provider package ---------------- diff --git a/docs/apache-airflow-providers-trino/commits.rst b/docs/apache-airflow-providers-trino/commits.rst index 4a861cf1c9120..5363347fe03ac 100644 --- a/docs/apache-airflow-providers-trino/commits.rst +++ b/docs/apache-airflow-providers-trino/commits.rst @@ -28,108 +28,123 @@ For high-level changelog, see :doc:`package information including changelog `_ 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)`` +================================================================================================ =========== =========================================================================== + 2.2.0 ..... -Latest change: 2022-03-27 +Latest change: 2022-04-07 -================================================================================================= =========== =================================================== -Commit Committed Subject -================================================================================================= =========== =================================================== -`0c30564992 `_ 2022-03-27 ``Pass X-Trino-Client-Info in trino hook (#22535)`` -================================================================================================= =========== =================================================== +================================================================================================ =========== ====================================================== +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)`` +================================================================================================ =========== ====================================================== 2.1.2 ..... Latest change: 2022-03-22 -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== +================================================================================================ =========== ============================================================== +Commit Committed Subject +================================================================================================ =========== ============================================================== +`d7dbfb7e2 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================ =========== ============================================================== 2.1.1 ..... Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +================================================================================================ =========== ==================================================================== +Commit Committed Subject +================================================================================================ =========== ==================================================================== +`16adc035b `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================ =========== ==================================================================== 2.1.0 ..... Latest change: 2022-03-07 -================================================================================================= =========== ========================================================================== -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)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +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)`` +================================================================================================ =========== ========================================================================== 2.0.2 ..... Latest change: 2021-10-29 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 2.0.1 ..... Latest change: 2021-08-30 -================================================================================================= =========== ============================================================================ -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)`` -================================================================================================= =========== ============================================================================ +================================================================================================ =========== ============================================================================ +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)`` +================================================================================================ =========== ============================================================================ 2.0.0 ..... Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= -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)`` -================================================================================================= =========== ================================================================= +================================================================================================ =========== ================================================================= +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)`` +================================================================================================ =========== ================================================================= 1.0.0 ..... Latest change: 2021-04-06 -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` -================================================================================================= =========== ========================================================================== +================================================================================================ =========== ========================================================================== +Commit Committed Subject +================================================================================================ =========== ========================================================================== +`eae22cec9 `_ 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 785f262941c46..0993873c35a26 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.2.0 +Release: 2.3.0 Provider package ---------------- @@ -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.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-trino 2.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-trino 2.3.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-trino 2.3.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/trino/CHANGELOG.rst