From 8de6fd7f5713a79b05ad7683b14688cd5b5b575f Mon Sep 17 00:00:00 2001 From: MeltyBot <105875157+MeltyBot@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:57:12 -0500 Subject: [PATCH] chore: [Hub Bot] Refresh metadata 2025-02-24 (#1953) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pnadolny13 Co-authored-by: Edgar Ramírez Mondragón --- _data/meltano/loaders/target-bigquery/z3z1ma.yml | 5 +++++ _data/meltano/loaders/target-redshift/ticketswap.yml | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/_data/meltano/loaders/target-bigquery/z3z1ma.yml b/_data/meltano/loaders/target-bigquery/z3z1ma.yml index 38f39d6af..0ab29996f 100644 --- a/_data/meltano/loaders/target-bigquery/z3z1ma.yml +++ b/_data/meltano/loaders/target-bigquery/z3z1ma.yml @@ -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 diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index 285e3eecd..860d91222 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -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 @@ -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.