Skip to content

dbt-labs/tap-trustpilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-trustpilot

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

This tap:

This tap does not support incremental replication!

Configuration

Create a config.json file that looks like this:

{
    "access_key": "...",
    "client_secret": "...",
    "username": "[email protected]",
    "password": "hunter2",
    "business_unit_id": "123abc"
}

Copyright © 2018 Fishtown Analytics

Releases

No releases published

Packages

No packages published

Languages