pipelines
Here are 610 public repositories matching this topic...
New Source: Mambu
Tell us about the new connector you’d like to have
- Which source and which destination?
Source: mambu (https://api.mambu.com/)
Destination: S3, RDS, Redshift - Do you need a specific version of the underlying data source e.g: you specifically need support for an older version of the API or DB?
Want to support for since 1.0.
Describe the context around this new connector
- Why do yo
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
Is your feature request related to a problem? Please describe.
It's cumbersome to create the same step twice.
Describe the solution you'd like
Add a button to duplicate a step in the pipeline editor.
Ideas
We could combine this with some other ideas in a context menu (right click).
Credit to Serhii Ostapchuk for contributing this on Slack.
Contact Details [Optional]
Describe the feature you'd like
Currently our CLI offers a way to install the python packages that are required for a given integration. However, some of our integrations also have system requirements that are necessary to make them work (graphviz, kubectl, etc. ).
All system requirements should be listed on an integration level, just
IAM MSK support
Receive events from MSK with IAM auth config https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
-
Updated
Feb 2, 2022 - Julia
Describe the issue
The files in elyra/tests/ are included in the Elyra wheel, even though they should not.
To Reproduce
Steps to reproduce the behavior:
- Run
make release - Unzip
dist/elyra-...-py3-none-any.whl - Inspect the content of the extracted archive
Screenshots or log output
Content of elyra-3.6.0.dev0-py3-none-any.whl
We need to optimize the time it takes ploomber to load when running
ploomber
or ploomber --help
We need to run profiling and see the different load times of the python packages and how we can optimize it to get a faster user response.
-
Updated
Jan 10, 2022 - Go
-
Updated
Jan 15, 2022 - Rust
-
Updated
Nov 15, 2021 - Go
-
Updated
Jan 3, 2022 - C++
-
Updated
Feb 1, 2022 - Python
Hi!
When using the unprivileged image, it's not possible to load custom configurations.
# podman run -p 8080:8080 -e GITLAB_MONITOR_CONFIG=/tmp/config.json timoschwarzer/gitlab-monitor:unprivileged
/wrapper.sh: line 4: can't create /usr/share/nginx/html/config.json: Permission denied
Indeed, root is needed to create a new file in /usr/share/nginx/html, and it looks like wrapper.s
-
Updated
Jan 20, 2022 - C#
-
Updated
Jan 12, 2022 - Go
-
Updated
Feb 1, 2022 - Java
-
Updated
Dec 11, 2021 - Elixir
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 5, 2022 - Java
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Jan 24, 2022 - Mustache
Improve this page
Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."
Summary
If there is a global
default-get-timeoutset on the web node, it is not possible to override that timeout for the implicitgetstep that is used to pull theimage_resourceconfigured on a task.Steps to reproduce
Start up Concourse with
default-get-timeoutset very low