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 24e57d6 Add in Bidnamic to INTHEWILD.md (#18589)
add c747bce Influxdb Hook (#17068)
No new revisions were added by this update.
Summary of changes:
.../airflow_providers_bug_report.yml | 1 +
CONTRIBUTING.rst | 2 +-
INSTALL | 2 +-
.../providers/{alibaba => influxdb}/CHANGELOG.rst | 3 +-
.../providers/influxdb}/__init__.py | 0
.../providers/influxdb/example_dags}/__init__.py | 0
.../influxdb/example_dags/example_influxdb.py | 57 +++++++
.../providers/influxdb/hooks}/__init__.py | 0
airflow/providers/influxdb/hooks/influxdb.py | 163 +++++++++++++++++++++
.../providers/{openfaas => influxdb}/provider.yaml | 29 ++--
.../commits.rst} | 10 +-
.../connections/influxdb.rst} | 33 +++--
.../index.rst | 51 +++----
.../installing-providers-from-sources.rst | 0
.../operators/influxdb.rst} | 10 +-
docs/apache-airflow/extra-packages-ref.rst | 2 +
docs/spelling_wordlist.txt | 2 +
setup.py | 3 +
.../{timetables => providers/influxdb}/__init__.py | 0
.../influxdb/hooks}/__init__.py | 0
tests/providers/influxdb/hooks/test_influxdb.py | 88 +++++++++++
21 files changed, 385 insertions(+), 71 deletions(-)
copy airflow/providers/{alibaba => influxdb}/CHANGELOG.rst (99%)
copy {tests/timetables => airflow/providers/influxdb}/__init__.py (100%)
copy {tests/timetables => airflow/providers/influxdb/example_dags}/__init__.py
(100%)
create mode 100644 airflow/providers/influxdb/example_dags/example_influxdb.py
copy {tests/timetables => airflow/providers/influxdb/hooks}/__init__.py (100%)
create mode 100644 airflow/providers/influxdb/hooks/influxdb.py
copy airflow/providers/{openfaas => influxdb}/provider.yaml (64%)
copy docs/{apache-airflow-providers-amazon/logging/index.rst =>
apache-airflow-providers-influxdb/commits.rst} (89%)
copy docs/{apache-airflow-providers-sqlite/connections/sqlite.rst =>
apache-airflow-providers-influxdb/connections/influxdb.rst} (52%)
copy docs/{apache-airflow-providers-apache-pig =>
apache-airflow-providers-influxdb}/index.rst (60%)
copy docs/{apache-airflow-providers-zendesk =>
apache-airflow-providers-influxdb}/installing-providers-from-sources.rst (100%)
copy docs/{apache-airflow-providers-amazon/logging/index.rst =>
apache-airflow-providers-influxdb/operators/influxdb.rst} (92%)
copy tests/{timetables => providers/influxdb}/__init__.py (100%)
copy tests/{timetables => providers/influxdb/hooks}/__init__.py (100%)
create mode 100644 tests/providers/influxdb/hooks/test_influxdb.py