liat katzav
01/16/2025, 1:16 PMmeltano.yml
file, we have configured the S3 path. However, when I run:
meltano --environment=dev run tap-stripe target-snowflake
I get the following error message:
boto3 required but not installed. Install meltano[s3] to use S3 as a state backend. state_backend=AWS S3
2025-01-16T13:13:02.565031Z [error] Cannot start plugin tap-stripe: Failed to retrieve state
Can you please advise on how to resolve this issue?Reuben (Matatika)
01/16/2025, 2:53 PMs3
extra:
pipx install 'meltano[s3]==3.4.1'
liat katzav
01/16/2025, 3:05 PM