we will make it a setting on the route
we will make it a setting on the route itself but for now you can add ?wrap_body=true to the url and you will get the whole body in the "body" argument
hm, there is still something fishy. the
hm, there is still something fishy. the email address does change while I enter it, but when I reload the flow, the url changes again to the original one. How do I save this? š I'm sure I am missing something obvious..
You can have multiple SSO but we do not
You can have multiple SSO but we do not support yet showing/hiding based on contexts
Non-credential Resources
You can create your own resource types and uses it for anything. It's just a key value store where value are json object constrained by a resource type and its schema
I think I have found a bug on Windmill
I think I have found a bug on Windmill cloud, in the "schedule" tab when I click "+ new schedule" I'm automatically disconnected, and I have to sign in again
Agent workers
Hi @Chad23 ,
1. yes
2. only self hosted and cloud enterprise
3. yes windmill handle remote agents. Some customers have 600 of them: https://www.windmill.dev/docs/core_concepts/agent_workers...
Multiple slack commands
Is it possible to create Multiple slash slack commands from different workspaces
Where users from different workspaces can create their own Automation/Script/flow to invoke ?...
@rubenf , see attached. you will have to
@rubenf , see attached. you will have to hook up mssql scripts to some database to make the app functional.
trying out windmill.dev
Since this is my first encounter with windmill.dev Iām thinking of trying it out for my own personal use case
I have a monthly housekeeping task where I need to download pdf from my digital invoices from the emails
Upload the pdf to google drive...
apache iceberg / asset view
Hi @kimsia , you're correct that right now dagster focus on assets while windmill focus on compute. One way to see it is that windmill is lower level than dagster and you can build your own asset abstraction on top of it. We emphasize using object stores such as S3 by passing pointers/reference to it as input or output. When doing that, you can preview parquet files directly in the ui and cache based on etags.
The asset view is an abstraction on top of that we will build based on apache iceberg later but for now some of it you will have to decide for yourself. On the other hand, windmill is a lot more performant and flexible than dagster with respect to execution...
No concurrency limits is the right way
No concurrency limits is the right way to do it. WDYM by none of them will actually execute ?
Is there a way to create a form that can take a variable number of arguments?
Hi @paul , if you can write the schema as a result of the last job, we can add support for picking it up from there