|
|
|
|
|
by sroerick
892 days ago
|
|
I'm using SQLAlchemy to access external data sources to build reports on.
Essentially, I'm using it as a dumb BI connector (mostly to access a Databricks metastore), while my Django ORM manages any app information. I'm not sure it's the most elegant solution, but it has been pretty functional |
|
Fun fact (and a bit of a brag, apologies), I was the contributor that added the “new” Expressions API with the intent of building a reporting platform on top of it. That platform never eventuated but I’ve still got lots of use out of those APIs.