You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2023/02/20 23:10:39 UTC

[airflow] branch revert-29408-docker-compose-change-example updated (9da3771744 -> 37aef76496)

This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a change to branch revert-29408-docker-compose-change-example
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 9da3771744 Revert "Improve health checks in example docker-compose and clarify usage (#29408)"
     add 6ef5ba9104 Refactor Dataproc Trigger (#29364)
     add 5835b08e8b Adding possibility for annotations in logs pvc (#29270)
     add 901774718c Fix adding annotations for dag persistence PVC (#29622)
     add 3dbcf99d20 Update google cloud dlp package and adjust hook and operators (#29234)
     add f51742d20b Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)
     add 37aef76496 Revert "Improve health checks in example docker-compose and clarify usage (#29408)"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9da3771744)
            \
             N -- N -- N   refs/heads/revert-29408-docker-compose-change-example (37aef76496)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/dlp.py        | 373 ++++++++++++++-------
 .../google/cloud/operators/bigquery_dts.py         |   3 +
 .../providers/google/cloud/operators/dataproc.py   |   4 +-
 airflow/providers/google/cloud/operators/dlp.py    |  63 ++--
 .../providers/google/cloud/triggers/dataproc.py    | 191 ++++-------
 airflow/providers/google/provider.yaml             |   4 +-
 chart/templates/dags-persistent-volume-claim.yaml  |   6 +-
 chart/templates/logs-persistent-volume-claim.yaml  |   4 +
 chart/values.schema.json                           |   8 +
 chart/values.yaml                                  |   4 +
 generated/provider_dependencies.json               |   2 +-
 tests/providers/google/cloud/hooks/test_dlp.py     | 327 ++++++++++++------
 .../google/cloud/operators/test_bigquery_dts.py    |  10 +-
 tests/providers/google/cloud/operators/test_dlp.py |  41 ++-
 .../google/cloud/triggers/test_dataproc.py         |   4 +-
 15 files changed, 638 insertions(+), 406 deletions(-)