pipeline
Here are 2,716 public repositories matching this topic...
-
Updated
May 29, 2021 - JavaScript
Feature request
Consider this example Task:
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: resource-example
spec:
description: Sample Task to show issues with passing parameters to resources.
params:
- name: RESOURCE_MEMORY_REQUEST
type: string
default: 1Gi
- name: RESOURCE_MEMORY_LIMIT
type: string
default: 2Gi
steDescribe the bug
data docs columns shrink to 1 character width with long query
To Reproduce
Steps to reproduce the behavior:
- make a batch from a long query string
- run validation
- render result to data docs
- See screenshot
<img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Description
We're running usability tests and would love for you to record walking through our tutorials. The idea for this ticket is that you do a screen capture walking through one of more of the following examples:
- Hello World! (15 minutes)
- [Iris Dataset](https://kedro.readthedocs.io/en/stable/02_get_started
Summary
When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.
This means that when new versions of the application are created the unchanged dependencies can't be reused.
It would be a great enhancement if the application code where p
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
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
-
Updated
Jul 11, 2021
Python library for creating data pipelines with chain functional programming
-
Updated
Jul 6, 2021 - Python
httpx is a fast and multi-purpose HTTP toolkit allows to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads.
-
Updated
Jul 30, 2021 - Go
A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
-
Updated
Jul 10, 2021 - Python
System for containerized apps management. From build to scaling.
-
Updated
Dec 18, 2020 - Go
A DSL for data-driven computational pipelines
-
Updated
Jul 30, 2021 - Groovy
An R-focused pipeline toolkit for reproducibility and high-performance computing
-
Updated
Jul 27, 2021 - R
MLBox is a powerful Automated Machine Learning python library.
-
Updated
May 21, 2021 - Python
A Julia machine learning framework
-
Updated
Jul 27, 2021 - Julia
For extensive instructor led learning
-
Updated
Jun 27, 2021 - Jupyter Notebook
-
Updated
Jul 13, 2021 - JavaScript
PyTorch extensions for fast R&D prototyping and Kaggle farming
-
Updated
Aug 1, 2021 - Python
stelligent / mu
While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:
$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR ResourceNotFoundException: The specified log group does not exist.
status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264This error does not occur with the `-f
An n:m message multiplexer written in Go
-
Updated
Jul 1, 2021 - Go
Data intensive science for everyone.
-
Updated
Aug 1, 2021 - Python
A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python.
-
Updated
Jul 30, 2021 - Python
Improve this page
Add a description, image, and links to the pipeline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipeline topic, visit your repo's landing page and select "manage topics."


Summary
Add additional parameter to command
argocd app rollback [APP]that will perform rollback to previous release. As for now we need to find out previous revision ID from the history and then issue the rollback command.Motivation
In our CICD we deploy the app with
argocd app syncand then run the tests of the application. When the tests fail for any reason, in the next step o