curved-lunch-43500
01/22/2021, 10:11 PMripe-musician-59933
01/22/2021, 10:13 PMsinger.catalog
curved-lunch-43500
01/22/2021, 10:14 PMripe-musician-59933
01/22/2021, 10:15 PMcatalog.py
. Does that file actually have the write_catalog
function?pytz
led to an older singer-python being installed that didn't require ==2018.4
, which doesn't have that function yetsetup.py
also pin a specific version of singer-python?curved-lunch-43500
01/22/2021, 10:16 PMripe-musician-59933
01/22/2021, 10:16 PMpip install
(and meltano install
) may complain about the incompatibility between those requirements, thoughcurved-lunch-43500
01/22/2021, 10:18 PMripe-musician-59933
01/22/2021, 10:19 PMcurved-lunch-43500
01/22/2021, 10:24 PMripe-musician-59933
01/22/2021, 10:25 PMcurved-lunch-43500
01/22/2021, 10:25 PMripe-musician-59933
01/22/2021, 10:26 PMpytz==2020.5
in the pip_url
in meltano.yml
, ahead of your reference to tap-bling-erp
, but that may lead to the same errorpip_url
. You'd then also want to contribute that change back to the canonical repo, although it remains to be seen how responsive they'll be in terms of merging itcurved-lunch-43500
01/22/2021, 10:30 PMripe-musician-59933
01/22/2021, 10:31 PMcurved-lunch-43500
01/22/2021, 10:31 PMripe-musician-59933
01/22/2021, 10:32 PMcurved-lunch-43500
01/22/2021, 10:32 PMripe-musician-59933
01/22/2021, 10:33 PMcurved-lunch-43500
01/22/2021, 10:33 PMripe-musician-59933
01/22/2021, 10:33 PMpip_url
as well? I'm not confident it would work, but it's worth a trypip install
, so there's no reason it would be less strict in this casecurved-lunch-43500
01/22/2021, 10:34 PMripe-musician-59933
01/22/2021, 10:34 PMcurved-lunch-43500
01/22/2021, 10:35 PM- name: tap-bling-erp
namespace: tap_bling_erp
pip_url: -e git+<https://github.com/Muriloo/tap-bling-erp.git#egg=tap-bling-erp>
executable: tap-bling-erp
capabilities:
- catalog
- discover
- state
settings:
- name: api_url
- name: api_token
- name: start_date
ripe-musician-59933
01/22/2021, 10:35 PM-e
, so try pip_url: pytz==2020.5 git+<https://github.com/Muriloo/tap-bling-erp.git#egg=tap-bling-erp>
meltano install extractor tap-bling-erp
curved-lunch-43500
01/22/2021, 10:36 PMripe-musician-59933
01/22/2021, 10:51 PMcurved-lunch-43500
01/22/2021, 11:30 PMripe-musician-59933
01/26/2021, 4:16 PMcurved-lunch-43500
01/26/2021, 4:57 PM