gui42
04/05/2022, 6:34 PMgui42
04/05/2022, 6:39 PMdatajoely
04/05/2022, 6:40 PMbeats-like-a-helix
04/06/2022, 9:23 PMZemeio
04/06/2022, 9:40 PM2022-04-07 06:29:25,232 - kedro.io.data_catalog - INFO - Saving data to `data_processing.preprocessed_companies` (MemoryDataSet)...
preprocessed_companies:
type: pandas.ParquetDataSet
filepath: data/02_intermediate/preprocessed_companies.pq
layer: intermediate
noklam
04/06/2022, 9:42 PMdatajoely
04/06/2022, 9:45 PMZemeio
04/06/2022, 9:48 PMnoklam
04/06/2022, 10:09 PMsebaxtian
04/07/2022, 6:45 PM(.venv) sebaxtian@Lenovo:~/Workspaces/Sebaxtian/kedro-hello-world$ python hello_kedro.py
Traceback (most recent call last):
File "hello_kedro.py", line 39, in <module>
print(runner.run(greeting_pipeline, data_catalog))
TypeError: run() missing 1 required positional argument: 'hook_manager'
kedro version: v0.18.0datajoely
04/07/2022, 6:47 PMsebaxtian
04/07/2022, 6:47 PMsebaxtian
04/07/2022, 6:49 PMgui42
04/07/2022, 10:51 PMkedro run ...
the process hangs at the end and it doesn't finish. Any Idea on how to debug it?datajoely
04/08/2022, 8:52 AMbreakpoint()
within the node?Edak
04/11/2022, 4:36 AMMalaguth
04/11/2022, 5:03 AMTemplatedConfigLoader
through the settings file.
I'm receiving the error:
`dynaconf.validator.ValidationError`: Invalid value kedro.config.templated_config.TemplatedConfigLoader
received for setting CONFIG_LOADER_CLASS
. It must be a subclass of kedro.config.config.ConfigLoader
.
Is this validation correct? After the changes in 0.18, the superclass wouldn't be the AbstractConfigLoader
?noklam
04/11/2022, 7:00 AMdatajoely
04/11/2022, 9:10 AMMalaguth
04/11/2022, 12:46 PMnd0rf1n
04/11/2022, 8:05 PMkedro run
during the "Extend the data processing pipeline" step of the spaceflights tutorial (that's where you add the pandas.ParquetDataset
to the catalog):
kedro.io.core.DataSetError: Class `pandas.ParquetDataset` not found or one of its dependencies has not been installed.
Any ideas on what the issue is? I've spent quite a few hours playing around with conda environments, tried both on Windows and WSL, but I keep getting the same error. Googling around has not helped either.Daehyun Kim
04/14/2022, 8:57 PMdatajoely
04/14/2022, 8:59 PMDaehyun Kim
04/14/2022, 9:02 PMZemeio
04/18/2022, 1:19 PMZemeio
04/18/2022, 1:20 PMError: Kedro project template not found at git+https://github.com/kedro-org/kedro-starters.git. Specified tag 0.18.0. The following tags are available: 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.17.5, 0.17.6, 0.17.7, 0.18.0. The aliases for the official Kedro starters are:
- astro-airflow-iris
- mini-kedro
- pandas-iris
- pyspark
- pyspark-iris
- spaceflights
datajoely
04/18/2022, 1:20 PMZemeio
04/18/2022, 1:20 PMdatajoely
04/18/2022, 1:21 PMZemeio
04/18/2022, 1:21 PMZemeio
04/18/2022, 1:21 PM