potiuk commented on issue #56420:
URL: https://github.com/apache/airflow/issues/56420#issuecomment-3370259833
> I’d like to work on this issue if that’s okay. Could you tell me more
details about this issue?
The way to reproduce the issue:
1. Go to `providers/airbyte` dir (for example)
2. run `uv sync`
3. run `uv run --group docs build-docs` -> it should build the docs
4. Change "astroid>=3, <4" to "astroid>=4" in `devel-common/pyproject.toml`
5. run `uv sync --group docs --resolution highest --refresh` (should
install astroid 4)
6. run `uv run --group docs build-docs` fails because there is missing
`_api` folder
```
############################## Start docs build errors summary
##############################
============================== apache-airflow-providers-airbyte
==============================
------------------------------ Error 1 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/__init__.py
------------------------------ Error 2 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/get_provider_info.py
------------------------------ Error 3 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/hooks/__init__.py
------------------------------ Error 4 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/hooks/airbyte.py
------------------------------ Error 5 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/operators/__init__.py
------------------------------ Error 6 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/operators/airbyte.py
------------------------------ Error 7 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/sensors/__init__.py
------------------------------ Error 8 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/sensors/airbyte.py
------------------------------ Error 9 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/triggers/__init__.py
------------------------------ Error 10 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/triggers/airbyte.py
------------------------------ Error 11 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/src/airflow/providers/airbyte/version_compat.py
------------------------------ Error 12 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/tests/system/airbyte/__init__.py
------------------------------ Error 13 --------------------
WARNING: Unable to read file:
/Users/jarekpotiuk/code/airflow/providers/airbyte/tests/system/airbyte/example_airbyte_trigger_job.py
------------------------------ Error 14 --------------------
WARNING: toctree contains reference to nonexisting document
'_api/airflow/providers/airbyte/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]