ashim-k-saha opened a new issue #8310: Proper documentation & example for - How write a connector? URL: https://github.com/apache/incubator-superset/issues/8310 ## [SIP] Proposal for documentation & example to write connector in separate repository ### Motivation Currently, I am using [dgraph](https://github.com/dgraph-io/dgraph) as my primary database. But could not find any connector for that, so decided to write. In the [FAQ](https://superset.incubator.apache.org/faq.html#does-superset-work-with-insert-database-engine-here) section I found > Another key element for a database to be supported is through the Superset [Database Engine Specification](https://github.com/apache/incubator-superset/blob/master/superset/db_engine_specs.py) interface. This interface allows for defining database-specific configurations and logic that go beyond the SQLAlchemy and DBAPI scope. Where the link ([Database Engine Specification](https://github.com/apache/incubator-superset/blob/master/superset/db_engine_specs.py)) is broken. ### Proposed Change A step by step documentation will be very helpful. With that, if we have a separate repository with example (maybe connector for REST-API) it will be great.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
