srinify edited a comment on issue #13771: URL: https://github.com/apache/superset/issues/13771#issuecomment-806972063
Hi @clear-m happy to help with this, I recently published this tutorial post actually: https://preset.io/blog/building-database-connector/ but it looks like the technical part isn't an issue for you! You can open a PR with the relevant changes. Note that you'll need to fork Superset first and setup an origin+upstream git workflow. Some things to include: - Add the database library to `setup.py`, adding a new db_engine_spec in `superset/db_engine_specs/{your_db}.py` - Add database specific tests to `tests/db_engine_specs/{your_db}_tests.py` - Add documentation, create a new entry here: `superset/docs/src/pages/docs/Connecting to Databases/` I can help with docs if needed **Use this PR by @villebro and I as a guide: https://github.com/apache/superset/pull/13152/files** Let me know if you have any questions, happy to help! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
