youmaaz
07/06/2022, 7:48 AMdatajoely
07/06/2022, 7:50 AMadrian
07/06/2022, 8:33 PMnoklam
07/06/2022, 8:56 PMadrian
07/06/2022, 8:57 PMkradja
07/11/2022, 1:17 AMwise009
07/11/2022, 11:15 AMadrian
07/11/2022, 4:06 PMGoss
07/11/2022, 4:47 PMsession_store.db
There are, however, metrics-related files under 09_tracking
. Did I possibly misconfigure something?
Also,
$ cat src/settings.py
from kedro_viz.integrations.kedro.sqlite_store import SQLiteStore
from pathlib import Path
SESSION_STORE_CLASS = SQLiteStore
SESSION_STORE_ARGS = {"path": str(Path(__file__).parents[2] / "data")}
noklam
07/11/2022, 4:51 PMnoklam
07/11/2022, 4:51 PMnoklam
07/11/2022, 4:53 PMadrian
07/11/2022, 4:55 PMGoss
07/11/2022, 5:05 PM./data/session_store.db
and did a general find for any *.db files. Nothing was found.
In case version info helps:
kedro 0.18.1
kedro-telemetry 0.2.1
kedro-viz 4.7.1
noklam
07/11/2022, 5:12 PMadrian
07/11/2022, 5:21 PMkradja
07/11/2022, 8:20 PMnoklam
07/11/2022, 9:14 PMkradja
07/12/2022, 2:32 AMkedro run
my first pipeline data_processing has a node which outputs prokka_bins. This data is one of the outputs of the pipeline data_processing.
namespace="data_processing",
inputs=["partition_prokka_faa", "partition_prokka_gff"],
outputs=["hypo_prot","prokka_bins"]
I was wondering how I can access the data from my new pipeline edge_processing
inputs="prokka_bins"
when this code is within a node in edge_processing, I get the error.
ValueError: Pipeline input(s) {'edge_processing.prokka_bins'} not found in the DataCatalog
Other than essentially duplicating an entry in my DataCatalog with edge_processing.prokka_bins
which makes things more messy, is there any way I can access this data in my second pipeline?datajoely
07/12/2022, 6:05 AMSimon W
07/12/2022, 1:42 PMnoklam
07/12/2022, 1:43 PMnoklam
07/12/2022, 1:45 PMGoss
07/12/2022, 6:39 PM./src/settings.py
but it should be ./src/{project name}/settings.py
noklam
07/12/2022, 6:44 PMnoklam
07/12/2022, 6:45 PMGoss
07/12/2022, 6:52 PMnoklam
07/12/2022, 6:58 PMSpikeyhog
07/13/2022, 11:11 AMdatajoely
07/13/2022, 12:29 PMdatajoely
07/13/2022, 12:29 PM