Skip to content

dbt-labs/tap-logmeinrescue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-logmeinrescue

Author: Connor McArthur ([email protected])

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

It:

Quick Start

  1. Install
git clone [email protected]:fishtown-analytics/tap-logmeinrescue.git
cd tap-logmeinrescue
pip install .
  1. Create the config file.

There is a template you can use at config.json.example, just copy it to config.json in the repo root and insert your username and password.

  1. Run the application to generate a catalog.
tap-logmeinrescue -c config.json --discover > catalog.json
  1. Select the tables you'd like to replicate

Step 4 a file called catalog.json that specifies all the available endpoints and fields. You'll need to open the file and select the ones you'd like to replicate. See the Singer guide on Catalog Format for more information on how tables are selected.

  1. Run it!
tap-logmeinrescue -c config.json --properties catalog.json

Gotchas

  • If you select any of the *_report streams, you MUST select technician as well.

Copyright © 2018 Fishtown Analytics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages