dosubot[bot] commented on issue #33545: URL: https://github.com/apache/superset/issues/33545#issuecomment-2896727120
<!-- Greeting --> Hello @DuanKuanJun! I'm [Dosu](https://dosu.dev), here to help you with bugs, questions, and anything related to contributing. While you're waiting for a human maintainer, feel free to ask anything! <!-- Answer --> The `TDengine.py` file is indeed included in the source code repository for version 4.1.2, located at `superset/db_engine_specs/tdengine.py` <sup>[[1]](https://github.com/apache/superset/blob/master/superset/db_engine_specs/tdengine.py)</sup>. However, it seems that the file might not be present in the setup package for version 4.1.2, which is causing the issue you're experiencing. To resolve this, you can manually add the `TDengine.py` file to your Superset installation by downloading it from the repository and placing it in the appropriate directory. Additionally, ensure that you have the necessary dependencies installed: `taospy` and `taos-ws-py` <sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/configuration/databases.mdx)</sup>. You can install them using: ```bash pip install taospy pip install taos-ws-py ``` This should enable TDengine as a data source in your Superset setup. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/c08d4bda-82bd-4820-8a2e-fe5cd99b0acf?feedback_type=other)</sup> -- 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]
