From 2e5ed920a23a125169443d0b443e56e9551356b5 Mon Sep 17 00:00:00 2001 From: MeltyBot <105875157+MeltyBot@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:37:11 -0400 Subject: [PATCH] chore: [Hub Bot] Refresh metadata 2024-10-21 (#1870) 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 <16805946+edgarrmondragon@users.noreply.github.com> --- _data/meltano/extractors/tap-dbt/meltanolabs.yml | 2 +- .../meltano/extractors/tap-github/meltanolabs.yml | 15 +++++++++++++++ .../extractors/tap-linkedin-ads/meltanolabs.yml | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index 420ae1d26..025269b24 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -95,7 +95,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API. + value: tap-dbt/0.12.3.post1.dev8+a4e0b7b Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-github/meltanolabs.yml b/_data/meltano/extractors/tap-github/meltanolabs.yml index dfbca3641..a0b65ef13 100644 --- a/_data/meltano/extractors/tap-github/meltanolabs.yml +++ b/_data/meltano/extractors/tap-github/meltanolabs.yml @@ -56,6 +56,8 @@ settings: options: - label: Jsonl value: jsonl + - label: Parquet + value: parquet - description: Prefix to use when writing batch files. kind: string label: Batch Config Storage Prefix @@ -117,6 +119,19 @@ settings: kind: object label: Stream Maps name: stream_maps +- description: Configures which states are of interest. Must be one of [open, closed, + all], defaults to open. + kind: options + label: Stream Options Milestones State + name: stream_options.milestones.state + options: + - label: Open + value: open + - label: Closed + value: closed + - label: All + value: all + value: open - description: '' kind: string label: User Agent diff --git a/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml b/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml index 37abc9832..554013f2d 100644 --- a/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml +++ b/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml @@ -79,6 +79,21 @@ settings: kind: integer label: Flattening Max Depth name: flattening_max_depth +- description: LinkedIn Ads Client ID + kind: password + label: OAuth Credentials Client ID + name: oauth_credentials.client_id + sensitive: true +- description: LinkedIn Ads Client Secret + kind: password + label: OAuth Credentials Client Secret + name: oauth_credentials.client_secret + sensitive: true +- description: LinkedIn Ads Refresh Token + kind: password + label: OAuth Credentials Refresh Token + name: oauth_credentials.refresh_token + sensitive: true - description: LinkedInAds Owner ID kind: string label: Owner