hey everyone for tap-zendesk specifically, we are ...
# troubleshooting
v
hey everyone for tap-zendesk specifically, we are seeing an error regarding a deleteobject operation on a bucket that doesnt exist. I think this might be referring to us using s3 as a backend for state, but we havent seen this problem with other taps before. The error hasnt been too productive, and when we run the test on the config/plugin it passes
Copy code
root@meltano-devspace-7bd6c475c5-n8d7l:/project# meltano --environment dev run  tap-zendesk target-jsonl
2023-09-08T23:33:14.043765Z [info     ] Environment 'dev' is active
2023-09-08T23:33:16.070380Z [info     ] Reading state from AWS S3
2023-09-08T23:33:16.304185Z [error    ] Cannot start plugin tap-zendesk: An error occurred (NoSuchBucket) when calling the DeleteObjects operation: The specified bucket does not exist
2023-09-08T23:33:16.304478Z [error    ] Block run completed.           block_type=ExtractLoadBlocks err=RunnerError('Cannot start plugin tap-zendesk: An error occurred (NoSuchBucket) when calling the DeleteObjects operation: The specified bucket does not exist') exit_codes={} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

Run invocation could not be completed as block failed: Cannot start plugin tap-zendesk: An error occurred (NoSuchBucket) when calling the DeleteObjects operation: The specified bucket does not exist
e
Hi Vinay! Can you check the value of
state_backend.uri
in the output of
meltano config meltano list
to confirm that the bucket referenced there exists?