potiuk commented on PR #48404:
URL: https://github.com/apache/airflow/pull/48404#issuecomment-2765035083
If you look at the top (first errors) - seems that there are some
missing/wrong links defined. the "helm-chart" refers to manage-dags-files from
helm-chart package - it's likely the `main` version does not have the link any
more - and likely celery__workr_precheck is missing in v2-10-test config. We
need to just find where those labels are used and replace them with the right
labels or remove.
The thing is that in v2-10-test we don not build "helm_chart" - we are using
`main` inventory to check if links are working.
```
------------------------------ Error 2 --------------------
WARNING: undefined label: 'config:celery__worker_precheck'
File path: /opt/airflow/docs/apache-airflow/<unknown>
------------------------------ Error 3 --------------------
WARNING: unknown document: 'helm-chart:manage-dags-files'
```
--
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]