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 tap-cloudwatch end_date setting #1182

Merged
merged 2 commits into from
Mar 9, 2023
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
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