Youning Xia
07/30/2024, 9:50 AMstage
in the following example.
companies:
type: pandas.CSVDataset
filepath: data/01_raw/companies.csv
stage: input
reviews:
type: pandas.CSVDataset
filepath: data/01_raw/reviews.csv
stage: output
Is there a way to ask kedro to ignore any new keywords such as stage
in catalog when running pipelines? If not, how feasible it is to create a kedro plugin that removes/ignores a set of predefined keywords from a data catalog?datajoely
07/30/2024, 9:53 AMcompanies:
type: pandas.CSVDataset
filepath: data/01_raw/companies.csv
metadata:
stage: input
datajoely
07/30/2024, 9:54 AMmetadata
key, you can put what you like there and even pick it up in hooksdatajoely
07/30/2024, 9:55 AMstage
called layers
https://docs.kedro.org/projects/kedro-viz/en/stable/kedro-viz_visualisation.html#visualise-layersYouning Xia
07/30/2024, 9:58 AMHamza
07/30/2024, 11:02 AMHamza
07/30/2024, 11:56 AMdatajoely
07/30/2024, 11:56 AMdatajoely
07/30/2024, 11:57 AMdatajoely
07/30/2024, 11:57 AMdatajoely
07/30/2024, 11:57 AMHamza
07/30/2024, 11:57 AM