Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 3.18 KB

README.md

File metadata and controls

60 lines (47 loc) · 3.18 KB

tap-auth0

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

This tap:

Installation

pip install tap-auth0

Configuration

This tap requires a config.json which specifies details regarding M2M authentication. See config.sample.json for an example.

To run tap-auth0 with the configuration file, use this command:

tap-auth0 -c my-config.json -d state.json

Changelog

0.1.0 - code restructure to allow data extraction using updated_at and state file from singer. This will allow incremental loads

To-Do

Schema Data Validation external schema/catalog control