jazzy
05/17/2021, 8:21 PM- Warning! Plugin 'tap-woocommerce' is not installable.
The extractor in the meltano.yml that was generated using the cookiecutter file looks like :
- name: tap-woocommerce
namespace: tap_woocommerce
executable: /Users/jazzy/Documents/git/gitlab-work/singer-sdk/tap-woocommerce/tap-woocommerce.sh
capabilities:
- state
- catalog
- discover
settings:
- name: consumer_key
kind: password
- name: consumer_secret
kind: password
- name: url
- name: user_agent
- name: after
config:
after: '2021-05-16T08:00:25'
consumer_key: null
consumer_secret: null
url: ''
user_agent: ''
When using the command:
meltano add --custom extractor tap-woocommerce
I get the following prompts:
- (namespace) [tap_woocommerce]:
- (pip_url) [tap-woocommerce]:
The instructions for local directory are:
- local directory, in editable/development mode:
-e extract/tap-woocommerce
- I assumed this would be -e /Users/jazzy/Documents/git/gitlab-work/singer-sdk/tap-woocommerce/tap-woocommerce.sh
and have also tried
- /Users/jazzy/Documents/git/gitlab-work/singer-sdk/tap-woocommerce/tap-woocommerce.sh
- (executable) [tap-woocommerce]:
I've tried a few different combinations in each of the prompts but unsure what I need to do to make it installable.visch
05/17/2021, 8:26 PMexecutable
is the magic I believeaaronsteers
05/17/2021, 8:27 PMaaronsteers
05/17/2021, 8:28 PMaaronsteers
05/17/2021, 8:29 PMmeltano add --custom
.jazzy
05/17/2021, 8:47 PMvisch
05/18/2021, 12:59 AMjazzy
05/18/2021, 7:34 AMmeltano add --custom extractor tap-woocommerce (your tap here)
visch
05/18/2021, 12:21 PMvisch
05/18/2021, 12:21 PMjazzy
05/18/2021, 12:24 PMjazzy
05/19/2021, 8:49 AMaaronsteers
05/19/2021, 5:12 PMjazzy
05/19/2021, 5:25 PMaaronsteers
05/19/2021, 5:26 PMjazzy
05/19/2021, 5:27 PMaaronsteers
05/19/2021, 5:28 PMjazzy
05/19/2021, 5:33 PM