Windmill

W

Windmill

Join the community to ask questions about Windmill and get answers from other members.

Join

help

general

changelog

Enable S3 Log Streaming

Hi... how do I enable S3 log streaming for worker logs? I have an S3 resource set up but logs are still only written to the worker local storage. I'm on EE 1.300

Default login not working on first login

I set up a new Windmill instance using the docker-compose setup and upon first login using the default login credentials /user/login?email=admin@windmill.dev&password=changeme it throws Invalid credentials I have tried recreating the database ``` drop database windmill; create database windmill;...

Slack Bot Development in Windmill

Hi, wanted to ask how feasible it would be to develop Slack App behavior solely with Windmill. Most behavior could be set up nicely and leverages Flows, but it looks like deployment of apps to Slack (https://api.slack.com/automation/deploy) would be hard to achieve.

Nginx Proxy Manager

Hi, is there any way to set up a Docker container using Nginx Proxy Manager to serve as a reverse proxy? Has anyone tried setting up a container in this manner? I suppose I should remove Caddy from the Docker Compose file?

Setting content-type in S3 File Uploader

Hey! Is it possible to set a content-type for the uploaded file in the S3 File Uploader? If that property isn't set, everythig defaults to application/octet-stream, which I need to override. If it's not possible, I'll need to put together a Script to use the S3 API to set the content-type after the file is already uploaded, but that's far from ideal. Any help would be much appreciated!...

Get parameters of a run through logs

Hello, is there a way to get input parameters of any given run purely through logs (not UI)? From what I can tell, the jobs.run.script audit logs don't show input parameters and there doesn't seem to be any other logs that that do.

Trouble on CaddyFile c/o Domaine Name

Hey, i've trouble to change my domain name config in CaddyFile c/o Docker. I'm on a alma linux distro. Should someone help me for a bit ?

Logging in Python Script

Hi there, I developing some python scripts. I'm wondering if there is a standard way of handling logs. I would like to use the default "logging" library and configure the log output in the windmill ui. Passing the log level as a script parameter would work, but I'm looking for a more elegant solution.

Forwarding Audit Logs

Hi, Is there a way to forward the audit logs on a self hosted Windmill setup? We are using Splunk to monitor our infrastructure and keeping Windmill's logs in there is a necessary requirement. Thanks in advance 🙂...

Restoring deleted scripts

Is there a way to restore a deleted script in a workspace that still exists?

GitHub PR's between workspaces showing merge conflicts

Hi Team, We are running into an issue on windmill regarding GitHub PR's. We have windmill setup in a way where deploying in the staging workspace will create a PR on github to update apps on the prod workspace. The issue is that anytime we deploy on staging, the PR generated will mark any changes made on the yaml file as a merge conflict (even though those changes are the updates we are making). Do you have any insight on what could be causing this?...

VS code extension returns an error when pushing changes

I have a little issue when trying to use the Windmill extension on VS Code. When I pull, everything works fine. I modify a script, but when I use the command wmill sync push, I get the following error: ``` Server failed. Unprocessable Entity: Failed to deserialize the JSON body into the target type: lock: invalid type: string "certifi==2024.2.2\ncharset-normalizer==3.3.2\nidna==3.6\nrequests==2.31.0\nurllib3==2.2.1", expected a sequence at line 1 column 1816 Error details of: Generic Error...

Trying to run GraphQL script with windmill TS client throws error

Hi there, trying to run a windmill GraphQL script from another TS script via the windmill TS client but I'm encountering an issue. There's not much documentation on the TS client side so I'm unsure what the issue may be. Given my GraphQL script has the following params: api: Object (the one that is always created for GraphQL scripts), title: string, issueId: string, url: string, I am receiving the following issue when trying to call it via path from my TS script:...

Database migration error during upgrade

Hello! I'm trying to upgrade to 1.293.1 (CE) from v1.237.0 During startup, windmill fails with this error: ```...
No description

OpenAI Function Calling with Windmill Actions

Hi, I'm setting up scripts that to make use of OpenAI's function calling API. At this time I'm defining all functions and their behavior in one single script, but was wondering if it would be possible to fetch and execute Windmill Actions (Scripts) within the TS script in which I'm using the OpenAI function calling API. This would open up a lot of possibilities to set up flows and automations that select from a variety of workspace actions relevant to my use-cases....

Connect to AWS from Windmill Agent installed in e2 instancs running on Ubuntu.

Hi Everyone, I am new to windmill and i would like to get some assistance on how to connect to aws from windmill agent installed in an ubuntu ec2 instance. Any help would be great....

Syncing Resource Types

I have self-hosted Windmill set up locally. I am trying to integrate with Supabase, among other things. When I go to "Add a Resource", I do not see any resource types. Under "Others" I see the message "Resource Types have not been synced with the hub. Go to the admins workspace to sync them (and add a schedule to do daily)." I am a little unclear on what I am supposed to do here and was unable to locate any helpful documentation. I do not see anything in the admin workspace for syncing resource types. Any guidance would be appreciated....

AgGrid - rowGroup (columnDef)

I'm trying to define a column with
rowGroup: true
rowGroup: true
but it's not displaying grouped. I wanted to confirm that the property is being read in the component and if I can use any AgGrid column definition....

AMI in Terraform template doesn't exist

The Terraform template: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/README.md Contains an AMI: ami-09c0b8e7f21923ac0 but the AMI does not exist Specifically on this line: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/ecs_cluster.tf#L3 ``` Error: creating Auto Scaling Group (windmill-cluster-asg): ValidationError: You must use a valid fully-formed launch template. The image id '[ami-09c0b8e7f21923ac0]' does not exist...