-
Updated
Feb 8, 2022 - TypeScript
workflow-automation
Here are 183 public repositories matching this topic...
-
Updated
Feb 7, 2022 - JavaScript
https://dagster.slack.com/archives/C01U954MEER/p1642163479382400:
Hi, I'm experiencing a bug when trying to write an ALS model from pyspark.ml.recommendation to S3 and reading it back in if this takes place within a dynamically executed graph (i.e. via dynamic mapping). I wrote a custom IO manager using the pattern f's3a://{self.s3_bucket}/{key}' as _uri_for_key similar to the one currently imp
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
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
IAM MSK support
Receive events from MSK with IAM auth config https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
It would be nice if doit
could use as many processes as there are CPUs instead of only a hardcoded number.
With #11315 done, we can do some small optimizations:
- NonEmpty
- if it makes a difference, redefine
pour
to abstract overIterableFactory
andMapFactory
, if those implementations do optimization for same-type conversions - redesign
pour
's API to put the factory type first, no more tricky currying, #11933 - just use
toSeq
fortoSeq
, #11933 - define `coll
- if it makes a difference, redefine
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.
-
Updated
Feb 7, 2022 - JavaScript
Currently each Observer support state management.
Obsei store state in any of sqlalchemy supported database on schema mentioned in WorkflowTable
class.
There is example also exist to show it's capability.
State m
-
Updated
Feb 7, 2022 - JavaScript
I am not sure if this belongs here, but I am having an issue when using this Github Action.
This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120
and the content is:
Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl
0%| | 0.00/30.5k [00:00<?, ?B/s]
100%|
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
Sep 11, 2021 - C#
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Feb 8, 2022 - Python
-
Updated
Sep 28, 2021 - Ruby
-
Updated
Feb 7, 2022 - Go
-
Updated
Feb 6, 2022 - Java
-
Updated
Jan 17, 2022 - Python
-
Updated
Feb 8, 2022 - Dockerfile
-
Updated
Feb 8, 2022 - Java
-
Updated
Jul 10, 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#
-
Updated
Feb 7, 2022 - Java
Currently, the hyperlinks in the Collection section of How-To's do not correspond to the actual titles. Ensure that the proper hyperlinks are attached to the section titles.
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