pavel_jezek
07/14/2023, 11:40 AMLoader failed
error with the following python exceptions shown in the attached file.
I'm running a meltano run tap-hubspot-contacts target-s3
command with following config:
version: 1
plugins:
extractors:
- name: tap-hubspot
variant: potloc
...
- name: tap-hubspot-contacts
inherit_from: tap-hubspot
select:
- contacts.*
- "!contacts.associations.*"
...
loaders:
- name: target-s3
variant: crowemi
config:
format.format_type: parquet
environments:
- name: localhost
- name: prod
Does anybody have any idea what might cause this?janis_puris
07/14/2023, 12:14 PMtarget-s3
there seem to be plenty more config values that are needed i.e. cloud_provider
etc
Source: https://github.com/crowemi/target-s3/blob/main/target_s3/target.pypavel_jezek
07/14/2023, 12:16 PMjanis_puris
07/14/2023, 12:18 PMtarget-jsonl
. This way at least I know the extractor is working properly.janis_puris
07/14/2023, 12:19 PMpavel_jezek
07/14/2023, 12:20 PMuser
07/14/2023, 3:31 PMmeltano run tap-hubspot target-s3
with something like meltano invoke tap-hubspot > output.json && cat output.json | meltano invoke target-s3
. There are several issues open related to making the run
logs better. I'd suspect that theres an obvious error message telling you what configuration is messed up but its being suppressed right nowluke_rodgers
07/14/2023, 4:26 PMpavel_jezek
07/14/2023, 5:02 PM