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 2020/06/18 09:34:28 UTC

[airflow] branch master updated (e2b2198 -> 40bf8f2)

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

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


    from e2b2198  implement API v1 for variables (#9273)
     add 40bf8f2  Detect automatically the lack of reference to the guide in the operator descriptions (#9290)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/operators/ecs.py      |  4 +
 .../amazon/aws/transfers/imap_attachment_to_s3.py  |  4 +
 .../amazon/aws/transfers/s3_to_redshift.py         |  4 +
 .../providers/apache/spark/operators/spark_jdbc.py |  4 +
 .../providers/apache/spark/operators/spark_sql.py  |  4 +
 .../apache/spark/operators/spark_submit.py         |  4 +
 .../cncf/kubernetes/operators/kubernetes_pod.py    |  4 +
 .../providers/google/cloud/operators/bigquery.py   | 61 +++++++++++++++
 .../providers/google/cloud/operators/dataproc.py   |  4 +
 .../google/cloud/operators/life_sciences.py        |  4 +
 .../google/cloud/transfers/gcs_to_local.py         |  4 +
 .../google/cloud/transfers/local_to_gcs.py         |  4 +
 .../marketing_platform/operators/analytics.py      |  2 +-
 .../google/suite/transfers/gcs_to_gdrive.py        |  4 +
 airflow/providers/http/operators/http.py           |  4 +
 airflow/providers/http/sensors/http.py             |  3 +
 .../yandex/operators/yandexcloud_dataproc.py       |  4 +
 docs/build                                         | 86 ++++++++++++++++++++++
 docs/howto/operator/http/http.rst                  |  6 ++
 19 files changed, 213 insertions(+), 1 deletion(-)