datajoely
10/18/2022, 8:01 AMdatajoely
10/18/2022, 8:01 AMnoklam
10/18/2022, 8:02 AMnoklam
10/18/2022, 8:02 AMdatajoely
10/18/2022, 8:02 AMnoklam
10/18/2022, 8:03 AMToniMaroni
10/18/2022, 8:20 AMdatajoely
10/18/2022, 8:21 AMdatajoely
10/18/2022, 8:21 AMToniMaroni
10/18/2022, 8:21 AMeliaspd
10/18/2022, 12:32 PMeliaspd
10/18/2022, 12:34 PMparameters.yml
t_-0:
filters:
date_max: 2022/07/01
t_-1:
filters:
date_max: 2022/06/01
So I want to avoid doing this, as I would need to pass 12 or more variables on each induction. Whereas they are actually all are dependent on the first one.datajoely
10/18/2022, 2:00 PMdatajoely
10/18/2022, 2:00 PMeliaspd
10/18/2022, 2:03 PMdatajoely
10/18/2022, 2:21 PMbluesummers
10/19/2022, 7:18 AMkedro pipeline create
it will use a custom cookiecutter layout created by us? Technically it seems possible as I see in the kedro
repo there is a dedicated cookiecutter for pipelinesuser
10/19/2022, 2:25 PMcatalog.load
in a non-IPython context?
https://stackoverflow.com/questions/74127089/how-can-i-run-catalog-load-in-a-non-ipython-contextp3t3r
10/20/2022, 6:19 AMdatajoely
10/20/2022, 6:24 AMp3t3r
10/20/2022, 6:31 AMdatajoely
10/20/2022, 6:32 AMbluesummers
10/20/2022, 12:26 PMsetup.py
to get it done.
Now... (1) I'm creating a starter, so there isn't any setup.py
yet as I have not executed Kedro new. So how exactly am I supposed to edit it if it is not yet created?
Second (2), I don't want to use setup.py
, as Poetry does not need it. So how should I go about supporting new kedro starters?Merel
10/21/2022, 9:50 AMuser
10/23/2022, 7:57 AMbluesummers
10/23/2022, 11:26 AM<my_project>/src/<my_project>
level - but that will prevent me from using micro-packaging (as the docs states).
So what is the recommended way to work with modular pipelines that share nodes/functions/classes?Onéira
10/24/2022, 7:21 AMuser
10/24/2022, 8:19 AMmrjpz99
10/26/2022, 12:42 AMdatajoely
10/26/2022, 2:57 PM