Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/ci-breaking-pip-tools
Browse files Browse the repository at this point in the history
noklam authored Jul 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8a32235 + e2464b8 commit de319ff
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion docs/source/contribution/technical_steering_committee.md
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 0 additions & 6 deletions docs/source/nodes_and_pipelines/run_a_pipeline.md
Original file line number Diff line number Diff line change
@@ -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
@@ -111,7 +106,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...")

0 comments on commit de319ff

Please sign in to comment.