-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kedro run --conf-source=conf.tar.gz
gives UnicodeDecodeError
#2722
Comments
@astrojuanlu This feature only works with |
Thanks @ankatiyar, I missed that. I made that change but
After uninstalling it, I got another error:
this is my
|
This seems to a problem at |
@astrojuanlu We can close this issue, I opened a new one on the |
Thanks for opening the issue upstream @ankatiyar! Although for clarity, the |
kedro run --conf-source=conf.tar.gz
failskedro run --conf-source=conf.tar.gz
gives UnicodeDecodeError
(Closing because I haven't found this ever again and nobody else seems to be affected) |
Description
Running
kedro run --conf-source={fname}.tar.gz
fails.Context
This was surprising because I very clearly remember closing #2146 a few months ago, but it actually failed.
Steps to Reproduce
Edit: The feature only works with
OmegaConfigLoader
, see below for latest statuskedro new --starter=spaceflights
kedro package
kedro run --conf-source dist/conf-spaceflights_intermediate.tar.gz
Expected Result
A normal
kedro run
happens.Actual Result
Your Environment
pip show kedro
orkedro -V
): 0.18.10python -V
): 3.10The text was updated successfully, but these errors were encountered: