jose
04/06/2023, 1:25 PMdocker run -v $(pwd):/project -w /project meltano/meltano config meltano set state_backend.uri <postgresql://user:pass@server12345.aws.com:5432/dbtest?options=-csearch_path%3Dmelty>
docker run -v $(pwd):/project -w /project meltano/meltano config meltano set database_uri <postgresql://user:pass@server12345.aws.com:5432/dbtest?options=-csearch_path%3Dmelty>
I did this in a previous version and could make it work. Now when i try
to run the pipeline i'm getting the following error message:
Cannot start plugin tap-mysql: 'postgresql' is not a valid StateBackend
Any idea of what could be the issue here?jose
04/06/2023, 2:09 PMdatabase_uri
parameter seems to be ok, but the state_backend.uri
it's not.jose
04/06/2023, 2:27 PMdatabase_uri
with the postgres connection and state_backend.uri to 'systemdb'