File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 1
2
2
send_anonymous_usage_stats : true
3
- project_id : " tap-cloudwatch"
3
+ project_id : tap-cloudwatch
4
4
default_environment : test
5
5
environments :
6
6
- name : test
7
7
plugins :
8
8
extractors :
9
- - name : " tap-cloudwatch"
10
- namespace : " tap_cloudwatch"
9
+ - name : tap-cloudwatch
10
+ namespace : tap_cloudwatch
11
11
pip_url : -e .
12
12
capabilities :
13
13
- state
@@ -18,7 +18,6 @@ plugins:
18
18
config :
19
19
start_date : ' 2010-01-01T00:00:00Z'
20
20
settings :
21
- # TODO: To configure using Meltano, declare settings and their types here:
22
21
- name : aws_access_key_id
23
22
kind : password
24
23
- name : aws_secret_access_key
@@ -32,6 +31,8 @@ plugins:
32
31
- name : query
33
32
- name : start_date
34
33
kind : date_iso8601
34
+ - name : batch_increment_s
35
+ kind : integer
35
36
settings_group_validation :
36
37
- - aws_access_key_id
37
38
aws_secret_access_key
You can’t perform that action at this time.
0 commit comments