Hey! Sorry if it's too noob question, but I'm prob...
# ask-community-for-troubleshooting
t
Hey! Sorry if it's too noob question, but I'm probablymissing something: I want to use Airbyte to load NYC taxi data (open dataset information) to my local postgres DB. Have setup destination. I'm setting up: dateset: nyc-yellow-data path pattern: yellow_tripdata_.csv bucket (I'm using ARN, as I see it's an option and I can't find more information about buckets and etc online): arnawss3:::nyc-tlc Getting:
Copy code
The connection tests failed.
ParamValidationError('Parameter validation failed:\nInvalid bucket name "arn:aws:s3:::nyc-tlc": Bucket name must match the regex "^[a-zA-Z0-9.\\-_]{1,255}$" or be an ARN matching the regex "^arn:(aws).*:(s3|s3-object-lambda):[a-z\\-0-9]*:[0-9]{12}:accesspoint[/:][a-zA-Z0-9\\-.]{1,63}$|^arn:(aws).*:s3-outposts:[a-z\\-0-9]+:[0-9]{12}:outpost[/:][a-zA-Z0-9\\-]{1,63}[/:]accesspoint[/:][a-zA-Z0-9\\-]{1,63}$"')
Just don't start shooting that it's a regexp, figure it out 😄 it's a bit too complicated to me to understand and there is not much information about the dataset
📝 1
1
u
Hello Tomas, what connectors (source/destination) are you using?
t
Source s3(where i get the error), destination postgress (success on test connection)
u
The option to use the path instead of arn is possible for now? I'll investigate further, the file you're using is public?
t
Yes, it's public, though I couldn't find path. Worst case I'll just copy it to my s3 bucket and add aws credentials.
Thanks!
u
Hi Tomas! I created the issue to keep track of this: https://github.com/airbytehq/airbyte/issues/6483
❤️ 1