You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a perfect example to demonstrate why e2e-tests are useful. Individually all commands work, but when you put them together they doesn't fit together and create a awkward workflow.
Steps to Reproduce
I expect this should work but it doesn't
kedro micropkg package pipelines.nok
`kedro micropkg pull <packaged.tar.gz> # from existing workflows
kedro run --pipeline <package> or python -m package`
Expected Result
Actual Result
-- If you received an error, place it here.
-- Separate them if you have more than one.
Your Environment
Kedro version used (pip show kedro or kedro -V):
Python version used (python -V):
Operating system and version:
The text was updated successfully, but these errors were encountered:
I'm actually thinking we should just remove the micropkg feature all together. When things were broken nobody reported it and we don't get a lot of questions about micropackaging. It seems that most users don't even know this exists..
Description
Find many things while reviewing #2856 (review)
I am trying new format to explain things. https://asciinema.org/a/600655
Context
What's the expect workflow with micropkg? Things has changed and
micropkg
has not caught up. I notice a few things due to new featuresconfig
but notconf
and why it works? https://github.com/kedro-org/kedro/tree/main/kedro/templates/pipeline/%7B%7B%20cookiecutter.pipeline_name%20%7D%7D/config/parametersSteps to Reproduce
I expect this should work but it doesn't
kedro micropkg package pipelines.nok
kedro run --pipeline <package> or
python -m package`Expected Result
Actual Result
Your Environment
pip show kedro
orkedro -V
):python -V
):The text was updated successfully, but these errors were encountered: