workflow
Here are 3,072 public repositories matching this topic...
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Apr 11, 2021 - Java
Summary
When attempting to submit a WorkflowTemplate via the web UI, the widget will not populate fields if only the argument parameters default field is populated.
i.e.:
arguments:
parameters:
- name: model_horizon
default: 0dCorresponding widget:
<img width="359" alt="image" src="https://user-images.githubusercontent.com/62248514/134200668-333cc
-
Updated
Sep 27, 2021 - JavaScript
Opened from the Prefect Public Slack Community
michael.ball: Hey there. I’ve been playing around with Docker storage today, trying to get all source code packaged together with the flows each time they are registered, and am using the files and env_vars attributes as outlined in the Docs. But it seems that my .dockerignore file (in the directory from whic
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Jun 13, 2021 - Go
-
Updated
Sep 15, 2021
-
Updated
Aug 16, 2021 - JavaScript
Issue from the Dagster Slack
[dagster_shell] defer environ copy to solid run time
This issue was generated from the slack conversation at: https://dagster.slack.com/archives/C01U954MEER/p1623181007055200?thread_ts=1623181007.055200&cid=
-
Updated
Sep 22, 2021 - C#
-
Updated
Sep 22, 2021 - Shell
Hey everyone, I hope y'all enjoyed your holidays.
I want to create SuiteCRM users via the V8 api, but the response is invalid json and contains some generic validation error message.
I'm not sure whether my request is actually malformed or the error message just shouldn't appear.
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Aug 29, 2021 - Python
-
Updated
Aug 10, 2021 - PHP
-
Updated
Sep 27, 2021 - Java
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Jul 30, 2020 - CSS
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Aug 6, 2021 - Python
Describe the bug
We have several commands which should return an empty response like:
- Fail job
- Complete job
- Cancel instance
- Resolve incident
- etc.
But instead of returning an object (which would be expected, since it is part of the interface) it is returning null.
The following fails:
val faiI'm trying to replace the background diagram-maker canvas svg, with custom small circular nodes. So, probably this lead to more than 5000 number of circular nodes.
This is causing Performance Issues. Any suggestions, how to optimize this usecase?
-
Updated
Sep 29, 2021 - Python
Improve this page
Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."
Discussed in apache/airflow#18411
Originally posted by alexInhert September 21, 2021
Description
Currently the default value of execution_timeout in base operator is None
https://github.com/apache/airflow/blob/c686241f4ceb62d52e9bfa607822e4b7a3c76222/airflow/models/baseoperator.py#L502
This means t