jose
04/04/2023, 4:42 PMRunnerError('Cannot start plugin tap-mysql: google-cloud-storage required but not installed. Install meltano[gcs] to use GCS as a state backend.')
Any idea what am i missing here?
I'm using the docker version of Meltano, version 2.17.0.
Thanks.taylor
04/04/2023, 4:58 PM[gcs]
extra?Will Da Silva (Arch)
04/04/2023, 5:22 PMWill Da Silva (Arch)
04/04/2023, 9:07 PM[gcs]
extra installed. Sorry for the trouble, and let us know if you'd like any help with a workaround.jose
04/04/2023, 11:34 PMjose
04/06/2023, 12:18 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?Will Da Silva (Arch)
04/06/2023, 12:44 PM