chris_stout
12/09/2021, 2:12 AMmeltano add loader target-bigquery
returns:
Loader 'target-bigquery' could not be installed: failed to install plugin 'target-bigquery'.
Running command git clone --filter=blob:none -q <https://github.com/adswerve/target-bigquery.git> /private/var/folders/w4/qkk0hzgd7h59kkrlkxr9ly380000gq/T/pip-req-build-qi2be3sa
WARNING: Did not find branch or tag 'v0.11.3', assuming revision or ref.
Running command git checkout -q v0.11.3
error: pathspec 'v0.11.3' did not match any file(s) known to git
WARNING: Discarding git+<https://github.com/adswerve/target-bigquery.git@v0.11.3>. Command errored out with exit status 1: git checkout -q v0.11.3 Check the logs for full command output.
ERROR: Command errored out with exit status 1: git checkout -q v0.11.3 Check the logs for full command output.
Failed to install plugin(s)
I see in the repo that the 0.11.3 tag exists. Anyone else run into this?nigel_vining
12/09/2021, 2:36 AMedgar_ramirez_mondragon
12/09/2021, 2:49 AMpip_url
to the plugin in meltano.yml
?
plugins:
loaders:
- name: target-bigquery
pip_url: git+<https://github.com/adswerve/target-bigquery.git@0.11.3>
I think the right tag is 0.11.3
(the target devs changed their mind with tag convention v0.10.2 -> 0.11.3
).edgar_ramirez_mondragon
12/09/2021, 2:50 AMnigel_vining
12/09/2021, 2:53 AMchris_stout
12/09/2021, 2:58 AMedgar_ramirez_mondragon
12/09/2021, 3:01 AMchris_stout
12/09/2021, 5:07 AMnigel_vining
12/09/2021, 6:58 AMchris_stout
12/09/2021, 1:17 PM