Closed obendidi closed 9 months ago
hi @obendidi - thanks for the issue. looking into this now
would you be able to share the shape of what you have stored in your aws_client_parameters
?
reopening until the release is actually cut
hi @obendidi - prefect-aws
v0.4.9 has now been released which should fix the hashing problem you raised here.
See #373 for details on the fix
Latest release introduced client caching, and it hashes the credentials parameters for that (see https://github.com/PrefectHQ/prefect-aws/pull/369)
This introduced a bug, when I upgraded to
prefect-aws==0.4.8
:The usage of
hash(frozenset())
seems correct to me, so maybe it's a backward compatibility issue ? I upgraded from a pretty old version~0.2
Expectation / Proposal
Traceback / Example