Dataset load
/ save
method cannot take arguments
#4346
Labels
Issue: Bug Report 🐞
Bug that needs to be fixed
load
/ save
method cannot take arguments
#4346
Description
Context
Usually dataset use class attribute, i.e.
self.load_args
for passing argument toload
method. This is fine when using the full Kedro framework with YAML, but it's not convenient when developing interactively. For example I want to dodataset.save(filepath=xyz)
to override the settings.Expected Result
Whether or not the load/save argument should be available for interactive use is a separate topic, if I create the method that takes an argument, it should work. In addition, the stacktrace does not give any useful information which is confusing.
Your Environment
pip show kedro
orkedro -V
): 0.19.9python -V
): 3.11The text was updated successfully, but these errors were encountered: