Skip to content

Commit

Permalink
feat: Added the singer-io variant of tap-zuora (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Mar 15, 2024
1 parent 7a8cfba commit 6d25d33
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions _data/meltano/extractors/tap-zuora/singer-io.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
capabilities:
- discover
- catalog
- state
description: Subscription Management Platform
domain_url: https://www.zuora.com/
executable: tap-zuora
keywords:
- api
label: Zuora
logo_url: /assets/logos/extractors/zuora.png
maintenance_status: active
name: tap-zuora
namespace: tap_zuora
next_steps: ''
pip_url: git+https://github.com/singer-io/tap-zuora.git
quality: silver
repo: https://github.com/singer-io/tap-zuora
settings:
- description: The Zuora API to use, e.g. REST or AQuA
kind: string
label: API type
name: api_type
value: REST
- description: The Zuora username
kind: string
label: Username
name: username
- description: The Zuora password
kind: password
label: Password
name: password
sensitive: true
- description: Whether to use the sandbox or production Zuora environment
kind: boolean
label: Use sandbox endpoint
name: sandbox
- description: Whether to use the European Zuora endpoint
kind: string
label: Connect to a European endpoint
name: european
- description: The Zuora partner ID, required for the AQuA API
kind: string
label: Partner ID
name: partner_id
- description: The replication start date
kind: date_iso8601
label: Replication start date
name: start_date
settings_group_validation:
- - start_date
- api_type
- username
- password
settings_preamble: ''
usage: ''
variant: singer-io

0 comments on commit 6d25d33

Please sign in to comment.