Satoshi-Sh commented on code in PR #37376:
URL: https://github.com/apache/airflow/pull/37376#discussion_r1487848170


##########
docs/apache-airflow-providers-common-sql/index.rst:
##########
@@ -18,6 +18,20 @@
 ``apache-airflow-providers-common-sql``
 =======================================
 
+Supported Database Types
+------------------------
+
+The ``apache-airflow-providers-common-sql`` provider is compatible with the 
following
+database types:
+
+- :doc:`PostgreSQL <apache-airflow-providers-postgres:index>`

Review Comment:
   I created another file inside `/apache-airflow-provders-common-sql`. Is this 
a right approach? I'm not familiar with Sphinx. 
   
   When I build this doc, I got many errors like 
   ```
   ############################## Start docs build errors summary 
##############################
   
   ============================== apache-airflow-providers-common-sql 
==============================
   ------------------------------ Error   1 --------------------
    WARNING: toctree contains reference to nonexisting document 
'_api/airflow/providers/common/sql/index'
   
   File path: apache-airflow-providers-common-sql/index.rst (43)
   
     38 |     :caption: Guides
     39 | 
     40 |     Connecting to SQL Databases <connections>
     41 |     Operators <operators>
     42 | 
   > 43 | .. toctree::
     44 |     :hidden:
     45 |     :maxdepth: 1
     46 |     :caption: References
     47 | 
     48 |     Python API <_api/airflow/providers/common/sql/index>
   ------------------------------ Error   2 --------------------
    WARNING: toctree contains reference to nonexisting document 
'_api/airflow/providers/common/sql/index'
   
   File path: apache-airflow-providers-common-sql/index.rst (43)
   
     38 |     :caption: Guides
     39 | 
     40 |     Connecting to SQL Databases <connections>
     41 |     Operators <operators>
     42 | 
   > 43 | .. toctree::
     44 |     :hidden:
     45 |     :maxdepth: 1
     46 |     :caption: References
     47 | 
     48 |     Python API <_api/airflow/providers/common/sql/index>
   ------------------------------ Error   3 --------------------
    WARNING: toctree contains reference to nonexisting document 
'_api/airflow/providers/common/sql/index'
   
   File path: apache-airflow-providers-common-sql/index.rst (43)
   
     38 |     :caption: Guides
     39 | 
     40 |     Connecting to SQL Databases <connections>
     41 |     Operators <operators>
     42 | 
   > 43 | .. toctree::
     44 |     :hidden:
     45 |     :maxdepth: 1
     46 |     :caption: References
     47 | 
     48 |     Python API <_api/airflow/providers/common/sql/index>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to