redash
redash copied to clipboard
Upgrade boto3 to 1.34.41, or any other
Background: now we are going to try visualize AWS Athena with using redash, through Assume Role. our instance is running on EKS.
now we faced error below. "Unsupported host '169.254.170.23'. Can only retrieve metadata from these hosts: 169.254.170.2, localhost, 127.0.0.1
this caused, when case of using pod identity service for creating STS Token. and seems this will be solved with upgrade boto3 to 1.34.41 https://github.com/HumanSignal/label-studio/issues/6124
is there any plan to upgrade boto3 to 1.34.41? or is there any other way to solve it?