does anyone else have an issue with the <tap-googl...
# plugins-general
r
does anyone else have an issue with the tap-google-analytics where your changes to the
report_definition.json
aren't picked up? I always need to change the filename to fix it and was wondering if there's a better way?
p
@rick_smit it sounds like your generated catalog is cached and a change to the report_definition.json doesnt invalidate it. See https://meltano.slack.com/archives/C01TCRBBJD7/p1651195953433039?thread_ts=1651173141.137919&amp;cid=C01TCRBBJD7 which explains how to clear it and it links to a couple issues for ways to solve it, something like https://github.com/meltano/meltano/issues/2856. If that solves your problem, definitely leave feedback in the issues based on your experience
r
yes doing a reinstall every time before running it fixed it for me! thanks