DataStrategistTeam commented on issue #36808:
URL: https://github.com/apache/superset/issues/36808#issuecomment-3686297675
Same ERROR via Clickhouse:
```bash
File "/app/.venv/lib/python3.11/site-packages/redis/connection.py", line
1461, in get_connection
connection.connect()
File "/app/.venv/lib/python3.11/site-packages/redis/connection.py", line
719, in connect
self.on_connect()
File "/app/.venv/lib/python3.11/site-packages/redis/connection.py", line
784, in on_connect
if str_if_bytes(self.read_response()) != "OK":
^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/redis/connection.py", line
882, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/redis/connection.py", line
349, in read_response
result = self._read_response(disable_decoding=disable_decoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/redis/connection.py", line
372, in _read_response
raise error
redis.exceptions.AuthenticationError: Authentication required.
```
--
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]