brandonjjon commented on issue #5389: URL: https://github.com/apache/superset/issues/5389#issuecomment-4138727035
Late to the party here but for anyone looking for OData support, I built a dialect and adapter that connects Superset to any OData v4 API: https://github.com/brandonjjon/sqlalchemy-odata Same approach @cancan101 took, but for OData. It uses https://github.com/betodealmeida/shillelagh to expose OData entity sets as SQL tables, with SQLite handling all query operations locally. Hopefully this helps! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
