finn_frotscher
10/04/2021, 9:20 AM--custom loader
unsing cat hubspotdata | meltano --log-level=debug invoke pipelinewise-target-bigquery
yields Executable 'pipelinewise-target-bigquery' could not be found
but its defined in meltano.yml
- name: pipelinewise-target-bigquery
namespace: pipelinewise_target_bigquery
pip_url: pipelinewise-target-bigquery
executable: pipelinewise-target-bigquery
config:
credentials_path: xx
it was installed using
meltano add --custom loader pipelinewise-target-bigquery
finn_frotscher
10/04/2021, 9:47 AM(.venv) ⟩meltano install loader pipelinewise-target-bigquery
Installing 1 plugins...
Installing loader 'pipelinewise-target-bigquery'...
this is stuck for about 10 minutes now.finn_frotscher
10/04/2021, 11:09 AMpip install pipelinewise-target-bigquery
its not workingvisch
10/04/2021, 12:28 PMmeltano install loader pipelinewise-target-bigquery
should do it. Meltano make venvs for each extractor / loader so installing it to your global pip won't help you out here.
If the install command is giving you issues we could debug it by setting a log-level and diving in. Another option is to just go remove the folder in .meltano/loader/pipelinewise-target-bigquery
and then reinstallfinn_frotscher
10/04/2021, 12:39 PM.meltano/loader/pipelinewise-target-bigquery
the folder was deleted and successfully reinstalled.
the issue persistsfinn_frotscher
10/04/2021, 12:39 PMvisch
10/04/2021, 12:45 PMfinn_frotscher
10/04/2021, 12:46 PMfinn_frotscher
10/04/2021, 12:46 PMFileNotFoundError: [Errno 2] No such file or directory: '/Users/finn/code//bi/meltano//.meltano/loaders/pipelinewise-target-bigquery/venv/bin/pipelinewise-target-bigquery'
finn_frotscher
10/04/2021, 12:47 PMpipelinewise-target-bigquery
only target-bigquery
visch
10/04/2021, 12:47 PMvisch
10/04/2021, 12:47 PMexecutable: pipelinewise-target-bigquery
Try changing that to target-bigquery!finn_frotscher
10/04/2021, 12:49 PMfinn_frotscher
10/04/2021, 12:49 PMvisch
10/04/2021, 12:50 PMfinn_frotscher
10/04/2021, 12:53 PMfinn_frotscher
10/04/2021, 12:54 PMTypeError: an integer is required (got type bytes)
but i guess this is on the connector sidevisch
10/04/2021, 12:56 PMfinn_frotscher
10/04/2021, 12:56 PMedgar_ramirez_mondragon
10/04/2021, 2:54 PMfinn_frotscher
10/04/2021, 3:24 PM