Simen Husøy
01/18/2023, 3:11 PMkedro.framework.cli.utils.KedroCliError: not enough values to unpack (expected 3, got 1)
Run with --verbose to see the full exception
Error: not enough values to unpack (expected 3, got 1)
Worked with the previous version, anyone knows why this happens? (full stack trace in comments)datajoely
01/18/2023, 3:12 PMSimen Husøy
01/18/2023, 3:16 PMkedro viz
and kedros
help page and it doesn't say anything about the --verbose
flag. (I also tried, but said "no such option")datajoely
01/18/2023, 3:16 PMkedro viz --verbose
Simen Husøy
01/18/2023, 3:18 PMdatajoely
01/18/2023, 3:18 PMkedro run
work?Simen Husøy
01/18/2023, 3:18 PMAntony Milne
01/18/2023, 3:19 PM_, dataset_type, dataset_file = "a.b".split(".")
Tynan
01/18/2023, 3:20 PMAntony Milne
01/18/2023, 3:21 PMtype
as something a bit weird? Like custom dataset types?Simen Husøy
01/18/2023, 3:22 PMradar_data:
type: birdslib.common.kedro_datasets.falcon_dataset.Falcon_radar_dataset
falcon_test_data:
type: birdslib.common.kedro_datasets.falcon_dataset.Falcon_test_dataset
args:
amount: 2
cross_section_plot:
type: matplotlib.MatplotlibWriter
filepath: data/08_reporting/cross_section_plot.png
save_args:
format: png
cross_section_plot_plotly:
type: plotly.JSONDataSet
filepath: data/08_reporting/cross_section_plot_plotly.json
layer: reporting
versioned: true
Antony Milne
01/18/2023, 3:25 PMSimen Husøy
01/18/2023, 3:25 PMAntony Milne
01/18/2023, 3:26 PMkedro viz
Simen Husøy
01/18/2023, 3:27 PMAntony Milne
01/18/2023, 3:29 PMSimen Husøy
01/18/2023, 3:29 PMMerel
01/18/2023, 3:35 PMJannic Holzer
01/18/2023, 3:52 PMTynan
01/19/2023, 9:39 AMRashida Kanchwala
01/19/2023, 9:59 AMJannic Holzer
01/19/2023, 10:04 AM_get_dataset_type
(flowchart.py
) or get_dataset_type
(experiment_tracking.py
) that's causing the issueTynan
01/20/2023, 3:17 PMJannic Holzer
01/25/2023, 12:47 PM.whl
file of a modified 5.2.0
release for you to test and see if it resolves your error?Simen Husøy
01/25/2023, 2:30 PMJannic Holzer
01/25/2023, 3:04 PMAntony Milne
01/25/2023, 3:04 PM@
in the dataset name in the catalog?Simen Husøy
01/26/2023, 2:27 PMJannic Holzer
01/30/2023, 9:16 AMSimen Husøy
01/30/2023, 12:10 PM