[
https://issues.apache.org/jira/browse/AIRFLOW-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378680#comment-17378680
]
ASF GitHub Bot commented on AIRFLOW-5529:
-----------------------------------------
potiuk edited a comment on pull request #16884:
URL: https://github.com/apache/airflow/pull/16884#issuecomment-877823206
The two errors now are not obvious indeed:
```
------------------------------ Error 1 --------------------
/opt/airflow/docs/apache-airflow-providers-apache-drill/_api/drill/index.rst:
WARNING: document isn't included in any toctree
```
Here, i think (@mik-laj ?) "drill" has to be added to this list:
https://github.com/apache/airflow/blob/d3f300fba8c252cac79a1654fddb91532f44c656/docs/conf.py#L537
```
------------------------------ Error 2 --------------------
/opt/airflow/docs/apache-airflow-providers-apache-drill/commits.rst:
WARNING: document isn't included in any toctree
```
Not obvioius, I know, but copy this below the "AIUTOGENERATED" comment in
index.rst (see
https://raw.githubusercontent.com/apache/airflow/main/docs/apache-airflow-providers-airbyte/index.rst).
I will improve it in the future when someone adds a new provider so that
this is not misleading:
```
.. toctree::
:maxdepth: 1
:caption: Commits
Detailed list of commits <commits>
```
--
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]
> Support Apache Drill hook
> --------------------------
>
> Key: AIRFLOW-5529
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5529
> Project: Apache Airflow
> Issue Type: New Feature
> Components: hooks
> Affects Versions: 1.10.5
> Reporter: Sayed Mohammad Hossein Torabi
> Assignee: Sayed Mohammad Hossein Torabi
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)