Tiago Serafim
Is it possible to query a flow's progress using the Rest API?
The docs says
When previewing an individual job, a progress bar will appear after 5 seconds of execution (if the set_progress function is used) or immediately for flows.
, it says flows
so I believe it works for flows as well.6 replies
Is it possible to query a flow's progress using the Rest API?
I believe that you can use https://www.windmill.dev/docs/advanced/explicit_progress and query that info using the API
get job progress
https://app.windmill.dev/openapi.html#tag/metrics/POST/w/{workspace}/job_metrics/set_progress/{id} and scroll a bit.6 replies
Writing data to external Azure Blob Storage
Then I'd try pinning a specific package using
#requirements
as explained here https://www.windmill.dev/docs/advanced/dependencies_in_python#pinning-dependencies-and-requirements as it looks like you cannot install just azure
anymore. Not sure which is the proper package, you'd have to see how you're installing that in your local machine in a new environment and then try to do the same at WM.4 replies
Writing data to external Azure Blob Storage
You have to have a
main
method. WM automatically installs packages for you. See this quickstart https://www.windmill.dev/docs/getting_started/scripts_quickstart/python4 replies
WWindmill
•Created by henri-c on 11/20/2024 in #changelog
price below 100
Hey, one clarification. Until very recently, having no native workers was not possible since some features from WM relied on them. Now, in the new price calculator, it does let me set the native workers to 0 and the tooltip says it can be zero. Is that correct?
7 replies