Hi Prefect team, I’m noticing what I think is a bu...
# ask-community
r
Hi Prefect team, I’m noticing what I think is a bug in the Prefect UI. Running AWS ECS tasks that were correctly configured and previously running fine on push work pools, I’m now seeing the below. When I look under the relevant code in
prefect_aws
I see that the
profile_name
property is marked as optional, as so
Copy code
profile_name: Optional[str] = Field(
        default=None, description="The profile to use when creating your session."
    )
Is this intended behavior?
1
👍 1
h
I am in a similar boat and just started seeing this
r
This started happening about 5 minutes ago — if @Harrison Kim is seeing it I suspect it’s a general problem
FYI I just tried to amend my
aws_credentials
objects by specifying a profile name. This worked but triggered a further and not-so-easily resolved issue. Since I don’t use session tokens this is a non starter.
h
Seems to be working again out of no where
r
Same here
j
Hi Harrison and Robert. This was a bug that’s now resolved. Thank you for flagging it to us!
r
Thanks for the quick resolution!
👍 2