vitalii_kelemen
08/19/2022, 3:21 PMmeltano.core.settings_store.ConflictingSettingValueException: Conflicting values for setting found in: ['TARGET_POSTGRES_HOST', 'POSTGRES_HOST']
When I checked configuration from meltano side I found that both extractor and loader have same config alias (Screen in thread)
Finally I tried change loader to datamil-co variant and everything worked but much slower
So question, is it something wrong in my configuration or is it some conflict between transferwise extractor and loader. Thanks in advancevitalii_kelemen
08/19/2022, 3:21 PMquinn_batten
08/23/2022, 6:21 PMquinn_batten
08/23/2022, 6:23 PMquinn_batten
08/23/2022, 6:27 PMsettings: block and either set those values just by the default env variable or by config, rather than using custom env variables and then aliasing themquinn_batten
08/23/2022, 6:31 PMdbname: $PG_DATABASE)
3. Rename all of your target-postgres environment variables from "PG_..." to "TARGET_POSTGRES_..."
4. Keep your tap-postgres environment variables as they are, since they're compliant with the expected values (TAP_POSTGRES_...)
Now all of your settings will be correctly picked up from the env variablesvitalii_kelemen
08/24/2022, 12:58 PMvitalii_kelemen
08/24/2022, 12:58 PMquinn_batten
08/24/2022, 1:40 PMvitalii_kelemen
08/24/2022, 1:42 PMquinn_batten
08/24/2022, 1:50 PMvitalii_kelemen
08/24/2022, 1:53 PMquinn_batten
08/24/2022, 2:09 PMquinn_batten
08/24/2022, 2:11 PMquinn_batten
08/24/2022, 2:12 PMvitalii_kelemen
08/24/2022, 2:12 PM