Skip to content

isabella232/tap-deputy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-deputy

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

Configuration

Take a look at the example config as a starting point for creating your own.

THe tap requires an OAuth client is configured and a refresh token is issued. Follow the Deputy authentication docs to setup an OAuth client.

Config properties:

Property Required Example Description
domain Y "usdemo.ent-na.deputy.com" The domain the Deputy account runs on.
client_id Y The Deputy OAuth client ID
client_secret Y The Deputy OAuth client secret
redirect_uri Y "http://localhost:500/callback" The Deputy OAuth client redirect URI
start_date Y "2010-01-01T00:00:00Z" The default start date to use for date modified replication, when available.
user_agent N "Vandelay Industries ETL Runner" The user agent to send on every request.

Usage

First read through Singer's Running and Developing Singer Taps and Targets for getting started with running a tap and target.

For basic usage, run tap-deputy with the configuration file.

Discovery:

tap-deputy -c my-config.json --discover

Sync:

tap-deputy -c my-config.json --catalog my-catalog.json

Copyright © 2019 Stitch

About

Deputy Stitch Stream

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%