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 2021/08/08 12:03:16 UTC

[airflow] branch main updated (f5596d2 -> 69d2ed6)

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 f5596d2  Update INTHEWILD.md (#17491)
     add 69d2ed6  Add Microsoft PSRP provider (#17361)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |   9 +-
 INSTALL                                            |   9 +-
 .../{apache/drill => microsoft/psrp}/CHANGELOG.rst |   0
 .../providers/microsoft/psrp}/__init__.py          |   0
 .../providers/microsoft/psrp/hooks}/__init__.py    |   0
 airflow/providers/microsoft/psrp/hooks/psrp.py     | 118 +++++++++++++++++++++
 .../microsoft/psrp/operators}/__init__.py          |   0
 airflow/providers/microsoft/psrp/operators/psrp.py |  66 ++++++++++++
 .../microsoft/{winrm => psrp}/provider.yaml        |  13 +--
 .../commits.rst                                    |  10 +-
 .../index.rst                                      |  45 +++-----
 docs/apache-airflow/extra-packages-ref.rst         |   2 +
 docs/spelling_wordlist.txt                         |   3 +
 setup.py                                           |   5 +
 .../microsoft/psrp}/__init__.py                    |   0
 .../microsoft/psrp/hooks}/__init__.py              |   0
 tests/providers/microsoft/psrp/hooks/test_psrp.py  |  69 ++++++++++++
 .../microsoft/psrp/operators}/__init__.py          |   0
 .../microsoft/psrp/operators/test_psrp.py          |  55 ++++++++++
 19 files changed, 353 insertions(+), 51 deletions(-)
 copy airflow/providers/{apache/drill => microsoft/psrp}/CHANGELOG.rst (100%)
 copy {tests/www/api/experimental => airflow/providers/microsoft/psrp}/__init__.py (100%)
 copy {tests/www/api/experimental => airflow/providers/microsoft/psrp/hooks}/__init__.py (100%)
 create mode 100644 airflow/providers/microsoft/psrp/hooks/psrp.py
 copy {tests/www/api/experimental => airflow/providers/microsoft/psrp/operators}/__init__.py (100%)
 create mode 100644 airflow/providers/microsoft/psrp/operators/psrp.py
 copy airflow/providers/microsoft/{winrm => psrp}/provider.yaml (83%)
 copy airflow/providers/asana/CHANGELOG.rst => docs/apache-airflow-providers-microsoft-psrp/commits.rst (89%)
 copy docs/{apache-airflow/concepts => apache-airflow-providers-microsoft-psrp}/index.rst (62%)
 copy tests/{www/api/experimental => providers/microsoft/psrp}/__init__.py (100%)
 copy tests/{www/api/experimental => providers/microsoft/psrp/hooks}/__init__.py (100%)
 create mode 100644 tests/providers/microsoft/psrp/hooks/test_psrp.py
 copy tests/{www/api/experimental => providers/microsoft/psrp/operators}/__init__.py (100%)
 create mode 100644 tests/providers/microsoft/psrp/operators/test_psrp.py