:thinking_face: Any updates on thoughts on tap-hub...
# getting-started
j
🤔 Any updates on thoughts on tap-hubspot https://meltano.slack.com/archives/CMN8HELB0/p1678295268129379 I note that basically only one or two of these variants install in python 3.11 these days, many that I've tried have bugs I've either had to work around or give up on - including the meltanolabs one which died exporting properties. Which one is getting the most love?
e
Hi @jessica_fosler! I just created https://github.com/potloc/tap-hubspot/pull/90. Note that you can use meltano install --force to install plugins on an "unsupported" Python version. Also, could you expand a bit on this
including the meltanolabs one which died exporting properties.
? Do you mean
--discover
failed?
j
Oooh thanks!
Regards meltanolabs tap-hubspot, it fails against our account because
Copy code
2023-10-17T03:31:01.588579Z [info     ] KeyError: 'updatedAt'          cmd_type=elb consumer=False name=tap-hubspot producer=True stdio=stderr string_id=tap-hubspot
2023-10-17T03:31:01.659962Z [error    ] Extractor failed
2023-10-17T03:31:01.660707Z [error    ] Block run completed.           block_type=ExtractLoadBlocks err=RunnerError('Extractor failed') exit_codes={<PluginType.EXTRACTORS: 'extractors'>: 1} set_number=0 success=Fal
And that was if I only narrowed down to exporting properties
Copy code
select:
    # - contacts.*
    # - companies.*
    # - tasks.*
    # - products.*
    # - goals.*
    # - deals.*
    # - deal_pipelines.*
    # - communications.*
    # - calls.*
    # - notes.*
    # - emails.*
    # - meetings.*
    # - line_items.*
    # Did not export due to bug
    - properties.*
    # Did not export due to account permissions
    # - feedback.*
p
I created a bug issue for the key error youre seeing https://github.com/MeltanoLabs/tap-hubspot/issues/49. The meltanolabs variant is relatively new so raising issues like this will help us get it cleaned up, thanks!