Allen Ma
11/01/2022, 3:17 AMJulian Waton
11/01/2022, 2:52 PM--from-nodes--to-nodes_existsZirui Xu
11/01/2022, 3:55 PMJose Alejandro Montaña Cortes
11/01/2022, 4:11 PMLucie Gattepaille
11/02/2022, 1:01 PMVladimir Filimonov
11/02/2022, 1:56 PMmake test-no-sparkModuleNotFoundError: No module named 'tests.runner'FAILED tests/framework/cli/test_cli.py::TestRunCommand::test_run_successfully_parallel - assert not 1
FAILED tests/framework/session/test_session_extension_hooks.py::TestNodeHooks::test_on_node_error_hook_parallel_runner - assert 0 == 2
FAILED tests/framework/session/test_session_extension_hooks.py::TestNodeHooks::test_before_and_after_node_run_hooks_parallel_runner - assert 0 == 2
FAILED tests/framework/session/test_session_extension_hooks.py::TestDataSetHooks::test_before_and_after_dataset_loaded_hooks_parallel_runner - as...
FAILED tests/framework/session/test_session_extension_hooks.py::TestDataSetHooks::test_before_and_after_dataset_saved_hooks_parallel_runner - ass...
FAILED tests/framework/session/test_session_extension_hooks.py::TestBeforeNodeRunHookWithInputUpdates::test_correct_input_update_parallel - asser...
FAILED tests/framework/session/test_session_extension_hooks.py::TestBeforeNodeRunHookWithInputUpdates::test_broken_input_update_parallel - Failed...test_cli.py╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ <string>:1 in <module>                            │
│                                       │
│ /Users/Vladimir_Filimonov/opt/anaconda3/envs/kedro-environment/lib/python3.8 │
│ /multiprocessing/spawn.py:116 in spawn_main                 │
│                                       │
│  113 │  │  resource_tracker._resource_tracker._fd = tracker_fd      │
│  114 │  │  fd = pipe_handle                        │
│  115 │  │  parent_sentinel = os.dup(pipe_handle)             │
│ ❱ 116 │  exitcode = _main(fd, parent_sentinel)               │
│  117 │  sys.exit(exitcode)                         │
│  118                                    │
│  119                                    │
│                                       │
│ /Users/Vladimir_Filimonov/opt/anaconda3/envs/kedro-environment/lib/python3.8 │
│ /multiprocessing/spawn.py:126 in _main                    │
│                                       │
│  123 │  │  try:                              │
│  124 │  │  │  preparation_data = reduction.pickle.load(from_parent)   │
│  125 │  │  │  prepare(preparation_data)                 │
│ ❱ 126 │  │  │  self = reduction.pickle.load(from_parent)         │
│  127 │  │  finally:                            │
│  128 │  │  │  del process.current_process()._inheriting         │
│  129 │  return self._bootstrap(parent_sentinel)              │
╰──────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'tests.runner'Zirui Xu
11/02/2022, 4:28 PMEarl Hammond
11/02/2022, 6:31 PMkedro runAllen Ma
11/03/2022, 5:59 AMkedro runmetadata = bootstrap_project(Path.cwd())with KedroSession.create(metadata.package_name) as session:session.run()kedro runDebanjan Banerjee
11/03/2022, 9:37 AMkedro vizError: No such command 'viz'Debanjan Banerjee
11/03/2022, 10:12 AMDebanjan Banerjee
11/03/2022, 10:12 AMviveca
11/03/2022, 3:32 PMcatalog.ymlfilepath: "${configurable_filepath}"kedro run --params configurable_filepath:/path/to/fileFilip Panovski
11/03/2022, 3:35 PMdask.ParquetDataSet from s3 -> MemoryDataSet -> dask.ParquetDataSet to s3MemoryDataSet -> dask.ParquetDataSet to s3Seth
11/03/2022, 3:56 PMEarl Hammond
11/03/2022, 6:16 PMds.ds1ds.ds2viveca
11/04/2022, 8:03 AMfilepathkedro runAllen Ma
11/04/2022, 1:55 PMsession.run()22/11/04 21:25:59 ERROR SparkUI: Failed to bind SparkUI
java.net.BindException: Failed to bind to /0.0.0.0:9016: Service 'SparkUI' failed after 16 retries (starting from 9000)! Consider explicitly setting the appropriate port for the service 'SparkUI' (for example spark.ui.port for SparkUI) to an available port or increasing spark.port.maxRetries.kedro runEduardo Lopez
11/04/2022, 4:23 PMJonathan Javier Velásquez Quesquén
11/06/2022, 6:09 PMJonathan Javier Velásquez Quesquén
11/06/2022, 6:16 PMSean Westgate
11/07/2022, 3:08 PMkedro build-docsuser
11/07/2022, 5:48 PMuser
11/08/2022, 7:58 AMSafouane Chergui
11/08/2022, 9:38 AMJordan
11/08/2022, 12:26 PMJohn Melendowski
11/09/2022, 1:51 AMgitcookiecutterYuchu Liu
11/09/2022, 12:25 PMkedro jupyter notebookkedro,ipython[I 13:20:49.212 NotebookApp] Kernel started: 21bb83e7-2e5f-4463-a43e-23744ec3ed02, name: kedro_nfr_transactions
[IPKernelApp] WARNING | Error in loading extension: kedro.ipython
Check your config files in /Users/yuchu_liu/.ipython/profile_default
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/config.py", line 544, in configure
    formatters[name] = self.configure_formatter(
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/config.py", line 676, in configure_formatter
    c = _resolve(cname)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/config.py", line 90, in _resolve
    found = __import__(used)
ModuleNotFoundError: No module named 'pythonjsonlogger'%load_ext kedro.extras.extensions.ipython
%reload_kedro .Luis Gustavo Souza
11/09/2022, 12:26 PMRosh
11/09/2022, 2:41 PMkedro-airflow