This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 87dc63b  Remove empty doc from influxdb provider (#18647)
87dc63b is described below

commit 87dc63b65daaf77c4c9f2f6611b72bcc78603d1e
Author: eladkal <[email protected]>
AuthorDate: Fri Oct 1 07:26:23 2021 +0300

    Remove empty doc from influxdb provider (#18647)
---
 airflow/providers/influxdb/provider.yaml           |  2 --
 docs/apache-airflow-providers-influxdb/index.rst   |  1 -
 .../operators/influxdb.rst                         | 23 ----------------------
 3 files changed, 26 deletions(-)

diff --git a/airflow/providers/influxdb/provider.yaml 
b/airflow/providers/influxdb/provider.yaml
index 4ca1324..9531e5f 100644
--- a/airflow/providers/influxdb/provider.yaml
+++ b/airflow/providers/influxdb/provider.yaml
@@ -25,8 +25,6 @@ versions:
 integrations:
   - integration-name: Influxdb
     external-doc-url: https://www.influxdata.com/
-    how-to-guide:
-      - /docs/apache-airflow-providers-influxdb/operators/influxdb.rst
     tags: [software]
 
 hooks:
diff --git a/docs/apache-airflow-providers-influxdb/index.rst 
b/docs/apache-airflow-providers-influxdb/index.rst
index c7754c9..4b1f2f3 100644
--- a/docs/apache-airflow-providers-influxdb/index.rst
+++ b/docs/apache-airflow-providers-influxdb/index.rst
@@ -27,7 +27,6 @@ Content
     :caption: Guides
 
     Connection types <connections/influxdb>
-    Operators (Not Implemented) <operators/influxdb>
 
 .. toctree::
     :maxdepth: 1
diff --git a/docs/apache-airflow-providers-influxdb/operators/influxdb.rst 
b/docs/apache-airflow-providers-influxdb/operators/influxdb.rst
deleted file mode 100644
index 38561c4..0000000
--- a/docs/apache-airflow-providers-influxdb/operators/influxdb.rst
+++ /dev/null
@@ -1,23 +0,0 @@
- .. Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
- ..   http://www.apache.org/licenses/LICENSE-2.0
-
- .. Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
-.. _howto/operator:InfluxDBOperator:
-
-InfluxDBOperator
-=================
-
-Not Implemented.

Reply via email to