This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push: new f2569de Add example DAGs to provider docs (#12528) f2569de is described below commit f2569de7d1a7b100774f397a641e977c307cbb91 Author: Kamil BreguĊa <mik-...@users.noreply.github.com> AuthorDate: Sun Nov 22 08:53:28 2020 +0100 Add example DAGs to provider docs (#12528) --- docs/apache-airflow-providers-amazon/index.rst | 6 ++++++ .../apache-airflow-providers-apache-cassandra/index.rst | 6 ++++++ docs/apache-airflow-providers-apache-hive/index.rst | 6 ++++++ docs/apache-airflow-providers-apache-kylin/index.rst | 6 ++++++ docs/apache-airflow-providers-apache-livy/index.rst | 6 ++++++ docs/apache-airflow-providers-apache-pig/index.rst | 6 ++++++ docs/apache-airflow-providers-apache-spark/index.rst | 6 ++++++ docs/apache-airflow-providers-cncf-kubernetes/index.rst | 6 ++++++ docs/apache-airflow-providers-databricks/index.rst | 6 ++++++ docs/apache-airflow-providers-dingding/index.rst | 6 ++++++ docs/apache-airflow-providers-docker/index.rst | 6 ++++++ .../example-dags.rst} | 17 ++++++++--------- docs/apache-airflow-providers-google/index.rst | 6 ++++++ docs/apache-airflow-providers-http/index.rst | 6 ++++++ docs/apache-airflow-providers-jdbc/index.rst | 6 ++++++ docs/apache-airflow-providers-jenkins/index.rst | 6 ++++++ docs/apache-airflow-providers-microsoft-azure/index.rst | 6 ++++++ docs/apache-airflow-providers-microsoft-winrm/index.rst | 6 ++++++ docs/apache-airflow-providers-mysql/index.rst | 6 ++++++ docs/apache-airflow-providers-papermill/index.rst | 6 ++++++ docs/apache-airflow-providers-plexus/index.rst | 6 ++++++ docs/apache-airflow-providers-qubole/index.rst | 6 ++++++ docs/apache-airflow-providers-salesforce/index.rst | 6 ++++++ docs/apache-airflow-providers-singularity/index.rst | 6 ++++++ docs/apache-airflow-providers-snowflake/index.rst | 6 ++++++ docs/apache-airflow-providers-yandex/index.rst | 6 ++++++ 26 files changed, 158 insertions(+), 9 deletions(-) diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst index 0db5634..7dcff65 100644 --- a/docs/apache-airflow-providers-amazon/index.rst +++ b/docs/apache-airflow-providers-amazon/index.rst @@ -26,3 +26,9 @@ Content :caption: References Python API <_api/airflow/providers/amazon/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/amazon/aws/example_dags> diff --git a/docs/apache-airflow-providers-apache-cassandra/index.rst b/docs/apache-airflow-providers-apache-cassandra/index.rst index d8b556e..992c848 100644 --- a/docs/apache-airflow-providers-apache-cassandra/index.rst +++ b/docs/apache-airflow-providers-apache-cassandra/index.rst @@ -26,3 +26,9 @@ Content :caption: References Python API <_api/airflow/providers/apache/cassandra/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/apache/cassandra/example_dags> diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst index 23492de..25dde14 100644 --- a/docs/apache-airflow-providers-apache-hive/index.rst +++ b/docs/apache-airflow-providers-apache-hive/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/apache/hive/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/apache/hive/example_dags> diff --git a/docs/apache-airflow-providers-apache-kylin/index.rst b/docs/apache-airflow-providers-apache-kylin/index.rst index cbcbd52..aacf1e7 100644 --- a/docs/apache-airflow-providers-apache-kylin/index.rst +++ b/docs/apache-airflow-providers-apache-kylin/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/apache/kylin/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/apache/kylin/example_dags> diff --git a/docs/apache-airflow-providers-apache-livy/index.rst b/docs/apache-airflow-providers-apache-livy/index.rst index e8d174c..946e5e4 100644 --- a/docs/apache-airflow-providers-apache-livy/index.rst +++ b/docs/apache-airflow-providers-apache-livy/index.rst @@ -26,3 +26,9 @@ Content :caption: References Python API <_api/airflow/providers/apache/livy/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/apache/livy/example_dags> diff --git a/docs/apache-airflow-providers-apache-pig/index.rst b/docs/apache-airflow-providers-apache-pig/index.rst index 4ef11e8..ea1b88a 100644 --- a/docs/apache-airflow-providers-apache-pig/index.rst +++ b/docs/apache-airflow-providers-apache-pig/index.rst @@ -26,3 +26,9 @@ Content :caption: References Python API <_api/airflow/providers/apache/pig/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/apache/pig/example_dags> diff --git a/docs/apache-airflow-providers-apache-spark/index.rst b/docs/apache-airflow-providers-apache-spark/index.rst index ef5dc95..cae28d5 100644 --- a/docs/apache-airflow-providers-apache-spark/index.rst +++ b/docs/apache-airflow-providers-apache-spark/index.rst @@ -26,3 +26,9 @@ Content :caption: References Python API <_api/airflow/providers/apache/spark/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/apache/spark/example_dags> diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst index aba9809..aaaf8bd 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/cncf/kubernetes/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/cncf/kubernetes/example_dags> diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst index 75d3603..9bc0195 100644 --- a/docs/apache-airflow-providers-databricks/index.rst +++ b/docs/apache-airflow-providers-databricks/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/databricks/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/databricks/example_dags> diff --git a/docs/apache-airflow-providers-dingding/index.rst b/docs/apache-airflow-providers-dingding/index.rst index 1b5e733..9833b1a 100644 --- a/docs/apache-airflow-providers-dingding/index.rst +++ b/docs/apache-airflow-providers-dingding/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/dingding/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/dingding/example_dags> diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst index 0202abb..2495700 100644 --- a/docs/apache-airflow-providers-docker/index.rst +++ b/docs/apache-airflow-providers-docker/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/docker/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/docker/example_dags> diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-google/example-dags.rst similarity index 52% copy from docs/apache-airflow-providers-amazon/index.rst copy to docs/apache-airflow-providers-google/example-dags.rst index 0db5634..28d8b08 100644 --- a/docs/apache-airflow-providers-amazon/index.rst +++ b/docs/apache-airflow-providers-google/example-dags.rst @@ -15,14 +15,13 @@ specific language governing permissions and limitations under the License. -``apache-airflow-providers-amazon`` -=================================== +Example DAGS +============ -Content -------- +You can learn how to use Google integrations by analyzing the source code of the example DAGs: -.. toctree:: - :maxdepth: 1 - :caption: References - - Python API <_api/airflow/providers/amazon/index> +* `Google Ads <https://github.com/apache/airflow/tree/master/airflow/providers/google/ads/example_dags>`__ +* `Google Cloud <https://github.com/apache/airflow/tree/master/airflow/providers/google/cloud/example_dags>`__ +* `Google Firebase <https://github.com/apache/airflow/tree/master/airflow/providers/google/firebase/example_dags>`__ +* `Google Marketing Platform <https://github.com/apache/airflow/tree/master/airflow/providers/google/marketing_platform/example_dags>`__ +* `Google Workplace <https://github.com/apache/airflow/tree/master/airflow/providers/google/suite/example_dags>`__ (formerly Google Suite) diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst index edb1899..936ecbc 100644 --- a/docs/apache-airflow-providers-google/index.rst +++ b/docs/apache-airflow-providers-google/index.rst @@ -37,3 +37,9 @@ Content Python API <_api/airflow/providers/google/index> Configuration <configurations-ref> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <example-dags> diff --git a/docs/apache-airflow-providers-http/index.rst b/docs/apache-airflow-providers-http/index.rst index fa5dc91..e643092 100644 --- a/docs/apache-airflow-providers-http/index.rst +++ b/docs/apache-airflow-providers-http/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/http/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/http/example_dags> diff --git a/docs/apache-airflow-providers-jdbc/index.rst b/docs/apache-airflow-providers-jdbc/index.rst index 7bf75d8..9a6f42f 100644 --- a/docs/apache-airflow-providers-jdbc/index.rst +++ b/docs/apache-airflow-providers-jdbc/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/jdbc/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/jdbc/example_dags> diff --git a/docs/apache-airflow-providers-jenkins/index.rst b/docs/apache-airflow-providers-jenkins/index.rst index 4013f07..345048e 100644 --- a/docs/apache-airflow-providers-jenkins/index.rst +++ b/docs/apache-airflow-providers-jenkins/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/jenkins/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/jenkins/example_dags> diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst index f7c7c3c..ab87917 100644 --- a/docs/apache-airflow-providers-microsoft-azure/index.rst +++ b/docs/apache-airflow-providers-microsoft-azure/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/microsoft/azure/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/microsoft/azure/example_dags> diff --git a/docs/apache-airflow-providers-microsoft-winrm/index.rst b/docs/apache-airflow-providers-microsoft-winrm/index.rst index f9d02d9..1394e35 100644 --- a/docs/apache-airflow-providers-microsoft-winrm/index.rst +++ b/docs/apache-airflow-providers-microsoft-winrm/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/microsoft/winrm/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/microsoft/winrm/example_dags> diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst index a75b096..f162576 100644 --- a/docs/apache-airflow-providers-mysql/index.rst +++ b/docs/apache-airflow-providers-mysql/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/mysql/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/mysql/example_dags> diff --git a/docs/apache-airflow-providers-papermill/index.rst b/docs/apache-airflow-providers-papermill/index.rst index 70a1d7a..b275bb1 100644 --- a/docs/apache-airflow-providers-papermill/index.rst +++ b/docs/apache-airflow-providers-papermill/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/papermill/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/papermill/example_dags> diff --git a/docs/apache-airflow-providers-plexus/index.rst b/docs/apache-airflow-providers-plexus/index.rst index bf30827..addbf82 100644 --- a/docs/apache-airflow-providers-plexus/index.rst +++ b/docs/apache-airflow-providers-plexus/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/plexus/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/plexus/example_dags> diff --git a/docs/apache-airflow-providers-qubole/index.rst b/docs/apache-airflow-providers-qubole/index.rst index af556ed..d5d5c9b 100644 --- a/docs/apache-airflow-providers-qubole/index.rst +++ b/docs/apache-airflow-providers-qubole/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/qubole/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/qubole/example_dags> diff --git a/docs/apache-airflow-providers-salesforce/index.rst b/docs/apache-airflow-providers-salesforce/index.rst index 6e9a8b9..244e415 100644 --- a/docs/apache-airflow-providers-salesforce/index.rst +++ b/docs/apache-airflow-providers-salesforce/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/salesforce/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/salesforce/example_dags> diff --git a/docs/apache-airflow-providers-singularity/index.rst b/docs/apache-airflow-providers-singularity/index.rst index 90c94bb..0d8db73 100644 --- a/docs/apache-airflow-providers-singularity/index.rst +++ b/docs/apache-airflow-providers-singularity/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/singularity/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/singularity/example_dags> diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst index 2eb244b..78a460f 100644 --- a/docs/apache-airflow-providers-snowflake/index.rst +++ b/docs/apache-airflow-providers-snowflake/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/snowflake/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/snowflake/example_dags> diff --git a/docs/apache-airflow-providers-yandex/index.rst b/docs/apache-airflow-providers-yandex/index.rst index 86b3618..da3ad30 100644 --- a/docs/apache-airflow-providers-yandex/index.rst +++ b/docs/apache-airflow-providers-yandex/index.rst @@ -27,3 +27,9 @@ Content :caption: References Python API <_api/airflow/providers/yandex/index> + +.. toctree:: + :maxdepth: 1 + :caption: Resources + + Example DAGs <https://github.com/apache/airflow/tree/master/airflow/providers/yandex/example_dags>