hey team! back again with another edge case, found...
# questions
r
hey team! back again with another edge case, found two issues in
kedro pipeline create
while exploring 1. Python keywords (
for
,
if
,
while
,`import`etc.) pass`_assert_pkg_name_ok`and get created on disk, but you can't import them with normal python syntax. same gap fixed in #5608 for`kedro new` 2. `find_pipelines`only skips`__pycache__`but not`__init__`or`__main__`creating a pipeline named`__init__`silently never gets discovered. let me know if both are worth filing!
loving this repo btw
l
It's a similar case as the other PR who was recently merged, so I'd say go for it. Even better if you could reuse some of the already existing validator functions.
r
Sure! Will open the issues soon