Skip to content
#

pipelines-as-code

Here are 47 public repositories matching this topic...

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

Improve this page

Add a description, image, and links to the pipelines-as-code 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 pipelines-as-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.