It seems like environment variables in arrays in m...
# troubleshooting
m
It seems like environment variables in arrays in meltano.yml are not replaced? plugins: extractors: - name: tap-postgres ... config: ... database: ${POSTGRES_DATABASE_NAME} filter_schemas: - ${POSTGRES_DATABASE_NAME}
a
Yeah this is an open issue, a few workarounds discussed here: https://github.com/meltano/meltano/issues/3171
m
ok thnx