Satoshi-Sh commented on code in PR #37376: URL: https://github.com/apache/airflow/pull/37376#discussion_r1487858777
########## 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 tried with the flag and now I got one error/warning like this ``` ############################## Start docs build errors summary ############################## ============================== apache-airflow-providers-common-sql ============================== ------------------------------ Error 1 -------------------- /opt/airflow/docs/apache-airflow-providers-common-sql/supported-database-types.rst: WARNING: document isn't included in any toctree ############################## End docs build errors summary ############################## The documentation has errors. #################### Packages errors summary #################### Package name Count of doc build errors Count of spelling errors ``` -- 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]
