Skip to content

Commit

Permalink
add tap-cloudwatch end_date setting (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Mar 9, 2023
1 parent 4c737c7 commit db22c85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _data/meltano/extractors/tap-cloudwatch/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ settings:
kind: date_iso8601
label: Start Date
name: start_date
- description: The last record date to sync. This tap uses a 5 minute buffer to allow
Cloudwatch logs to arrive in full. If you request data from current time it will
automatically adjust your end_date to now - 5 mins.
kind: date_iso8601
label: End Date
name: end_date
- description: The log group on which to perform the query.
kind: string
label: Log Group Name
Expand Down

0 comments on commit db22c85

Please sign in to comment.