-
Updated
Jul 31, 2021 - TypeScript
workflow-automation
Here are 161 public repositories matching this topic...
-
Updated
Jul 31, 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
Is your feature request related to a problem? Please describe.
There is an optional config for namespace called "sampled retention days" that can be specified when create a namespace. It was created long ago as workaround for long retentions before long term archival was available.
Describe the solution you'd like
We should get rid of the sampled retention.
**Describe alternatives
-
Updated
Jul 31, 2021 - Go
Currently such a request would return an HTTP 500:
curl -H "Authorization: Bearer <valid token>" "http://localhost:7575/v1/packages/not-a-real-package-id"
I believe this is unexpected and an HTTP 404 would be more appropriate, which would mean (specification):
10.4.5 404 Not Found
The server has not found anythi
-
Updated
Jul 26, 2021 - JavaScript
Group support
We should have a group support to handle permissions access from a LDAP, SSO, ...
allowed_resolvers_groups
on templates for example.
admin_groups
on configuration for example.
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yaml
odin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]
goroutine
-
Updated
Jul 28, 2021 - JavaScript
The files on PyPI have these hash values:
- SHA256
- MD5
- BLAKE2-256
If print the hash values, people can easily verify whether the file on PyPI was automatically uploaded by CI script.
It is best to print a pretty-print table.
-
Updated
Jun 15, 2021 - C#
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Python
-
Updated
May 20, 2021 - Ruby
-
Updated
Jul 20, 2021 - Java
-
Updated
Jul 10, 2021 - Python
-
Updated
Jul 31, 2021 - Go
-
Updated
Jul 29, 2021 - Python
As of alpha 2.685
there's a new action trigger_named_async_without_response
which can be used in favor of trigger_named
. Wrapper does not operate on trigger response anyway, so using the new method which works better for broader spectrum sounds like a good idea. More on that here: https://community.folivora.ai/t/floating-html-settings-menu/5788/44?u=worie
-
Updated
Dec 30, 2018 - C#
- Setup the project locally or visit the demo site here https://imvetri.github.io/ui-editor/
- Click Components->Div. Div is a recursive component that can move, resize, draw more divs within it and add text. These options are available because of the select option.
- Remove select from Div and create it as a new component "Select".
- Use Select component within the Div component.
- If it
the CBU example scripts demonstrate some really cool AA functionality that isn't really covered anywhere else, since we don't have much documentation. It's a shame that only people at CBU can run them (and in fact not even that many people at CBU since many of them use the CamCAN dataset).
It would be useful if t
aa user group
-
Updated
Apr 22, 2020 - Python
-
Updated
Oct 21, 2018 - Python
-
Updated
Apr 4, 2020 - PHP
-
Updated
Jul 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the workflow-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow-automation topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Need to search using LIKE operator with search attributes? eg, WorkflowType LIKE
workflowType-prefix.*
Right now the workflowType is using keyword type for performance reason so it doesn't support wildcard search.
https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html