Does the specific override the general in `metadat...
# troubleshooting
a
Does the specific override the general in
metadata
?
Copy code
metadata:
      user_insights_online_followers:
        key-properties: [context, id]
      user_insights_*:
        key-properties: [end_time, id]
I have one table
user_insights_online_followers
which needs a different PK arrangement to four others, but the yaml above doesn't seem to do the business.
p
@Andy Carter I would think that configuration would work. I wonder if your catalog is being cached. Maybe you can try deleting
.meltano/run/tap-<name>/
a
That does work once I deleted the cache, thankyou 🙂