Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2025-02-24 (#1953)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <pnadolny13@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <edgar@meltano.com>
  • Loading branch information
3 people authored Feb 24, 2025
1 parent cbc1d74 commit 8de6fd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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 8de6fd7

Please sign in to comment.