Tanner Wilcox
09/25/2025, 5:00 PMapi_url) but I wanted to check here. Otherwise I'll have to have two almost identical .meltano.yml filesTanner Wilcox
09/25/2025, 5:42 PMplugins:
extractors:
- name: bequant
inherit_from: tap-rest-api-msdk
variant: widen
pip_url: tap-rest-api-msdk
config:
streams:
- name: subscribers
path: /subscribers
primary_keys:
- subcriberId
schema:
properties:
subscriberIp:
type: string
subscriberId:
type: string
subscriberGroups:
type: array
items:
type: string
pagination_request_style: single_page_paginator
pagination_response_style: single_page_paginator
load_schema: raw_uisp
plugins:
extractors:
- name: bq_voon
inherit_from: bequant
config:
api_url: <https://pol.voon.utbb.net:3443/api/v1>
auth_method: basic
username: api
password: ${BQ_VOON_PASS}