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 24ecc0b Log context only for default method (#21244)
add b8564da PSRP improvements (#19806)
No new revisions were added by this update.
Summary of changes:
airflow/providers/microsoft/psrp/hooks/psrp.py | 246 ++++++++++++++++-----
airflow/providers/microsoft/psrp/operators/psrp.py | 127 ++++++++++-
airflow/providers/microsoft/psrp/provider.yaml | 5 +-
.../index.rst | 10 +-
.../operators/index.rst | 111 ++++++++++
docs/apache-airflow/concepts/operators.rst | 2 +
docs/spelling_wordlist.txt | 4 +
setup.py | 2 +-
tests/providers/microsoft/psrp/hooks/test_psrp.py | 211 ++++++++++++++----
.../microsoft/psrp/operators/test_psrp.py | 98 ++++++--
10 files changed, 689 insertions(+), 127 deletions(-)
create mode 100644
docs/apache-airflow-providers-microsoft-psrp/operators/index.rst