Leandro
Leandro
WWindmill
Created by Leandro on 3/3/2025 in #help
Auditlog for user login info
I'm trying to get the info of the last time an user logged in on my workspace, as an admin, but in the API of audit logs, i can't find that information.Is there any available or other way i can get that information?
1 replies
WWindmill
Created by Leandro on 2/18/2025 in #help
Is there any api to see the webhooks of an workspace?
I'm trying to fetch and store the url of my scripts and flows with a script and i'm looking for an API that contains that information but i can't find it.
5 replies
WWindmill
Created by Leandro on 1/23/2025 in #help
API Groups
In the api library, is there an api that returns the groups or indicates who created or is the admin of a particular group? In my search I only found apis that indicate the members, summary, name but not who created them or is the admin.
1 replies
WWindmill
Created by Leandro on 1/23/2025 in #help
Different response from an API
Why is it that when i use the api for list users, the 200 response show on the doc it´s different than the response that actually comes? It's the curl https://app.windmill.dev/api/w//users/list \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' The 200 response should be: [ { "email": "…", "username": "…", "is_admin": true, "is_super_admin": true, "created_at": "2025-01-22T16:37:24.323Z", "operator": true, "disabled": true, "groups": [ "…" ], "folders": [ "…" ], "folders_owners": [ "…" ] } ] but i'm only getting : { "workspace_id": "test", "email": "value@gmail.com", "username": "value", "is_admin": false, "created_at": "2024-12-03T10:15:40.363816Z", "operator": false, "disabled": false, "role": null }
1 replies
WWindmill
Created by Leandro on 12/23/2024 in #help
Customazation of a required field
it is also possible to make a field required when conditions are met?As it is possible to make a field appear if it meets certain conditions, is it also possible to make a field required only when conditions are met?
1 replies
WWindmill
Created by Leandro on 12/19/2024 in #help
Input customazation on a flow
in a flow how can I make an input field only appear when another input field is filled?
4 replies
WWindmill
Created by Leandro on 12/17/2024 in #help
Failed to import Python Libaries
anyone else have had this problem below? error: Request failed after 3 retries Caused by: error sending request for url (https://pypi.org/simple/pymongo/) Caused by: operation timed out I´m trying to run a script in python but for some reason i can´t import the libaries of pyhton
9 replies
WWindmill
Created by Leandro on 12/9/2024 in #help
Are there any naming rules for the creation of a group
when naming a group, a there any namig rules?I ask this because i tried to create a group with 2 words,separeted by 'space' and it gives me an sql errror. I would like to know if there´s any more rules to follow
1 replies
WWindmill
Created by Leandro on 11/13/2024 in #help
getting an 404 on a request via postman
No description
1 replies
WWindmill
Created by Leandro on 11/7/2024 in #help
Custom env variable
How can I use this custom environment variable in a flow? For example, use a custom variable to identify a user who has asked to run a script?
1 replies
WWindmill
Created by Leandro on 11/4/2024 in #help
Delegating a scripts to another user
I'm creating a data handler in windmill web ide. When the user is logged in, the database to which their data goes is automatically inferred via a discovery service, causing the data to go to the specified database. If a user is manipulating data at the request of someone from another team, I want that data to go to the database of the user who requested it and not to the one who is manipulating it. In the settings of a script, in the metadata, it is not possible to delegate a script to another user (to make it as if another user was running the script) and I would like to know how I can do this in windmill web ide, using python with mongodb integration.
1 replies
WWindmill
Created by Leandro on 10/31/2024 in #help
Realtime timestamp
No description
1 replies
WWindmill
Created by Leandro on 10/29/2024 in #help
MongoDB deprecation
the resourse type mongodb_rest will no longer be useful for new projects because , the endpoints will be deprecated(https://www.mongodb.com/pt-br/docs/atlas/app-services/deprecation/#std-label-app-services-deprecation). How can I adapt the scripts already created in the mongodb_rest hub to mongodb?
2 replies
WWindmill
Created by Leandro on 10/29/2024 in #help
Delegate in metada
Hi , I'm trying to create a data handler in windmill dev web ui. I'm faced with the challenge of solving the delegate of a data insertion. In the metadata settings, how can I overcome this and set an option that indicates who made the insertion request?
6 replies