-
Notifications
You must be signed in to change notification settings - Fork 36
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
MlflowDataSet fails to log on remote storage when underlying dataset filepath is converted as a PurePosixPath #74
Labels
bug
Something isn't working
Milestone
Comments
Galileo-Galilei
added a commit
that referenced
this issue
Oct 1, 2020
…f a PurePosixPath for logging on remote storage
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I register a dataset in the catalog.yml
and I run
kedro run
I got aexpected string or bytes-like object
when the local path is linux AND themlflow_tracking_uri
is an Azure blob storage (it works locally). I don't know really why this append, but it can be fied by replacingself._filepath
byself._filepath.as_posix()
in these 2 locations:kedro-mlflow/kedro_mlflow/io/mlflow_dataset.py
Line 51 in 94bae3d
kedro-mlflow/kedro_mlflow/io/mlflow_dataset.py
Line 55 in 94bae3d
@kaemo @akruszewski did you experience some issues with S3 too?
EDIT: @akruszewski it is the very same issue you encountered here
The text was updated successfully, but these errors were encountered: