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/16 16:24:01 UTC

[airflow] branch main updated (c645d7a -> 2935be1)

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 c645d7a  Add root to tree refresh url (#17633)
     add 2935be1  Fixed SlackAPIFileOperator to upload file and file content. (#17400)

No new revisions were added by this update.

Summary of changes:
 .../providers/slack/example_dags}/__init__.py      |  0
 .../example_dags/example_slack.py}                 | 31 +++++++++-----
 airflow/providers/slack/operators/slack.py         | 47 +++++++++++-----------
 docs/apache-airflow-providers-slack/index.rst      |  1 +
 tests/providers/slack/operators/test.csv           |  1 +
 tests/providers/slack/operators/test_slack.py      | 24 ++++++-----
 6 files changed, 62 insertions(+), 42 deletions(-)
 copy {tests/providers/zendesk/hooks => airflow/providers/slack/example_dags}/__init__.py (100%)
 copy airflow/providers/{alibaba/cloud/example_dags/example_oss_bucket.py => slack/example_dags/example_slack.py} (55%)
 create mode 100644 tests/providers/slack/operators/test.csv