We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading s3 destination connector from 0.2.10 to 0.2.12, the output ignoring argument s3_bucket_path in s3 path.
s3_bucket_path
S3 Bucket Name = bucket-example s3_bucket_path = foo ouput_path will be s3://bucket-example/${SOUCE_NAMESPACE}/${STREAM_NAME}
output_path should be s3://bucket-example/foo/${SOUCE_NAMESPACE}/${STREAM_NAME}
s3://bucket-example/foo/${SOUCE_NAMESPACE}/${STREAM_NAME}
s3_path_format
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! it should be fixed with a new version and I also updated the docs accordingly
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Current Behavior
After upgrading s3 destination connector from 0.2.10 to 0.2.12, the output ignoring argument
s3_bucket_path
in s3 path.Expected Behavior
output_path should be
s3://bucket-example/foo/${SOUCE_NAMESPACE}/${STREAM_NAME}
Steps to Reproduce
s3_path_format
The text was updated successfully, but these errors were encountered: