workflow
Here are 2,995 public repositories matching this topic...
-
Updated
Aug 2, 2021 - TypeScript
-
Updated
Aug 1, 2021 - TypeScript
-
Updated
Apr 11, 2021 - Java
Summary
From an archived workflow, click on "Resubmit" in the UI
The created workflow do not have the appropriate labels
/!\ the bug happens only for archived workflows (when you resubmit a "normal" workflow, the labels are kept)
Be cautious, some labels should not be copied (like workflows.argoproj.io or workflows.argoproj.io/phase)
however, the labels placed manually by the us
-
Updated
Aug 2, 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
Jun 13, 2021 - Go
-
Updated
Jul 22, 2021
-
Updated
Jul 22, 2021 - JavaScript
python_artifact
Wrong example for python_artifact
usage. Instead, it is showing the EventMetadata.float
usage.
https://docs.dagster.io/_apidocs/solids#dagster.EventMetadata.python_artifact
-
Updated
Aug 2, 2021 - C#
-
Updated
Jun 24, 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
Jul 30, 2021 - JavaScript
-
Updated
Apr 6, 2021 - Python
-
Updated
Jun 15, 2021 - PHP
-
Updated
Jul 30, 2020 - CSS
-
Updated
Aug 2, 2021 - Java
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Jun 8, 2021 - Python
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
Jul 6, 2021 - TypeScript
-
Updated
Aug 1, 2021 - Python
-
Updated
Aug 1, 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
kerberos.py
implementation do not account for the case where you need to use a forwardable token or a token without IP.The
kinit
option-f
(to allow forwardable token) and-A
(to remove IP) are mandatory in my setup.As Airflow run inside a docker and is provided with a kerberos token for the docker host.
Use case / motivation
When running inside a doc