pipelines
Here are 536 public repositories matching this topic...
Tell us about the problem you're trying to solve
As follow up to airbytehq/airbyte#4721, do proper yaml parsing/extract to be used in https://github.com/airbytehq/airbyte/blob/7decb12818ad2cc0c7b3039c3d5e620236250edd/airbyte-workers/src/main/resources/dbt_transformation_entrypoint.sh#L7
Describe the solution you’d like
we should write (a python?) script that uses
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
-
Updated
Jul 27, 2021 - Julia
-
Updated
Aug 2, 2021 - Go
Describe the issue
Current apache helm-chart lists redis as installation enabled but is not actually required when using the kubernetes executor, we should update to false.
https://github.com/elyra-ai/elyra/blob/dcb63e72c12f7e143ca5262f2140a3387f8abd10/etc/kubernetes/airflow/helm/values.yaml#L1420-L1427
To Reproduce
Screenshots or log output
If applicable, add screenshots or l
-
Updated
Jun 25, 2021 - Go
-
Updated
Dec 16, 2018 - Rust
-
Updated
Jul 29, 2021 - C++
-
Updated
Aug 2, 2021 - Go
-
Updated
Aug 2, 2021 - 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
Jul 29, 2021 - C#
-
Updated
Jul 6, 2021 - Go
Expected Behavior
When a Trigger successfully creates a resources, we should emit a k8s event.
Actual Behavior
Triggers does not emit any k8s events today.
Additional Info
- We could also consider emitting events on Trigger failures -- but likely there will be many of them so this should be optional.
- Events in Pipelines: https://github.com/tektoncd/pipeline/blob/c7a60b8a77c
-
Updated
Jul 17, 2021 - Elixir
-
Updated
Aug 2, 2021 - Java
-
Updated
Aug 2, 2021 - Mustache
-
Updated
Apr 14, 2021 - C#
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
Nov 5, 2020 - Python
-
Updated
Feb 5, 2021 - Go
-
Updated
Aug 2, 2021 - Python
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."
Garden supports disabling privileged containers, and some users have configured it (see Discord message) - should we support that for the
containerdruntime too?