Skip to content

Commit

Permalink
Added node import to the pipeline template (#4395)
Browse files Browse the repository at this point in the history
* Added node import to template

Signed-off-by: Elena Khaustova <[email protected]>

* Fixed docs

Signed-off-by: Elena Khaustova <[email protected]>

* Added node import to template

Signed-off-by: Elena Khaustova <[email protected]>

* Added release notes

Signed-off-by: Elena Khaustova <[email protected]>

---------

Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova authored Jan 2, 2025
1 parent ab35173 commit 70734ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Bug fixes and other changes
* Added validation to ensure dataset versions consistency across catalog.
* Fixed a bug in project creation when using a custom starter template offline.
* Added `node` import to the pipeline template.

## Breaking changes to the API
## Documentation changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
generated using Kedro {{ cookiecutter.kedro_version }}
"""

from kedro.pipeline import Pipeline, pipeline
from kedro.pipeline import node, Pipeline, pipeline # noqa


def create_pipeline(**kwargs) -> Pipeline:
Expand Down

0 comments on commit 70734ce

Please sign in to comment.