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/18 20:29:35 UTC

[airflow] branch main updated (9863811 -> 9b2e593)

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 9863811  Chart: fix running with uid 0 (#17688)
     add 9b2e593  Fix sqlite hook - insert and replace functions (#17695)

No new revisions were added by this update.

Summary of changes:
 airflow/hooks/dbapi.py                             |  1 +
 .../sqlite/example_dags/example_sqlite.py          | 26 ++++++++++++++++-
 airflow/providers/sqlite/hooks/sqlite.py           | 34 ++++++++++++++++++++++
 docs/apache-airflow-providers-sqlite/operators.rst |  2 +-
 tests/providers/sqlite/hooks/test_sqlite.py        | 20 +++++++++++++
 5 files changed, 81 insertions(+), 2 deletions(-)