Hi everyone, i am trying to add tap-hubspot plugin...
# plugins-general
a
Hi everyone, i am trying to add tap-hubspot plugin but found "INFO No properties were selected" error anyone face this issue ever ? meltano elt tap-hubspot target-jsonl --job_id=hubspot-to-jsonl meltano   | Running extract & load... meltano   | No state was found, complete import. tap-hubspot | INFO No properties were selected meltano   | Extract & load complete! meltano   | Transformation skipped.
d
@ankur_adhikari It sounds like the tap expects streams and properties to explicitly be selected for extraction (https://meltano.com/docs/integration.html#selecting-entities-and-attributes-for-extraction), but that Meltano is not currently doing so. Did you list
discover
and
properties
under the plugin's
capabilities
in
meltano.yml
, so that Meltano knows that it supports entity selection? If you add those capabilities, Meltano should select all streams and properties by default. If you'd like to select only certain streams and properties, you can use
meltano select
as described in that doc.
a
sure, i will try and get back to you
thanks
it works, i added properties now
thanks a lot @douwe_maan