Hey all, hope you are well! I'm trying to set up ...
# questions
a
Hey all, hope you are well! I'm trying to set up experiment tracking and facing issues with MetricsDataSet, here is the error I get:
Copy code
DataSetError: Save path '.../data/08_reporting/init/metrics.json/2023-06-27T16.17.18.857Z/metrics.json' for MetricsDataSet(filepath=.../data/08_reporting/init/metrics.json, protocol=file, 
 save_args={'indent': 2}, version=Version(load=None, save='2023-06-27T16.17.18.857Z')) must not exist if versioning is enabled.
Here is how I define the file in catalog:
Copy code
metrics:
  type: tracking.MetricsDataSet
  filepath: data/08_reporting/init/metrics.json
d
can you not delete the file at that directory?