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/02/06 21:27:09 UTC

[airflow] branch main updated (d115018 -> 1d170f8)

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 d115018  Bug fix in AWS glue operator related to num_of_dpus #19787 (#21353)
     add 1d170f8  Switch from zdesk to zenpy in ZendeskHook (#21349)

No new revisions were added by this update.

Summary of changes:
 airflow/hooks/zendesk_hook.py                      |   2 +-
 airflow/providers/zendesk/CHANGELOG.rst            |  13 ++
 .../providers/zendesk/example_dags}/__init__.py    |   0
 .../example_dags/example_zendesk_custom_get.py}    |  26 ++--
 airflow/providers/zendesk/hooks/zendesk.py         | 168 ++++++++++-----------
 airflow/providers/zendesk/provider.yaml            |   1 +
 docs/apache-airflow-providers-zendesk/index.rst    |   1 +
 docs/conf.py                                       |   2 +-
 docs/spelling_wordlist.txt                         |   6 +
 setup.py                                           |   2 +-
 tests/providers/zendesk/hooks/test_zendesk.py      | 141 +++++++----------
 11 files changed, 179 insertions(+), 183 deletions(-)
 copy {tests/timetables => airflow/providers/zendesk/example_dags}/__init__.py (100%)
 copy airflow/providers/{salesforce/example_dags/example_salesforce_apex_rest.py => zendesk/example_dags/example_zendesk_custom_get.py} (63%)