forked from Matatika/tap-shopify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeltano.yml
More file actions
32 lines (32 loc) · 771 Bytes
/
Copy pathmeltano.yml
File metadata and controls
32 lines (32 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: 1
send_anonymous_usage_stats: true
project_id: tap-shopify
plugins:
extractors:
- name: tap-shopify
namespace: tap_shopify
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
#
# To configure using Meltano, declare settings and their types here:
# or use a .env
# TAP_SHOPIFY_ACCESS_TOKEN=
# TAP_SHOPIFY_STORE=
#
- name: access_token
kind: password
- name: store
- name: start_date
- name: admin_url
- name: is_plus_account
kind: boolean
config:
start_date: "2010-01-01T00:00:00Z"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl