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/12/31 16:40:51 UTC

[airflow] branch master updated (07e7513 -> d2964b0)

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 07e7513  Fixed broken aws test_batch_job tests introduced by #13396 (#13406)
     add d2964b0  Add example DAG & how-to guide for sqlite (#13196)

No new revisions were added by this update.

Summary of changes:
 .../providers/sqlite/example_dags}/__init__.py     |  0
 .../sqlite/example_dags/example_sqlite.py          | 70 ++++++++++++++++++++
 airflow/providers/sqlite/operators/sqlite.py       | 12 +++-
 airflow/providers/sqlite/provider.yaml             |  3 +
 .../connections/sqlite.rst}                        | 21 ++++--
 docs/apache-airflow-providers-sqlite/index.rst     | 13 ++++
 docs/apache-airflow-providers-sqlite/operators.rst | 75 ++++++++++++++++++++++
 docs/apache-airflow-providers-sqlite/redirects.txt |  1 +
 8 files changed, 187 insertions(+), 8 deletions(-)
 copy {tests/www/api/experimental => airflow/providers/sqlite/example_dags}/__init__.py (100%)
 create mode 100644 airflow/providers/sqlite/example_dags/example_sqlite.py
 copy docs/{apache-airflow-providers-amazon/logging/index.rst => apache-airflow-providers-sqlite/connections/sqlite.rst} (68%)
 create mode 100644 docs/apache-airflow-providers-sqlite/operators.rst
 create mode 100644 docs/apache-airflow-providers-sqlite/redirects.txt