Windmill

W

Windmill

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

Join

help

general

changelog

Billed double

We noticed this morning that on the 1st of September we were billed for 22 seats. The most we have ever used I believe is around 11. We are currently only using 8.

Secure access to AWS RDS

We are testing your service (cloud solution) and would like to use it in production in the future. But there is a problem with access to our AWS RDS instances. I didn't find any instruction on how to set up direct connect, peering VPC or a list of your IP's addresses that can be used in our firewall. Our security policy doesn't allow open a network access to the AWS RDS to the whole internet.

DataFrame in Script and Flow Showing Incorrect Column Order

I created a dataframe firstly with these 3 columns in this order: ["ID", "Amount", "Status"] Then I reorder the column to ["Status", "ID", "Amount"] However when shown in Windmill, it doesn't get reordered. ...
No description

[Solved] DataFrame in Script and Flow Showing Incorrect Headers

I always got confused why my DataFrame header is not correct. You may see this sample code, I printed the logs also to see what Column Header it should have vs what being shown in Windmill. Please see the image. Let me know if the issue is on my side or Windmill's. I expect the column headers: ID, Amount, Status What being shown in Windmill: col0, col1, col2 ...
No description

Changes aren't applying during wmill sync push as expected.

I'm having trouble understanding why everytime i try sync i'm getting a set of proposed changes to accept, even though i'm not making any changes. $> wmill script generate-metadata --yes ... No metadata to update...

ERROR: A script with same hash (...) already exists! (RESOLVED)

Running into some strange issues today... I've run the same command hundreds of times, but all the sudden i'm getting back an error when trying to sync push my latest changes. 15mm ago i didn't get the error. It's possible i broke something, but again, i'm not sure how or if in fact it is on my side at all. Your advice and support to debug is greatly appreciated. $> wmill script generate-metadata --yes...

App Editor : change a component proprety with Python

Hi, I'm trying to disable a button with a runnable. Is there a way to interact with components properties programaticaly (JS or Python) ?...

Failed to request tarball from API Bad RequestSql error (RESOLVED)

Hi, i'm encountering a strange error. $> wmill sync push No defaultTs defined in your wmill.yaml. Using 'bun' as default. Computing the files to update on the remote to match local (taking .wmillignore into account)...

Connect postgres from docker.

Self hosted - on the same machine that i got windmill, i have another postgres container running. I want to be able to connect to it from my windmill instance. As I understand i have to make a network and combine windmill and postgress in it. Which is the container from windmill that is responsible for connection i just want to add one container to the same network.

Running scheduled reports - chromium not working

Hey team, I'm trying to run scheduled reports of the app - but for some reason, chromium is not working. On the default puppeteer code - the browser is setup, but it gets stuck on the .newPage() command, and eventually errors out with the following
ProtocolError: Network.enable timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
ProtocolError: Network.enable timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
...

Trying to setup Oauth connection with okta preview tenant and Windmill deployed on EKS. F

As the title says oauth connection failing with URL mismatch, the reponse url has ALB address

Not parsing?

I got a code that works, but for some reason windmill cant parse i get an error. Not sure whats wrong?

In an App, a forked/custom script's editor does not allow settings

I have scripts that need to be ran from workers with specific tags

Unable to add workspace scripts to flows

Starting last week, I am unable to add workspace scripts to flows. It will allow me to add triggers but nothing happens when I click a script. We updated to the newest version of Windmill this morning and the issue still remains. I have tested it in both Windows and Linux environments and also Chrome and Firefox and the issue is still present. I attached a screen capture for reference. Thanks!

Has anyone run windmill via coolify?

Docker compose file looks to need modifications. Would love to know if you know how to run it?

windmill cloud region

Hey everyone, new user here. I've recently started using Windmill. The problem I'm facing now is that I want to connect to an external API, but the provider is restricting US IP addresses. I don't want to self-host Windmill at the moment and would like to bypass this restriction as easily as possible. Any suggestions? I've tried searching through the documentation for VPNs or proxies, but no luck so far....

Returning a PDF from a webhook

I have a windmill endpoint that I am trying to return a pdf file from my connected azure blob container. I saw in the docs how I can set a custom response content-type via windmill_content_type, which I set to application/pdf, i set the result to my raw pdf bytes, but the response in the browser had no body content. Is there a way I can return a PDF from a windmill webhook?

Inline script triggered on App launch

Hi ! I've set up a button to display a drawer. It works using Inline script (open("id")). However, the same script gets triggered immediately on app launch (in the Preview for example). Is there a way to prevent that ? (using : CE v1.365.0-3-g19d523dd6)

Python private package

Hello everyone, I've just discovered Windmill, and I have some questions about Python imports. We have Python packages hosted on a GitLab registry, but I can't seem to retrieve them to integrate them into my tasks....