Hi, I am new to Meltano and testing hubspot tap fo...
# singer-taps
s
Hi, I am new to Meltano and testing hubspot tap for my data pipeline. I am using meltano potloc variant to extract data from hubspot. I get this error while testing or extraction:
Copy code
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

ELT could not be completed: Cannot start extractor: Catalog discovery failed: command ['/Users/admin/Desktop/Analytics/meltano/hubspot-variant/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot', '--config', '/Users/admin/Desktop/Analytics/meltano/hubspot-variant/.meltano/run/elt/2023-05-03T175545--tap-hubspot--target-jsonl/2d784bbb-0dd9-4f91-a3a2-a2f11819ed0e/tap.dc64f0b1-7803-44d5-8abe-afa713c0f2ef.config.json', '--discover'] returned 1 with stderr:
 time=2023-05-03 10:55:46 name=tap-hubspot level=INFO message=tap-hubspot v0.0.1, Meltano SDK v0.4.9)
time=2023-05-03 10:55:46 name=tap-hubspot level=INFO message=Skipping parse of env var settings...
time=2023-05-03 10:55:46 name=tap-hubspot level=INFO message=Config validation passed with 0 warnings.
time=2023-05-03 10:55:46 name=root level=INFO message=Operator '__else__=None' was not found. Unmapped streams will be included in output.
Traceback (most recent call last):
  File "/Users/admin/Desktop/Analytics/meltano/hubspot-variant/.meltano/extractors/tap-hubspot/venv/lib/python3.10/site-packages/tap_hubspot/client.py", line 185, in get_properties
    return res["results"]
KeyError: 'results'
Looking for help from hubspot tap users in meltano who has successfully tested an ELT or EL from hubspot to other targets. Any idea on how to fix this? or please share relevant resources that could be helpful. Thanks