blue-continent-72423
03/18/2021, 2:46 PMripe-musician-59933
03/18/2021, 2:59 PMblue-continent-72423
03/18/2021, 3:11 PMripe-musician-59933
03/18/2021, 3:17 PMdry-dinner-58985
03/18/2021, 6:41 PMsalmon-actor-23953
03/18/2021, 9:20 PMblue-continent-72423
03/19/2021, 7:50 AMdry-dinner-58985
03/21/2021, 3:51 PMskip_property_extras_and_versions=true
is passed. This is working well for me with pipelinewise-target-redshift , and the extras and versions are correctly removed. I however not had a chance to test it with tap-bigquery, but I assume that removing the extras and versions will dramatically reduce the number of columns created in bigquery.blue-continent-72423
03/21/2021, 3:52 PMdry-dinner-58985
03/21/2021, 4:04 PMplugins>extractors
in your meltano.yml
- name: tap-hubspot
namespace: tap_hubspot
pip_url: git+<https://github.com/pankajsaini-ldt/tap-hubspot.git>
executable: tap-hubspot
capabilities:
- discover
- state
- properties
settings:
- name: hapikey
- name: start_date
- name: redirect_uri
- name: client_id
- name: client_secret
- name: refresh_token
- name: skip_property_extras_and_versions
config:
start_date: "2021-03-17T00:00:00Z"
skip_property_extras_and_versions: true
select:
- companies.*
- deals.*
- owners.*
- deal_pipelines.*
meltano install extractor tap-hubspot
it will install using my repo.blue-continent-72423
03/21/2021, 4:07 PMdry-dinner-58985
03/21/2021, 4:08 PMselect:
. Also you will need to pass the standard settings like redirect_uri, client_id, client_secret, refresh_token etc. You can set these in meltano.yml or better in env variables(please run meltano config tap-hubspot list
to see the corresponding env variable names)blue-continent-72423
03/24/2021, 1:19 PMdry-dinner-58985
03/24/2021, 1:28 PM'!contacts.associated-company'
instead of contacts.*
in the select section in meltano.yml? I think a fix can be applied that only gives assiciated-company id
instead of returning all the fields of the company.blue-continent-72423
03/24/2021, 1:30 PM