Hi Team, after deploying locally a new model under...
# troubleshoot
r
Hi Team, after deploying locally a new model under
~/.datahub/plugins/models
, the metadata service tries to load the
'.DS_Store'
file as a model. Am I doing something wrong? This is what I see when I query the config endpoint:
b
Oh boy. This is because of how we scan the files inside the extensions directly. Is there any way you can remove that file from the local FS in the short term? Its an auto created file that macs create in every directory..
r
Yes I can, but I think it is not affecting how things are working, I just see those errors in the config endpoint.
m
@ripe-apple-36185 I think the
.DS_Store
file is being mistakenly detected as a version under the model. I don't see the rest of your screenshot, maybe if you post the response of the
/config
endpoint, it would be more clear. Looks like there might be another version that is being correctly loaded?
r
@mammoth-bear-12532 the actual models are loaded correctly. It is more a nuisance of having that error and also the services tries to load it multiple times. I think that it would be good for the service to ignore system files like this (anything starting with ‘.’).
m
got it.. that makes sense. thanks for clearing that up!
👍 1