Skip to content

Commit fa62751

Browse files
committed
update meltano.yml based on updated settings
1 parent d3f2e1a commit fa62751

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

meltano.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 1
22
send_anonymous_usage_stats: true
3-
project_id: "tap-cloudwatch"
3+
project_id: tap-cloudwatch
44
default_environment: test
55
environments:
66
- name: test
77
plugins:
88
extractors:
9-
- name: "tap-cloudwatch"
10-
namespace: "tap_cloudwatch"
9+
- name: tap-cloudwatch
10+
namespace: tap_cloudwatch
1111
pip_url: -e .
1212
capabilities:
1313
- state
@@ -18,7 +18,6 @@ plugins:
1818
config:
1919
start_date: '2010-01-01T00:00:00Z'
2020
settings:
21-
# TODO: To configure using Meltano, declare settings and their types here:
2221
- name: aws_access_key_id
2322
kind: password
2423
- name: aws_secret_access_key
@@ -32,6 +31,8 @@ plugins:
3231
- name: query
3332
- name: start_date
3433
kind: date_iso8601
34+
- name: batch_increment_s
35+
kind: integer
3536
settings_group_validation:
3637
- - aws_access_key_id
3738
aws_secret_access_key

0 commit comments

Comments
 (0)