drew_ipson
11/09/2021, 7:49 PMELT could not be completed: Cannot start extractor: Catalog discovery failed: command ['/workspaces/hs-meltano/tap-clickup/tap-clickup.sh', '--config', '/workspaces/hs-meltano/tap-clickup/.meltano/run/elt/2021-11-09T194635--tap-clickup--target-snowflake/3e76b134-9f1d-481c-9404-3306c225ed7b/tap.bac0c6fd-35f9-4f76-8116-e4d7445e8a2a.config.json', '--discover'] returned 1visch
11/09/2021, 7:55 PMmeltano.yml file
3. command you're running to get the erroraaronsteers
11/09/2021, 7:57 PMdrew_ipson
11/09/2021, 7:57 PM2. meltano elt tap-clickup target-snowflakevisch
11/09/2021, 7:59 PMmeltano --log-level=debug elt tap-clickup target-snowflakedrew_ipson
11/09/2021, 8:01 PMdrew_ipson
11/09/2021, 8:03 PMversion: 1
send_anonymous_usage_stats: true
project_id: 9a1b585d-349d-4004-836e-b14504a82a49
plugins:
extractors:
- name: tap-clickup
namespace: tap_clickup
executable: ./tap-clickup/tap-clickup.sh
capabilities:
- state
- catalog
- discover
settings:
- name: username
- name: api_token
kind: password
select:
- '*.*'
config:
api_token: <REMOVED>
start_date: '2021-11-08T00:00:00Z'drew_ipson
11/09/2021, 8:03 PMvisch
11/09/2021, 8:08 PM- name: tap-clickup
namespace: tap_clickup
executable: ./tap-clickup/tap-clickup.sh
?drew_ipson
11/09/2021, 8:10 PMvisch
11/09/2021, 8:11 PMvisch
11/09/2021, 8:12 PMvisch
11/09/2021, 8:13 PMpip_url instead of executable then?drew_ipson
11/09/2021, 8:14 PMvisch
11/09/2021, 8:15 PMpip_url then ran meltano install and dancingpenguindrew_ipson
11/09/2021, 8:17 PMdrew_ipson
11/09/2021, 8:57 PMaaronsteers
11/09/2021, 10:11 PMaaronsteers
11/09/2021, 10:14 PM>>> b'\xe2'.decode('latin1')
'â'
>>> b'\xe2'.decode('utf-8')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 0: unexpected end of data
>>> b'\xe2'.decode('ascii')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)drew_ipson
11/09/2021, 11:00 PMaaronsteers
11/09/2021, 11:02 PM.meltano for instance) with files being passed between Windows and Linux. In that case, a windows-run task may have written files in a way that the linux-run processes are not able to read it. (Just a theory.)drew_ipson
11/09/2021, 11:13 PMaaronsteers
11/09/2021, 11:18 PMdrew_ipson
11/10/2021, 4:16 PMaaronsteers
11/10/2021, 5:38 PMfred_reimer
11/16/2021, 1:49 AMselect: "**.**" in the config. That would be the something provided case. I believe that is the default, no?