pipelines
Here are 610 public repositories matching this topic...
Tell us about the problem you're trying to solve
Add streams not supported to Chargebee connector.
Describe the solution you’d like
A clear and concise description of what you want to see happen, or the change you would like to see
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are u
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
Jan 26, 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
If a user runs any ploomber command and passes -e pipeline.yaml in a directory that doesn't have such a file, the error isn't very clear:
ploomber status -e pipeline.yamlTraceback (most recent call last):
File "/Users/Edu/dev/ploomber/src/ploomber/cli/io.py", line 34, in wrapper
fn(**kwargs)
File "/Users/Edu/dev/ploomber/src/ploomber/cli/status.py", line 15-
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
Jan 27, 2022 - Python
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Jan 31, 2022 - Java
-
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