Jesse Johnson
04/22/2024, 9:23 PMextractors:
- name: tap-hubspot
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-hubspot.git>
config:
start_date: 2024-04-01T00:00:00+0000
flattening_enabled: true
flattening_max_depth: 2
stream_maps:
companies:
__filter__: properties.lifecyclestage != 'lead'
select:
- users.*
- deals.*
- companies.*
Edgar Ramírez (Arch.dev)
04/23/2024, 4:37 PMpip_url: git+<https://github.com/MeltanoLabs/tap-hubspot.git@9d62d3b90ce79d6d69eca544f1448d1049937131>
cc @Pat Nadolny (Arch) in case have you've ever seen this type of behaviorJesse Johnson
04/23/2024, 4:37 PMJesse Johnson
04/23/2024, 4:37 PMJesse Johnson
04/23/2024, 4:37 PMEdgar Ramírez (Arch.dev)
04/23/2024, 4:40 PMextractors:
- name: tap-hubspot
metadata:
companies:
replication-method: FULL_TABLE
https://docs.meltano.com/concepts/plugins#metadata-extraJesse Johnson
04/23/2024, 4:40 PMPat Nadolny (Arch)
04/23/2024, 7:07 PMJesse Johnson
06/07/2024, 12:13 AMEdgar Ramírez (Arch.dev)
06/10/2024, 8:26 PMJesse Johnson
06/10/2024, 8:26 PMEdgar Ramírez (Arch.dev)
06/10/2024, 8:27 PMJesse Johnson
06/10/2024, 9:00 PMJesse Johnson
06/10/2024, 9:14 PM__filter__: (properties.lifecyclestage != 'lead') and (properties.lifecyclestage != null)
That attempt at an and statement throws an error:
Failed to evaluate simpleeval expressions
Jesse Johnson
06/10/2024, 9:15 PMJesse Johnson
06/10/2024, 9:15 PM