Skip to content

Pathlight/tap-dialpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-dialpad

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

This tap:

  • Pulls raw data from Dialpad
  • Check schemas directory for data format

To run:

// Build tap
pip install . 

// Use config file to 'discover' available streams
// Check __init__.py for required config keys
tap-dialpad --discover --config ./config.json > catalog.json // Use 

// Edit the catalog.json to add 'selected':true property at metadata.metadata
// level to enable sync for that stream

// Run sync for the tap to output schema, record, and state
tap-dialpad --config ./config.json --catalog ./catalog.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages