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
Could not load job configuration: 1 validation error for PrefectManagedPoolWorkerJobConfiguration
pip_packages
Input should be a valid list [type=list_type, input_value='"prefect>=3.1.5, beautif...up4, requests, smtplib"', input_type=str]
For further information visit https://errors.pydantic.dev/2.9/v/list_type
Describe the current behavior
I'm trying to add the list pip package, but the placeholder is suggesting using separator with ",":
![image](https://private-user-images.githubusercontent.com/798755/393659501-a4cb23e0-4709-4c4f-99eb-de3e18e73b77.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDc4MjEsIm5iZiI6MTczOTU0NzUyMSwicGF0aCI6Ii83OTg3NTUvMzkzNjU5NTAxLWE0Y2IyM2UwLTQ3MDktNGM0Zi05OWViLWRlM2UxOGU3M2I3Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNTM4NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yYTlkMDUzZWViZjU0ODk4NTUyNDg3MGY1MTYwODRlM2MxZmE2ZmQxN2E4ZmZkYzU4Yzk1MGNmM2I3MjdkN2E2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.DLJtXtTOPTdM3htI1IrEIkoU6HMwGXze_E6hSoSfNmc)
But, after adding the same example of placeholder, an error appeared:
![image](https://private-user-images.githubusercontent.com/798755/393659029-a3e53316-f12c-4e9c-8ae6-1b257b02e7c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDc4MjEsIm5iZiI6MTczOTU0NzUyMSwicGF0aCI6Ii83OTg3NTUvMzkzNjU5MDI5LWEzZTUzMzE2LWYxMmMtNGU5Yy04YWU2LTFiMjU3YjAyZTdjNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNTM4NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MGI4Mjc4YWM3ZTAzMDI0MTQ4OWY3NzU3MDAzN2RiY2M1ZjAyYzcxNDhhOGE0YTNkYmJmM2RmYTRkNjI5M2Y2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.X4r1BcvQogr7F873J80wmrvFxq5aUEaXc9D-wdE8JTA)
I can't find the actual format on the document.
Which Is the correct value, like a list or object type?
Describe the proposed behavior
Fix the placeholder or fix the message error
Example Use
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: