Hello everyone! I tried to use tap-csv but I got t...
# troubleshooting
p
Hello everyone! I tried to use tap-csv but I got this message: Skipping deselected stream 'Project' Also I did use this tap and works for other entity and file, but now when I try for this entity I have this message. This is part of the file that I use for the csv_files_definition of tap-csv. I attempted use --full-refresh but I get the same issue. Additional I use this tap with target-bigquery
e
What does the
select
value look like in your
meltano.yml
?
p
Mmmm I don't have this value on my meltano.yml. Is a part of the configuration of the taps/targets or is other thing? In the tap-csv, only have the csv_files_definition where I pass files_def.json that have the entity, path of the file and the keys.
e
It's an extra setting for extractors: https://docs.meltano.com/concepts/plugins/#schema-extra Can you try removing all files under
.meltano/run/tap-csv/
? This should clear the catalog cache.
p
Removing the files under this path, works!! Thanks ! Exist other way to clear cache or something like that for other tap/target, like tap-intacct and target-bigquery ? I checked under this path, in other project and I don't have any files for these. I have some issues that I try to fix but I didn't yet and I use --full-refresh, so I would like to try clear the cache.
e
There isn't any explicit and we (team and community) have to come up with an idea of how such a feature/fix would look like. The discussion is also unfortunately spread among a few issues: • https://github.com/meltano/meltano/issues/7899https://github.com/meltano/meltano/issues/6292https://github.com/meltano/meltano/issues/6763https://github.com/meltano/meltano/issues/2848
p
Ok I get it thanks! I'll read about that !