limdauto
05/27/2022, 11:56 AMdatajoely
05/27/2022, 12:10 PMJA_next
05/27/2022, 6:20 PMRRoger
05/29/2022, 10:59 AMinputs={"food": "grilled_veg"}
supposed to be outputs={"grilled_veg": "food"}
instead? Or perhaps it's the input to the lunch_pipeline
? prep_pipeline
is the upstream pipeline.noklam
05/29/2022, 11:16 AMRRoger
05/29/2022, 11:35 AMEvolute
05/29/2022, 7:54 PMEvolute
05/29/2022, 7:55 PMEvolute
05/29/2022, 8:02 PMEvolute
05/29/2022, 8:11 PMEvolute
05/29/2022, 8:16 PMsome_random_dude
05/29/2022, 8:26 PMnoklam
05/29/2022, 8:34 PMlayer
can helps if you need to align certain nodes in a specific layer.Evolute
05/29/2022, 8:38 PMEvolute
05/29/2022, 8:53 PMnoklam
05/29/2022, 9:05 PMEvolute
05/29/2022, 9:11 PMvivecalindahl
05/30/2022, 8:24 AM2022-05-30 10:01:09,039 - kedro.io.data_catalog - INFO - Loading data from `batch` (PartitionedDataSet) (version: 2022-05-15T05.24.31.017Z)
2022-05-30 10:01:18,467 - kedro.io.data_catalog - INFO - Saving data to `processed_batch` (ParquetDataSet)... (version: 2022-05-30T08.23.54.197Z)
Would be great 🙂mjmare
05/30/2022, 8:42 AMdatajoely
05/30/2022, 8:43 AMmjmare
05/30/2022, 8:43 AMdatajoely
05/30/2022, 8:44 AMdatajoely
05/30/2022, 8:44 AMmjmare
05/30/2022, 8:52 AMdatajoely
05/30/2022, 8:53 AMmjmare
05/30/2022, 8:54 AMnoklam
05/30/2022, 10:34 AMvivecalindahl
05/30/2022, 3:57 PMbefore_dataset_loaded
hook, but how do I get access the version that will be loaded?noklam
05/30/2022, 4:37 PMvivecalindahl
05/30/2022, 7:21 PMcatalog._data_sets['labels']._version
--> Version(load=None, save='2022-05-30T19.18.04.963Z') but that's not useful and wouldn't like accessing it like that anyway.
The save version
is admittedly there (same for all outputs).vivecalindahl
05/30/2022, 7:21 PMcatalog._data_sets['labels']._version
--> Version(load=None, save='2022-05-30T19.18.04.963Z') but that's not useful and wouldn't like accessing it like that anyway.
The save version
is admittedly there (same for all outputs).noklam
05/30/2022, 7:30 PMvivecalindahl
05/30/2022, 7:33 PMnoklam
05/30/2022, 7:34 PMvivecalindahl
05/30/2022, 7:39 PMnoklam
05/30/2022, 7:39 PMvivecalindahl
05/30/2022, 7:43 PMnoklam
05/30/2022, 7:46 PMvivecalindahl
05/31/2022, 9:08 AM