Running this line from the <docs page> on setting ...
# troubleshooting
b
Running this line from the docs page on setting metadata replication methods and seeing a message that implies the setting could be getting ignored:
Copy code
meltano config tap-postgres set _metadata '*' replication-method INCREMENTAL
In my logs I can see:
Copy code
/venv/lib/python3.9/site-packages/meltano/cli/interactive/config.py:390: RuntimeWarning: Unknown setting '_metadata.*.replication-method'
I should have an updated Meltano version, and I am not entirely sure if this setting is doing anything or not from my experiments
e
Hi @quentin_gaborit! I think that message for
_metadata
is misleading, and in my case the tap
metadata
in
meltano.yml
is correctly set and used. You can confirm with:
Copy code
meltano config tap-postgres list --extras
b
Thanks! Makes sense to me!