Fixed failing sqlalchemy inventory.#14997
Conversation
This time sqlalchemy causes docs build failures
There was a problem hiding this comment.
I don't think the issue was with sqlalchemy, the retry and timeout was because of pymongo which also got fixed, since we fetch them in pool, it showed different error in CI.
#14986 -- this was fixed here (rebasing on Master should help). I can retrieve https://docs.sqlalchemy.org/en/latest/objects.inv
No. it was sqlalchemy. I checked it and got infite recursion. Simply the problem was fixed in the meantime |
aah -- interesting -- yeah we need to make the doc build fail-safe in this kind of cases. thanks for creating the issue #14989 |
This time sqlalchemy causes docs build failures
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.