-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect KestraConstraintViolationException
when importing a local flow YAML file into the Kestra Docker container
#6908
Comments
|
As per the example flow above, when setting the |
Sorry, I didn't noticed there was plugin defaults in place, they should be honored. |
Describe the issue
Steps to reproduce:
In an empty directory, create a
docker-compose.yaml
with local flow sync enabled, binding the./kestra_flows
local directory:Next, create
./kestra_flows/example.example_flow.yaml
. The contents are based on an example flow from the DE Zoomcamp:Start the containers with
docker compose up
and the following error appears:EDIT: When creating the flow using the Kestra UI, it shows a warning indicating
Missing property: "url"
on the tasks that use the PostgreSQL plugin, but otherwise, the flow works just fine when executed. It's the import job that treats the warning as a critical error.Environment
docker image inspect kestra/kestra:latest
The text was updated successfully, but these errors were encountered: