Hello, I have an issue in Selecting entities and ...
# troubleshooting
r
Hello, I have an issue in Selecting entities and attributes for extraction. I added a new column in table and after that when I try to run
Copy code
meltano select tap-mysql --list --all
I am not able to see that new column added in the table. I think cache is not getting update I tried
Copy code
meltano invoke tap-mysql
but still I don't see that column . Any suggestion how can I achieve this ? or can I stop caching ? Thanks
d
There is an issue on github related to your question: https://github.com/meltano/meltano/issues/7899 Until it’s resolution the suggested solution would be to delete
cache_key
files manually before running the select command:
.meltano/run/*/tap.properties.cache_key
r
thanks