https://prefect.io logo
c

chicago-joe

08/10/2022, 6:57 PM
Hey all, I'm running into a recent issue with the prefect AWS Secrets Manager:
ctx_credentials.get('ACCESS_KEY')
'str' object has no attribute 'get'
using prefect 1.2.0 This was working fine the other day, perhaps there was a recent boto3 update?
tracking this with my colleague @Sushma Adari
SOLVED: needed to pass in credential build-args as strings too 😉