Closed ian-r-rose closed 4 years ago
oooh, this looks good.
one thing I think we need to resolve is making sure the robot user can see all schemas / tables
Yeah, good point. We should make sure to discuss permissions issues (cf. #325) tomorrow
seems like the best way to do this is voila service it as the robot user, and make sure the robot user can read every / schema table?
Yeah. I wasn't fully satisfied with the user experience there due to the amount of time it took to crawl the tables. Could probably cut down the number of requests and do some async work to speed it up, though.
ah perhaps then better to schedule adn serve teh HTML as a static HTML report
This creates an ipywidgets-based static HTML file out of the current list of tables in the Civis data warehouse, and uploads it to GitHub pages: https://cityoflosangeles.github.io/aqueduct/catalog.html
Nothing fancy, but perhaps useful for sharing around.
Fixes #320