You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/09/21 11:57:15 UTC

[airflow] branch main updated (ba9a762c71 -> a60e3b9317)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ba9a762c71 Pull in licneses to dists via wildcard, not pre-commit (#26553)
     add a60e3b9317 Migrate Data Loss Prevention system tests according to AIP-47 (#26060)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dlp.py       | 215 ---------------------
 airflow/providers/google/cloud/operators/dlp.py    |  10 +-
 .../operators/cloud/data_loss_prevention.rst       |  22 +--
 tests/always/test_project_structure.py             |  19 --
 .../google/cloud/operators/test_dlp_system.py      |  63 ------
 .../google/cloud/data_loss_prevention}/__init__.py |   0
 .../example_dlp_deidentify_content.py              | 168 ++++++++++++++++
 .../data_loss_prevention/example_dlp_info_types.py | 162 ++++++++++++++++
 .../example_dlp_inspect_template.py                | 126 ++++++++++++
 .../cloud/data_loss_prevention/example_dlp_job.py  | 101 ++++++++++
 .../example_dlp_job_trigger.py                     | 106 ++++++++++
 .../data_loss_prevention/resources}/__init__.py    |   0
 .../data_loss_prevention/resources/dictionary.txt  |   2 +
 13 files changed, 681 insertions(+), 313 deletions(-)
 delete mode 100644 airflow/providers/google/cloud/example_dags/example_dlp.py
 delete mode 100644 tests/providers/google/cloud/operators/test_dlp_system.py
 copy {airflow/api_connexion => tests/system/providers/google/cloud/data_loss_prevention}/__init__.py (100%)
 create mode 100644 tests/system/providers/google/cloud/data_loss_prevention/example_dlp_deidentify_content.py
 create mode 100644 tests/system/providers/google/cloud/data_loss_prevention/example_dlp_info_types.py
 create mode 100644 tests/system/providers/google/cloud/data_loss_prevention/example_dlp_inspect_template.py
 create mode 100644 tests/system/providers/google/cloud/data_loss_prevention/example_dlp_job.py
 create mode 100644 tests/system/providers/google/cloud/data_loss_prevention/example_dlp_job_trigger.py
 copy {airflow/api_connexion => tests/system/providers/google/cloud/data_loss_prevention/resources}/__init__.py (100%)
 create mode 100644 tests/system/providers/google/cloud/data_loss_prevention/resources/dictionary.txt