yujun2021 commented on issue #31641: URL: https://github.com/apache/superset/issues/31641#issuecomment-2585160904
> > > > > Should be resolved with PyODPS 0.12.2 release. See https://github.com/aliyun/aliyun-odps-python-sdk/releases/tag/v0.12.2 for details. > > > > > > > > > > > > > > > > 1. When I uninstalled the old version 0.12.1.1 of pyodps and installed the new version 0.12.2, the same error was reported. The details are as follows > > > >  > > > > 2. I suspect there is something wrong with the way the connection is made, or pyodps doesn't really fix the error. > > > >  > > > > > > > > > <img alt="image" width="1788" src="https://private-user-images.githubusercontent.com/8284922/400602641-50ad4dc5-0e48-44cd-8ce5-8516809f5381.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzYyMjY5MTgsIm5iZiI6MTczNjIyNjYxOCwicGF0aCI6Ii84Mjg0OTIyLzQwMDYwMjY0MS01MGFkNGRjNS0wZTQ4LTQ0Y2QtOGNlNS04NTE2ODA5ZjUzODEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDEwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAxMDdUMDUxMDE4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2FkNzU3ZGU3MDUwYjZkNmM2NDY1ZmFmYzBmYjAzY2YxNDgxMWRjNmZiYjcwMzE5NWZmYjVhZjljMmI4OWI4NiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.gouGY2DnioE5ho_7BSGca8tfj6eGClb8G1ktdixTl-g"> Works for me. Given the error message it is quite possible that the correct version is not properly installed for superset as the function signature is already correct for the latest version of superset. > > > > > > I'm curious how you deployed the superset service. I installed it through k8s helm chart, and then pip install pyodps==0.12.2; my superset version is 4.1.1 > > Installed with pip inside a virtualenv on host without any containers. 1)The above problem has been solved!thank you very much! 2)A new problem has arisen. Although I can query the data of the odps database, I cannot obtain the metadata of the database table, such as column and field information. the following situation   -- 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]
