Andy Carter
11/06/2025, 3:58 PMcrm_namespaces which needs a different setting.
metadata:
"*":
replication-method: FULL_TABLE
view-key-properties: ["id"]
"*crm_namespaces*":
view-key-properties: ["uuid"]
*Does the specific one need to be after the general "*" one in the file?* I tried following the docs where the specific one came first and then general, but that didn't work. I needed the specific streams to be after the general in meltano.yml
This is with melt3.6.0 and following docs here: https://docs.meltano.com/guide/integration/#setting-metadataEdgar RamÃrez (Arch.dev)
11/07/2025, 3:23 AMmetadata mapping. It means that bit of the docs needs to be updated, and also maybe Meltano needs to change so it sorts the metadata rules under the hood in increasing order of specificity.Andy Carter
11/07/2025, 12:36 PM