Skip to content
New issue

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

Add some missing settings to tap-s3 (crowemi) #1724

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _data/meltano/loaders/target-s3/crowemi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,21 @@ settings:
label: Stream Name Path Override
name: stream_name_path_override
sensitive: true
- description: A flag to force the filename to be identical to the stream name
kind: boolean
label: Use Raw Stream Name
name: use_raw_stream_name
value: false
- description: Maximum time in minutes between state messages when records are streamed in
kind: integer
label: Maximum Batch Age
name: max_batch_age
value: 5
- description: Maximum size of batches when records are streamed in
kind: integer
label: Maximum Batch Size
name: max_batch_size
value: 10000
settings_group_validation:
- - cloud_provider.aws.aws_bucket
- cloud_provider.aws.aws_region
Expand Down