You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to update to the latest version as the old version starts to fail the connection to prefect cloud as well.
After fighting with the same error, I decided to erase all the data under .prefect. It seems solving the authentication problem but now prefect never uses the cloud server anymore, even after I have set PREFECT_SERVER_ALLOW_EPHEMERAL_MODE='False' in prefect.toml
Below is the snippet to use dask Slumcluster to run prefect flow. Any help is very appreciated!
Bug summary
I have been trying to update to the latest version as the old version starts to fail the connection to prefect cloud as well.
After fighting with the same error, I decided to erase all the data under
.prefect
. It seems solving the authentication problem but now prefect never uses the cloud server anymore, even after I have setPREFECT_SERVER_ALLOW_EPHEMERAL_MODE='False'
inprefect.toml
Below is the snippet to use dask Slumcluster to run prefect flow. Any help is very appreciated!
Version info
Additional context
PREFECT_PROFILE='default'
PREFECT_API_KEY='********' (from profile)
PREFECT_API_URL='https://api.prefect.cloud/api/accounts/f7d40474-9362-4bfa-8950-ee6a43ec00f3/workspaces/d4bb0913-5f5e-49f7-bfc5-06509088baeb' (from profile)
PREFECT_HOME='/pscratch/sd/c/cyrusyc/.prefect' (from env)
PREFECT_SERVER_ALLOW_EPHEMERAL_MODE='False' (from profile)
The text was updated successfully, but these errors were encountered: