mik-laj edited a comment on issue #14989: URL: https://github.com/apache/airflow/issues/14989#issuecomment-808448643
> As I understand it the inventory we are using now simply downloads URL and only if it fails, it reads it from the cache @mik-laj might confirm it maybe? Not exactly. Before building, we download all inventories to the cache. If it is a third -party library, we download the inventory from the project documentation. If this is our package then we download it from the S3 bucket -http://s.apache.org/airflow-docs If documentation for a package has already been built, the locally built documentation inventory is used, not the cache i.e. prefer never inwentories. The first package to be built should only use cached data. There should never be new inventories from the internet when building. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
