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/07/26 19:00:36 UTC

[airflow] branch main updated (b10ed95 -> 0dbd0f4)

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 b10ed95  Updating Docker example DAGs to use XComArgs (#16871)
     add 0dbd0f4  Remove/refactor default_args pattern for miscellaneous providers (#16872)

No new revisions were added by this update.

Summary of changes:
 .../providers/asana/example_dags/example_asana.py    |  5 -----
 .../dingding/example_dags/example_dingding.py        |  8 +-------
 airflow/providers/http/example_dags/example_http.py  | 20 +++++++++-----------
 .../jdbc/example_dags/example_jdbc_queries.py        |  5 -----
 .../providers/mysql/example_dags/example_mysql.py    |  5 -----
 .../providers/neo4j/example_dags/example_neo4j.py    |  5 -----
 .../papermill/example_dags/example_papermill.py      |  6 ------
 .../providers/plexus/example_dags/example_plexus.py  |  3 +--
 .../postgres/example_dags/example_postgres.py        |  3 ---
 .../providers/qubole/example_dags/example_qubole.py  |  3 +--
 .../singularity/example_dags/example_singularity.py  | 15 ++++-----------
 .../snowflake/example_dags/example_snowflake.py      |  4 ----
 .../providers/sqlite/example_dags/example_sqlite.py  |  3 ---
 .../example_dags/example_tableau_refresh_workbook.py |  9 ---------
 .../telegram/example_dags/example_telegram.py        |  5 -----
 .../example_dags/example_yandexcloud_dataproc.py     |  5 -----
 16 files changed, 16 insertions(+), 88 deletions(-)