-
Notifications
You must be signed in to change notification settings - Fork 89
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
Error saving TensorFlowModelDataset
to Azure Blob Storage
#839
Comments
I've identified the issue within the kedro-plugins/kedro-datasets/kedro_datasets/tensorflow/tensorflow_model_dataset.py Lines 168 to 172 in 552b973
According to the fsspec documentation, the Determine if the target is remote and switching to edit: something similar should be done with the kedro-plugins/kedro-datasets/kedro_datasets/tensorflow/tensorflow_model_dataset.py Line 147 in 552b973
|
Ran some test and it seems is not necessary to use |
Closing this issue as it was addressed in PR #844 |
Description
I get the following error when trying to save a
TensorFlowModelDataset
to Azure Blob Storage. The issue occurs only in Azure Blob Storage, not in the local filesystem:The error indicates that versioning is enabled despite the
versioned: False
setting in the dataset catalog. The file is never created or exists at any point in the Azure Blob Storage.Context
Dataset Catalog Definition
Steps to Reproduce
Edit: Included code below to reproduce. (credit to @merelcht, @astrojuanlu)
TensorFlowModelDataset
in the Kedro catalog with the configuration above 👆.save()
method targeting Azure Blob Storage.I suspect this issue might be related to the following issue: kedro-plugins/issues/359, as the behavior appears to be similar to what is described there.
Environment
Full Error Traceback
Shorten for readability
The text was updated successfully, but these errors were encountered: