Commit 8de6fd7 1 parent cbc1d74 commit 8de6fd7 Copy full SHA for 8de6fd7
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,11 @@ settings:
161
161
label : Overwrite
162
162
name : overwrite
163
163
value : false
164
+ - description : If set for date- or timestamp-type partitions, the partition will expire
165
+ that many days after the date it represents.
166
+ kind : integer
167
+ label : Partition Expiration Days
168
+ name : partition_expiration_days
164
169
- description : The granularity of the partitioning strategy. Defaults to month.
165
170
kind : options
166
171
label : Partition Granularity
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ settings:
27
27
name : activate_version
28
28
value : false
29
29
- description : Note that this must be enabled for activate_version to work!This adds
30
- _sdc_extracted_at, _sdc_batched_at, and more to every table. See https://sdk.meltano.com/en/latest/implementation/record_metadata.html
31
- for more information.
30
+ _sdc_extracted_at, _sdc_batched_at, and more to every table. See https://sdk.meltano.com/en/latest/implementation/record_metadata.htmlfor
31
+ more information.
32
32
kind : boolean
33
33
label : Add Record Metadata
34
34
name : add_record_metadata
@@ -78,6 +78,11 @@ settings:
78
78
kind : integer
79
79
label : Max Flattening Depth
80
80
name : flattening_max_depth
81
+ - description : List of users/roles/groups that will have select permissions on the
82
+ tables
83
+ kind : array
84
+ label : Grants
85
+ name : grants
81
86
- description : When activate version is sent from a tap this specefies if we should
82
87
delete the records that don't match, or mark them with a date in the `_sdc_deleted_at`
83
88
column. This config option is ignored if `activate_version` is set to false.
You can’t perform that action at this time.
0 commit comments