inigohrey
06/09/2022, 1:18 PMdatajoely
06/09/2022, 2:17 PMinigohrey
06/09/2022, 2:53 PMinigohrey
06/09/2022, 2:54 PMnoklam
06/09/2022, 3:46 PMdatajoely
06/09/2022, 3:47 PMwulfcrona
06/13/2022, 9:04 AMjaweiss2305
06/14/2022, 5:13 PMnoklam
06/15/2022, 10:05 AMpd.read_gbq
?noklam
06/15/2022, 10:05 AMJA_next
06/15/2022, 5:17 PMavan-sh
06/15/2022, 6:41 PMJA_next
06/15/2022, 7:15 PMnoklam
06/15/2022, 8:05 PMJA_next
06/16/2022, 2:11 AMavan-sh
06/16/2022, 5:37 AMouzo61
06/16/2022, 1:18 PMYetunde
06/16/2022, 2:38 PMwaylonwalker
06/16/2022, 7:34 PMantony.milne
06/16/2022, 8:23 PMmjmare
06/17/2022, 2:12 PMmetadata = bootstrap_project(project_dir)
with KedroSession.create(metadata.package_name) as session:
context = session.load_context()
pipeline_names = sorted(context.pipelines.keys())
Now, however, context.pipelines does not exist anymore. What is the proper way to do this? TIAantony.milne
06/17/2022, 2:33 PMfrom kedro.framework.project import pipelines
datajoely
06/17/2022, 2:34 PMmjmare
06/17/2022, 2:43 PMgreeeen
06/22/2022, 1:20 AMavan-sh
06/23/2022, 2:31 AMgreeeen
06/23/2022, 2:37 AMavan-sh
06/23/2022, 2:49 AMnoklam
06/23/2022, 1:03 PMcore
is some Python module and kedro
is where the kedro project is?
This is fine as core
is external to kedro as any site_pacakge
you have. kedro
is really where the kedro project is so you just doing kedro xxx
from there.greeeen
06/23/2022, 1:15 PMpyproject.toml
as follows:
[tool.kedro]
package_name = "kedro"
project_name = "my_project"
project_version = "0.17.5"