lidavidm commented on PR #2186:
URL: https://github.com/apache/arrow-adbc/pull/2186#issuecomment-2442892284
Hmm, there's something not right with the scrape...I'll see if I can take a
look too
```
File "/adbc/docs/source/ext/doxygen_inventory.py", line 209, in <module>
main()
File "/adbc/docs/source/ext/doxygen_inventory.py", line 193, in main
domains = make_fake_domains(args.html_path, args.xml_path, args.url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/adbc/docs/source/ext/doxygen_inventory.py", line 145, in
make_fake_domains
for domain, name, typ, anchor, url in scrape_links(item_id_to_url, root):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/adbc/docs/source/ext/doxygen_inventory.py", line 66, in scrape_links
url = item_id_to_url[anchor]
~~~~~~~~~~~~~~^^^^^^^^
KeyError: 'structadbc_1_1driver_1_1Status_1_1Impl'
```
--
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]