workflow
Here are 2,916 public repositories matching this topic...
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Apr 11, 2021 - Java
Particularly EXECUTOR_IMAGE
EXECUTOR_IMAGE=argoproj/argoexec:latest workflow-controller
CLI flags take precedence obviously.
-
Updated
May 30, 2021 - JavaScript
-
Updated
May 29, 2021 - JavaScript
Opened from the Prefect Public Slack Community
elliot: Hey folks is anyone else getting a deprecation warning on marshmallow? Something like:
...
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198: RemovedInMarshmallow4Warning: Passing fi
-
Updated
May 19, 2021 - Go
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Apr 22, 2021
Use Case
Currently to populate the description of a @pipeline()
, you have to specify the description in decorator keyword arguments.
@pipeline(
description="Download, process, and transform HYCOM data for a date"
)
def daily_hycom_download():
date = input_date()
hycom_ds_for_date(date)
This differs from @solid()
, which will use the functions docstring fo
-
Updated
Jun 3, 2021 - Shell
-
Updated
Jun 6, 2021 - C#
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
Apr 6, 2021 - Python
-
Updated
May 20, 2021 - JavaScript
-
Updated
May 26, 2021 - PHP
-
Updated
Jul 30, 2020 - CSS
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
May 24, 2021 - Python
-
Updated
Jun 4, 2021 - Java
Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.
Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 4, 2021 - Go
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."
Description
In short: There exists already combined executor support for Celery + Kubernetes, I think that also adding Local + Kubernetes
would be warmly welcomed.
Use case / motivation
Many tasks are low-resource intensive tasks on the airflow pod, It makes sense to keep things running on LocalExecutor, 0 overhead. However I also have a large number of dags, that have some long ru