This is an automated email from the ASF dual-hosted git repository.
potiuk 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 a457a75c05 Added Supported Database Types (#37376)
a457a75c05 is described below
commit a457a75c05a36309ff6d1b486590dcdab8f94838
Author: Satoshi S <[email protected]>
AuthorDate: Thu Feb 15 12:11:58 2024 -0600
Added Supported Database Types (#37376)
---
docs/apache-airflow-providers-common-sql/index.rst | 1 +
.../supported-database-types.rst | 46 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/docs/apache-airflow-providers-common-sql/index.rst
b/docs/apache-airflow-providers-common-sql/index.rst
index d258457f94..a4ae3203c7 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -42,6 +42,7 @@
:caption: References
Python API <_api/airflow/providers/common/sql/index>
+ Supported Database Types </supported-database-types>
.. toctree::
:hidden:
diff --git
a/docs/apache-airflow-providers-common-sql/supported-database-types.rst
b/docs/apache-airflow-providers-common-sql/supported-database-types.rst
new file mode 100644
index 0000000000..98891b15e9
--- /dev/null
+++ b/docs/apache-airflow-providers-common-sql/supported-database-types.rst
@@ -0,0 +1,46 @@
+.. 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.
+
+Supported Database Types
+========================
+
+The ``apache-airflow-providers-common-sql`` provider is compatible with the
following
+database types:
+
+- :doc:`Amazon <apache-airflow-providers-amazon:index>`
+- :doc:`Apache Druid <apache-airflow-providers-apache-druid:index>`
+- :doc:`Apache Drill <apache-airflow-providers-apache-drill:index>`
+- :doc:`Apache Hive <apache-airflow-providers-apache-hive:index>`
+- :doc:`Apache Impala <apache-airflow-providers-apache-impala:index>`
+- :doc:`Apache Pinot <apache-airflow-providers-apache-pinot:index>`
+- :doc:`Databricks <apache-airflow-providers-databricks:index>`
+- :doc:`Elastic Search <apache-airflow-providers-elasticsearch:index>`
+- :doc:`Exasol <apache-airflow-providers-exasol:index>`
+- :doc:`Google <apache-airflow-providers-google:index>`
+- :doc:`JDBC <apache-airflow-providers-jdbc:index>`
+- :doc:`Microsoft SQL Server <apache-airflow-providers-microsoft-mssql:index>`
+- :doc:`MySQL <apache-airflow-providers-mysql:index>`
+- :doc:`ODBC <apache-airflow-providers-odbc:index>`
+- :doc:`Open Lineage <apache-airflow-providers-openlineage:index>`
+- :doc:`Pgvector <apache-airflow-providers-pgvector:index>`
+- :doc:`PostgreSQL <apache-airflow-providers-postgres:index>`
+- :doc:`Presto <apache-airflow-providers-presto:index>`
+- :doc:`Slack <apache-airflow-providers-slack:index>`
+- :doc:`Snowflake <apache-airflow-providers-snowflake:index>`
+- :doc:`SQLite <apache-airflow-providers-sqlite:index>`
+- :doc:`Trino <apache-airflow-providers-trino:index>`
+- :doc:`Vertica <apache-airflow-providers-vertica:index>`