Skip to content

Commit

Permalink
tap-salesforce: Bump Meltano variant to v1.8.0 (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyoneal authored Jan 10, 2025
1 parent 701c5dd commit 6de2f4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _data/meltano/extractors/tap-salesforce/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logo_url: /assets/logos/extractors/salesforce.png
maintenance_status: active
name: tap-salesforce
namespace: tap_salesforce
pip_url: git+https://github.com/meltanolabs/tap-salesforce.git@v1.5.1
pip_url: git+https://github.com/MeltanoLabs/tap-salesforce.git@v1.8.0
quality: silver
repo: https://github.com/meltanolabs/tap-salesforce
select:
Expand All @@ -23,8 +23,8 @@ select:
- Account.*
- Opportunity.*
settings:
- description: Used to switch the behavior of the tap between using Salesforce’s “REST”
and “BULK” APIs.
- description: Used to switch the behavior of the tap between using Salesforce’s “REST”,
“BULK”, and "BULK 2.0" APIs.
kind: options
label: API Type
name: api_type
Expand All @@ -33,13 +33,15 @@ settings:
value: REST
- label: BULK
value: BULK
- label: BULK2
value: BULK2
value: REST
- description: Salesforce client ID. See
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.html.
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm.
label: Client ID
name: client_id
- description: Salesforce client secret. See
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.html.
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm.
kind: password
label: Client Secret
name: client_secret
Expand Down Expand Up @@ -125,10 +127,8 @@ settings:
settings_group_validation:
- - password
- security_token
- start_date
- username
- - client_id
- client_secret
- refresh_token
- start_date
variant: meltanolabs

0 comments on commit 6de2f4b

Please sign in to comment.