The Wayback Machine - https://web.archive.org/web/20201107141407/https://github.com/topics/pipeline
Skip to content
#

pipeline

Here are 2,222 public repositories matching this topic...

jx
mike-sirs
mike-sirs commented May 22, 2020

Summary

jx create addon istio doesn't work
since v 1.5 istio moved to operator so no folder install/kubernetes/helm/istio

Steps to reproduce the behavior

jx create addon istio

Output

Istio package already downloaded: /Users/msirs/.jx/cache/istio-1.6.0-osx.tar.gz
error: Could not find folder install/kubernetes/helm/istio inside istio clone at /Users/msirs/.jx/cache/istio

kedro
laisbsc
laisbsc commented Oct 14, 2020

Introduction

We need a section in the docs to describe how to migrate from the old-style dataset, e.g. ParquetS3DataSet to the new style e.g. kedro.extras.datasets.pandas.ParquetDataSet.

Suggestion

To migrate from ParquetS3DataSet to pandas.ParquetDataSet, the steps are the following:

In the catalog.yaml:

  • Change the type from ParquetS3DataSet to pandas.ParquetDataSet
amraf1002
amraf1002 commented Oct 29, 2020

We are trying to use GE with GCP DataProc clusters. While cluster creation we are installing great-expectations==0.12.4. This installs ruamel.yaml==0.15.35 as dependency. After cluster creation if we try to import great_expectations we get error:

Traceback (most recent call last):
File "", line 1, in
File "/opt/conda/default/lib/python3.6/site-packages/great_expectations/_

timbaileyjones
timbaileyjones commented Aug 12, 2019

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-7c6a9c22d264

This error does not occur with the `-f

Improve this page

Add a description, image, and links to the pipeline topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pipeline topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.