When running `meltano invoke tap-mssql-inherited` ...
# troubleshooting
v
When running
meltano invoke tap-mssql-inherited
My catalog isn't updating. When I go into the .meltano/run/tap-mssql-inherited directory, and remove the old catalog files the tap regenerates the catalog as I'd expect.
maybe this is expected behavior but I've been getting used to deleting these files manually and I"m guessing there's a better way
d
What did you do between invocations that would result in a different catalog? It’s possible cache invalidation isn’t catching it: https://gitlab.com/meltano/meltano/-/issues/2627
v
The database's schema has changed
d
Aah yeah, caching is not helping you then 😄 There isn’t currently a way to explicitly invalidate the cache
So deleting files is the way to go
Worth an issue I think!
v
got it, I understand wanting the cache sometimes but sometimes I don't 😕
I'll put one in
d
@visch Thanks! I agree that documenting it and providing a way to skip the cache is the way to go for now
v
Thank you!