Skip to content

Commit

Permalink
Add some missing settings to tap-s3 (crowemi) (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Mar 27, 2024
1 parent 2bc1b47 commit 57495bf
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit 57495bf

Please sign in to comment.