Skip to content

Commit

Permalink
Merge pull request #61 from AutoIDM/stitchtest
Browse files Browse the repository at this point in the history
Upgraded SingerSDK, updated shared hierarchy json, and added target-s…
  • Loading branch information
visch authored Oct 13, 2021
2 parents 831b849 + ba1b60e commit a18b998
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 189 deletions.
29 changes: 25 additions & 4 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,34 @@ plugins:
- name: username
- name: api_token
kind: password
select:
- '*.*'
config:
start_date: '2010-01-01T00:00:00Z'
team_ids:
- "1234"
select:
- "*.*"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
config:
dbname: postgres
database: postgres
user: postgres
host: localhost
port: 5432
data_flattening_max_level: 10
- name: target-stitch
namespace: target_stitch
pip_url: target-stitch
executable: target-stitch
settings:
- name: token
kind: password
config:
client_id: 191229
small_batch_url: https://api.stitchdata.com/v2/import/batch
big_batch_url: https://api.stitchdata.com/v2/import/batch
batch_size_preferences:
a : "a"
Loading

0 comments on commit a18b998

Please sign in to comment.