Jesse Johnson
11/02/2024, 2:42 AMstream_maps:
companies:
__filter__: properties.custom_prop = 'true' and (properties.custom_prop
is not None) and (properties.custom_prop != '')
it happily works the way i expect, but when i try to select only that property with a select statement, it can't find it:
❯ meltano run tap-hubspot target-jsonl
2024-11-02T02:41:59.868084Z [warning ] Property `custom_prop` was not found in the schema of stream `companies`
Jesse Johnson
11/02/2024, 2:43 AMproperties__custom_prop
Jesse Johnson
11/02/2024, 2:47 AM.streams[2].schema.properties.properties.properties.custom_prop
Jesse Johnson
11/02/2024, 2:47 AMJesse Johnson
11/03/2024, 1:45 AM