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 9c69f1c Avoid littering postgres server logs with "could not obtain
lock" with HA schedulers (#19842)
add e4c849e Add influxdb operator (#19356)
No new revisions were added by this update.
Summary of changes:
.../example_dags/example_influxdb_query.py} | 22 +++++++--------
.../providers/influxdb/operators}/__init__.py | 0
.../neo4j.py => influxdb/operators/influxdb.py} | 31 +++++++++-------------
airflow/providers/influxdb/provider.yaml | 5 ++++
docs/apache-airflow-providers-influxdb/index.rst | 1 +
.../operators/index.rst} | 18 +++++++------
.../influxdb/operators}/__init__.py | 0
.../operators/test_influxdb.py} | 23 +++++++---------
8 files changed, 47 insertions(+), 53 deletions(-)
copy airflow/providers/{neo4j/example_dags/example_neo4j.py =>
influxdb/example_dags/example_influxdb_query.py} (70%)
copy {tests/timetables => airflow/providers/influxdb/operators}/__init__.py
(100%)
copy airflow/providers/{neo4j/operators/neo4j.py =>
influxdb/operators/influxdb.py} (62%)
copy docs/{apache-airflow/howto/operator/weekday.rst =>
apache-airflow-providers-influxdb/operators/index.rst} (64%)
copy tests/{timetables => providers/influxdb/operators}/__init__.py (100%)
copy tests/providers/{microsoft/azure/operators/test_adls_delete.py =>
influxdb/operators/test_influxdb.py} (58%)