Skip to content

Commit

Permalink
Refresh plugin metadata 2025-02-24
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Feb 24, 2025
1 parent a9b0d9f commit e30771e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-mailchimp/acarter24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
sensitive: true
- description: Your Mailchimp DC
kind: string
label: Data Center
label: Dc
name: dc
- description: "'True' to enable schema flattening and automatically expand nested
properties."
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-totango/edsoncezar16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ settings:
label: API URL
name: api_url
options:
- label: US Endpoint
- label: Https://API Totango Com
value: https://api.totango.com
- label: EU Endpoint
- label: 'Https://API Eu1 Totango Com '
value: 'https://api-eu1.totango.com '
value: https://api.totango.com
- description: The token to authenticate against the API service
Expand Down
5 changes: 5 additions & 0 deletions _data/meltano/loaders/target-bigquery/z3z1ma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ settings:
label: Overwrite
name: overwrite
value: false
- description: If set for date- or timestamp-type partitions, the partition will expire
that many days after the date it represents.
kind: integer
label: Partition Expiration Days
name: partition_expiration_days
- description: The granularity of the partitioning strategy. Defaults to month.
kind: options
label: Partition Granularity
Expand Down
9 changes: 7 additions & 2 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ settings:
name: activate_version
value: false
- description: Note that this must be enabled for activate_version to work!This adds
_sdc_extracted_at, _sdc_batched_at, and more to every table. See https://sdk.meltano.com/en/latest/implementation/record_metadata.html
for more information.
_sdc_extracted_at, _sdc_batched_at, and more to every table. See https://sdk.meltano.com/en/latest/implementation/record_metadata.htmlfor
more information.
kind: boolean
label: Add Record Metadata
name: add_record_metadata
Expand Down Expand Up @@ -78,6 +78,11 @@ settings:
kind: integer
label: Max Flattening Depth
name: flattening_max_depth
- description: List of users/roles/groups that will have select permissions on the
tables
kind: array
label: Grants
name: grants
- description: When activate version is sent from a tap this specefies if we should
delete the records that don't match, or mark them with a date in the `_sdc_deleted_at`
column. This config option is ignored if `activate_version` is set to false.
Expand Down

0 comments on commit e30771e

Please sign in to comment.