Adam Eury
10/27/2023, 8:56 PMprefect cloud login
?
I logged in and saw this output
Authenticated with Prefect Cloud! Using workspace ...
But when I run prefect work-pool ls
I see the following error
...
raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Client error '403 Forbidden' for url '<https://api.prefect.cloud/api/accounts/{account_id}/workspaces/{workspace-id}/work_pools/filter>'
Response: {'detail': 'Not authenticated'}
For more information check: <https://httpstatuses.com/403>
Adam Eury
10/27/2023, 8:57 PMprefect work-pool ls
works fine in a different project.