You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/27 19:17:10 UTC

[airflow] branch master updated (71bbec1 -> bf2b481)

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

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


    from 71bbec1  Update INTHEWILD.md (#15550)
     add bf2b481  Add Connection Documentation for Providers (#15499)

No new revisions were added by this update.

Summary of changes:
 .../providers/amazon/aws/transfers/mysql_to_s3.py  |  2 +-
 .../google/cloud/transfers/bigquery_to_mysql.py    |  2 +-
 .../google/cloud/transfers/mysql_to_gcs.py         |  2 +-
 airflow/providers/mysql/hooks/mysql.py             |  2 +-
 airflow/providers/mysql/operators/mysql.py         |  2 +-
 .../providers/mysql/transfers/presto_to_mysql.py   |  2 +-
 airflow/providers/mysql/transfers/s3_to_mysql.py   |  2 +-
 .../providers/mysql/transfers/trino_to_mysql.py    |  2 +-
 .../providers/mysql/transfers/vertica_to_mysql.py  |  2 +-
 airflow/providers/neo4j/hooks/neo4j.py             |  3 +
 airflow/providers/neo4j/operators/neo4j.py         |  2 +-
 airflow/providers/slack/hooks/slack.py             |  3 +-
 airflow/providers/slack/operators/slack.py         |  3 +-
 airflow/providers/tableau/hooks/tableau.py         |  4 +-
 .../tableau/operators/tableau_refresh_workbook.py  |  4 +-
 .../tableau/sensors/tableau_job_status.py          |  4 +-
 .../connections/mysql.rst                          |  2 +
 .../connections/neo4j.rst                          | 16 ++++-
 .../connections/slack.rst}                         | 39 +++++++---
 docs/apache-airflow-providers-slack/index.rst      |  1 +
 .../connections/tableau.rst                        | 84 ++++++++++++++++++++++
 docs/apache-airflow-providers-tableau/index.rst    |  1 +
 docs/spelling_wordlist.txt                         |  2 +
 23 files changed, 156 insertions(+), 30 deletions(-)
 copy docs/{apache-airflow-providers-airbyte/connections.rst => apache-airflow-providers-slack/connections/slack.rst} (56%)
 create mode 100644 docs/apache-airflow-providers-tableau/connections/tableau.rst