JA_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"
williamc
06/23/2022, 4:31 PMkedro.io.core.VersionNotFoundError
. Bucket has versions all the way up to 2022-06-07T22.04.39.460Z/
and the error says 2022-06-23T16.20.52.945Z
. Is this the intended behavior? Thanksnoklam
06/23/2022, 8:56 PMnoklam
06/23/2022, 8:58 PMlancechua
06/24/2022, 1:02 PMantony.milne
06/24/2022, 4:20 PMjournals
I suspect it's because it's still mentioned in your logging.yml file. Easiest way to fix that is just to copy and paste this into your logging.yml file: https://github.com/kedro-org/kedro/blob/0.18.1/kedro/templates/project/%7B%7B%20cookiecutter.repo_name%20%7D%7D/conf/base/logging.ymllancechua
06/25/2022, 2:47 AMinigohrey
06/26/2022, 6:49 PMantony.milne
06/27/2022, 8:10 AMwilliamc
06/27/2022, 5:01 PMkedro run
, no version specified.sjster
06/27/2022, 5:18 PMdatajoely
06/27/2022, 5:21 PMParquetDataSet
in a PartitionedDataSet
would allow you to write smaller chunks and won't failsjster
06/27/2022, 5:33 PMsjster
06/27/2022, 5:33 PM