ananya
04/25/2022, 8:25 AMstandard
objects only into the Redshfit. π
Details are in the thread.
Please help πananya
04/25/2022, 8:25 AMmeltano
and singer-io
variant both:
β’ With this config I am getting only 6 standard objects.
config:
refresh_token: $SECRET_TAP_SALESFORCE_REFRESH_TOKEN
client_id: $SECRET_TAP_SALESFORCE_CLIENT_ID
client_secret: $SECRET_TAP_SALESFORCE_CLIENT_SECRET
start_date: $ENV_TAP_SALESFORCE_START_DATE
api_type: $ENV_TAP_SALESFORCE_API_TYPE
select_fields_by_default: true
β’ With this config my pipeline is running without any error but not getting Campaign
object into the redshift.
plugins:
extractors:
- name: tap-salesforce
namespace: tap_salesforce
variant: singer-io
pip_url: git+<https://github.com/singer-io/tap-salesforce.git>
config:
refresh_token: $SECRET_TAP_SALESFORCE_REFRESH_TOKEN
client_id: $SECRET_TAP_SALESFORCE_CLIENT_ID
client_secret: $SECRET_TAP_SALESFORCE_CLIENT_SECRET
start_date: $ENV_TAP_SALESFORCE_START_DATE
api_type: $ENV_TAP_SALESFORCE_API_TYPE
select_fields_by_default: false
select:
- 'Campaign.*'
taylor
04/25/2022, 2:25 PMananya
04/25/2022, 3:54 PMmeltano
variant, I am getting this error:
Cannot list the selected attributes: Catalog discovery failed: command ['/project/.meltano/extractors/tap-salesforce/venv/bin/tap-salesforce', '--config', '/project/.meltano/run/tap-salesforce/tap.31767107-6c0b-4012-a965-8561ce55762a.config.json', '--discover'] returned 1
taylor
04/25/2022, 4:16 PMproperties
cability. Can you add the follwing key to the extractor:
capabilities:
- properties
- discover
- state
taylor
04/25/2022, 4:16 PMananya
04/27/2022, 11:12 AMmeltano
variant. π gratitude thank you π