Hello! Checking meltano for POC. Appreciate any he...
# troubleshooting
a
Hello! Checking meltano for POC. Appreciate any help! 🙇 I am getting an error when I try '_meltano config target-redshift test'_
Operation not supported for loader 'target-redshift'
I have defined just obligatory fields as it says here: https://github.com/transferwise/pipelinewise-target-redshift#to-run
Copy code
loaders:
    - name: target-redshift
      variant: transferwise
      pip_url: pipelinewise-target-redshift
      config:
        host: localhost
        port: 5439
        dbname: database
        user: admin
        s3_bucket: my_bucket
        default_target_schema: meltano_schema
Error messages are not very informative. Thank you!
r
Testing target configuration with
meltano config <name> test
is not supported yet: https://docs.meltano.com/guide/configuration/#configuration-testing You should try
meltano run <tap> target-redshift
.
a
Thank you!
I have managed to run some simple pipelines between s3/local/tap-redshift. But still struggling with redshift as a target. I think I cannot install target-redshift in the first place! 🤡 🫥
Loader 'target-redshift' could not be installed: Failed to install plugin 'target-redshift'.
No result after removing/adding the plugin, deleting lock-file, etc 😢 Any idea where it could go wrong?
r
Do you see anything with
--log-level debug
? I would post this in a separate #C01TCRBBJD7 thread so people who have used the target before can see it.