From 5bd414445e7d8caad179293a9677d7f4fc634b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=C3=ADza=20Milena=20Scheid=20Parizotto?= <41296740+laizaparizotto@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:20:11 -0300 Subject: [PATCH 1/3] Fixing typo n on line 114 file /docs/source/nodes_and_pipelines/run_a_pipeline.md from issue #2607 (#2826) Signed-off-by: laizaparizotto --- docs/source/nodes_and_pipelines/run_a_pipeline.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/nodes_and_pipelines/run_a_pipeline.md b/docs/source/nodes_and_pipelines/run_a_pipeline.md index c9a9790302..5105cd5b00 100644 --- a/docs/source/nodes_and_pipelines/run_a_pipeline.md +++ b/docs/source/nodes_and_pipelines/run_a_pipeline.md @@ -111,7 +111,6 @@ class DryRunner(AbstractRunner): self._logger.info( "Actual run would execute %d nodes:\n%s", len(nodes), - "\n", pipeline.describe(), ) self._logger.info("Checking inputs...") From 5feb087a518e57f8a13a45375b93868f73d8b0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=C3=ADza=20Milena=20Scheid=20Parizotto?= <41296740+laizaparizotto@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:27:09 -0300 Subject: [PATCH 2/3] Fixing issues 2607 redundant packages (#2827) * Fixing typo n on line 114 file /docs/source/nodes_and_pipelines/run_a_pipeline.md from issue #2607 Signed-off-by: laizaparizotto * Removed redundant packages at lines 66, 67 and 68 on file kedro/docs/source/nodes_and_pipelines/run_a_pipeline.md, packages: from kedro.io import AbstractDataSet, DataCatalog, MemoryDataSet, from kedro.pipeline import Pipeline and from kedro.runner.runner import AbstractRunner Signed-off-by: laizaparizotto --------- Signed-off-by: laizaparizotto --- docs/source/nodes_and_pipelines/run_a_pipeline.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/nodes_and_pipelines/run_a_pipeline.md b/docs/source/nodes_and_pipelines/run_a_pipeline.md index 5105cd5b00..417510fe8e 100644 --- a/docs/source/nodes_and_pipelines/run_a_pipeline.md +++ b/docs/source/nodes_and_pipelines/run_a_pipeline.md @@ -63,11 +63,6 @@ from kedro.runner.runner import AbstractRunner from pluggy import PluginManager -from kedro.io import AbstractDataSet, DataCatalog, MemoryDataSet -from kedro.pipeline import Pipeline -from kedro.runner.runner import AbstractRunner - - class DryRunner(AbstractRunner): """``DryRunner`` is an ``AbstractRunner`` implementation. It can be used to list which nodes would be run without actually executing anything. It also checks if all the From e2464b812aab4d24356db4252ea608a392ef9734 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Mon, 24 Jul 2023 10:40:22 +0100 Subject: [PATCH 3/3] =?UTF-8?q?[Don't=20merge=20until=20we=20hit=2014=20?= =?UTF-8?q?=F0=9F=91=8D=20]=20Add=20new=20Kedro=20team=20members=20to=20th?= =?UTF-8?q?e=20TSC=20(#2822)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jo Stichbury --- docs/source/contribution/technical_steering_committee.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/contribution/technical_steering_committee.md b/docs/source/contribution/technical_steering_committee.md index da6f5707c3..1760cfd6f6 100644 --- a/docs/source/contribution/technical_steering_committee.md +++ b/docs/source/contribution/technical_steering_committee.md @@ -62,11 +62,14 @@ Currently, the core Kedro team consists of: [Ankita Katiyar](https://github.com/ankatiyar), [Antony Milne](https://github.com/antonymilne), [Deepyaman Datta](https://github.com/deepyaman), +[Dmitry Sorokin](https://github.com/DimedS), [Huong Nguyen](https://github.com/Huongg), [Ivan Danov](https://github.com/idanov), +[Jitendra Gundaniya](https://github.com/jitu5), [Jo Stichbury](https://github.com/stichbury), [Joel Schwarzmann](https://github.com/datajoely), [Juan Luis Cano](https://github.com/astrojuanlu), +[Laura Couto](https://github.com/lrcouto), [Marcin Zabłocki](https://github.com/marrrcin), [Merel Theisen](https://github.com/merelcht), [Nero Okwa](https://github.com/NeroOkwa), @@ -75,7 +78,8 @@ Currently, the core Kedro team consists of: [Ravi Kumar Pilla](https://github.com/ravi-kumar-pilla), [Sajid Alam](https://github.com/SajidAlamQB), [Stephanie Kaiser](https://github.com/stephkaiser), -[Tynan DeBold](https://github.com/tynandebold) and +[Tynan DeBold](https://github.com/tynandebold), +[Vladimir Nikolic](https://github.com/vladimir-mck), and [Yetunde Dada](https://github.com/yetudada). Former core team members with significant contributions include: