From 177d878d68d9c0cb0e58eecd609949c5ff85615c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Cad=C3=A9e?= Date: Thu, 19 Sep 2024 21:36:47 +0200 Subject: [PATCH] Add the TicketSwap variant of `tap-apple-search-ads` (#1848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edgar Ramírez-Mondragón Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com> --- _data/maintainers.yml | 4 +- .../tap-apple-search-ads/ticketswap.yml | 42 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 _data/meltano/extractors/tap-apple-search-ads/ticketswap.yml diff --git a/_data/maintainers.yml b/_data/maintainers.yml index e21f3ab02..2cc580997 100644 --- a/_data/maintainers.yml +++ b/_data/maintainers.yml @@ -1168,9 +1168,9 @@ thoughtchad: name: thoughtchad url: https://github.com/thoughtchad ticketswap: - label: Ticketswap + label: TicketSwap name: ticketswap - url: https://github.com/Ticketswap + url: https://github.com/TicketSwap timeplus: label: Timeplus name: timeplus diff --git a/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml b/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml new file mode 100644 index 000000000..618074529 --- /dev/null +++ b/_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml @@ -0,0 +1,42 @@ +capabilities: +- catalog +- discover +- state +domain_url: https://searchads.apple.com/ +keywords: +- meltano_sdk +label: Apple Search Ads +logo_url: /assets/logos/extractors/apple-search-ads.png +maintenance_status: active +name: tap-apple-search-ads +namespace: tap_apple_search_ads +next_steps: '' +pip_url: git+https://github.com/TicketSwap/tap-apple-search-ads.git +quality: silver +repo: https://github.com/TicketSwap/tap-apple-search-ads +settings: +- description: obtained from "Implementing OAuth for the Apple Search Ads API". + kind: password + label: Client Id + name: client_id + sensitive: true +- description: obtained from "Implementing OAuth for the Apple Search Ads API". + kind: password + label: Client Secret + name: client_secret + sensitive: true +- description: Apple Search Ads Organization ID, obtained from Apple Search Ads console. + label: Org Id + name: org_id +- description: Start date for reporting streams, format in YYYY-MM-DD. + label: Start Date + name: start_date +- description: End date for reporting streams, format in YYYY-MM-DD. + label: End Date + name: end_date +settings_group_validation: +- - client_id + client_secret +settings_preamble: '' +usage: '' +variant: ticketswap