rafael.gildin
09/24/2022, 9:50 PMfarisology
09/26/2022, 9:20 AMdatajoely
09/26/2022, 9:22 AMdatajoely
09/26/2022, 9:23 AMfarisology
09/26/2022, 9:23 AMrafael.gildin
09/27/2022, 2:54 PMVici
09/27/2022, 3:12 PMuser
10/03/2022, 1:34 PMBarros
10/03/2022, 3:13 PMBarros
10/03/2022, 3:14 PMSeth
10/04/2022, 12:11 PMnoklam
10/04/2022, 12:21 PMSeth
10/04/2022, 12:29 PMnoklam
10/04/2022, 12:32 PMSeth
10/04/2022, 12:33 PMantheas
10/05/2022, 3:36 PMuser
10/07/2022, 8:07 AMuser
10/07/2022, 2:04 PMuser
10/07/2022, 4:46 PMuser
10/08/2022, 6:36 PMwilliamc
10/10/2022, 2:31 AMkpro
and I've abstracted a bunch of stuff into kpro.coollib
. If I package it up with kedro package
and distribute it, do I just need to do import kpro.coollib
on my destination machine to use it? In this case I'm not interested in running my pipelines, just the library code. Thanks!noklam
10/10/2022, 8:04 AMnickolas da rocha machado
10/10/2022, 2:47 PMpython
# pipeline_registry.py
pipelines["partitioned"] = Pipeline([node(print, 'partitioned', None)])
yml
# catalog.yml
partitioned:
type: PartitionedDataSet
dataset: pandas.CSVDataSet
path: abfs://...dfs.core.windows/...
credentials: lab
filename_suffix: .csv
log
[10/10/22 14:39:54] INFO Kedro project
[10/10/22 14:39:55] INFO Loading data from 'partitioned' (PartitionedDataSet)...
noklam
10/10/2022, 2:49 PMnickolas da rocha machado
10/10/2022, 2:50 PMnickolas da rocha machado
10/10/2022, 2:51 PMnickolas da rocha machado
10/10/2022, 2:53 PMPartitionedDataSet._list_partitions
. it doesn't look like a Kedro problem, but an adlfs problem, since it only stops execution when reaching its glob method.nickolas da rocha machado
10/10/2022, 3:05 PMOnéira
10/11/2022, 8:55 AMkedro build-docs
etc. will be deprecated in 0.19. Are there other commands which are planned to replace them? Or a new procedure to build the doc or requirements?Merel
10/11/2022, 10:21 AMkedro build-docs
specifically we have a follow up task to provide a good alternative: https://github.com/kedro-org/kedro/issues/1618 Another thought we have for the commands is to move them to a community supported plugin. Please leave your thoughts on https://github.com/kedro-org/kedro/issues/1622 if this sounds useful to you 🙂Merel
10/11/2022, 10:21 AMkedro build-docs
specifically we have a follow up task to provide a good alternative: https://github.com/kedro-org/kedro/issues/1618 Another thought we have for the commands is to move them to a community supported plugin. Please leave your thoughts on https://github.com/kedro-org/kedro/issues/1622 if this sounds useful to you 🙂