Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

Zuora is a subscription billing and finance solution. It is designed to automate recurring billing, collections, quoting, revenue recognition, and subscription metrics.

User Storie(s)

  • As a pipeline developer, I would like to pull data from an object in Zuora in a streaming pipeline, so that I can transform, enrich and synthesize it in a data pipeline.
  • As a pipeline developer, I would like to post data to an object in Zuora in a batch or streaming pipeline, so that I can update Zuora with my enriched data.
  • As a pipeline developer, I would like to pull data from an object in Zuora in a batch pipeline, so that I can transform, enrich and synthesize it in a data pipeline.
  • As a pipeline developer, for both batch and streaming sources, I would like the schema to be auto-populated based on the selected objects.
  • As a pipeline developer, for all interactions with Zuora, I would like Zuora API limits to be handled by the framework, so that I do not have to worry about them. (https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Policies/Concurrent_Request_Limits)

Plugin Type

  • Batch Source
  • Batch Sink 
  • Real-time Source
  • Real-time Sink
  • Action
  • Post-Run Action
  • Aggregate
  • Join
  • Spark Model
  • Spark Compute

Configurables

Streaming Source 

User Facing NameTypeDescriptionOptional?DefaultConstraints
Authentication Typeradio buttonThe Authentication type to use, either OAuth2 or Password or Authorization Cookie. Defaults to OAuth2.NoOAuth2
Access Key IDStringThe Zuora ID to use to make request. Only required when authentication type is password.Yes

Secret KeypasswordThe Zuora password. Only required when authentication type is password.Yes

Client IdStringThe Client ID of the OAuth2 client. Only required when Authentication Type is OAuth2Yes

Client SecretpasswordThe Client Secret that was displayed when the OAuth2 client was created. Only required when Authentication Type is OAuth2Yes

Authorization CookiepasswordThe authorization cookie to use for session authentication. Only required when authentication type is Authorization Cookie.Yes

Object(s) to pullmulti-selectSelect from Contact Lists, Contacts, Email Events, Email Subscription, Recent Campaigns, Analytics, Companies, Deals, Deal Pipelines, Marketing Email, Products, TicketsYesAnalytics
Pull frequencyselect15 min, 30 min, 1 hour, 4 hour, 8 hoursYes30 min
Number of API calls per daynumberThe number of API calls to make per day, to avoid hitting HubSpot's rate limitsYes10000

Batch sink

User Facing NameTypeDescriptionOptional?DefaultConstraints
App IdStringOAuth2 App IDNo

API KeyStringOAuth2 API KeyNo

Object to post toselectSelect from Contact Lists, Contacts, Email Events, Email Subscription, Recent Campaigns, Analytics, Companies, Deals, Deal Pipelines, Marketing Email, Products, TicketsNo

Number of API calls per daynumberThe number of API calls to make per day, to avoid hitting HubSpot's rate limitsYes10000

Batch Source 

User Facing NameTypeDescriptionOptional?DefaultConstraints
App IdStringOAuth2 App IDNo

API KeyStringOAuth2 API KeyNo

Object(s) to pullmulti-selectSelect from Contact Lists, Contacts, Email Events, Email Subscription, Recent Campaigns, Analytics, Companies, Deals, Deal Pipelines, Marketing Email, Products, TicketsYesAnalytics
Number of API calls per daynumberThe number of API calls to make per day, to avoid hitting HubSpot's rate limitsYes10000

Design / Implementation Tips

  • Tip #1
  • Tip #2

Design

Approach(s)

Properties

Security

Limitation(s)

Future Work

  • Some future work – HYDRATOR-99999
  • Another future work – HYDRATOR-99999

Test Case(s)

  • Test case #1
  • Test case #2

Sample Pipeline

Please attach one or more sample pipeline(s) and associated data. 

Pipeline #1

Pipeline #2



Table of Contents

Checklist

  • User stories documented 
  • User stories reviewed 
  • Design documented 
  • Design reviewed 
  • Feature merged 
  • Examples and guides 
  • Integration tests 
  • Documentation for feature 
  • Short video demonstrating the feature
  • No labels