Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages