-
Notifications
You must be signed in to change notification settings - Fork 4.5k
🎉 Source Bing Ads: support oauth #6831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/test connector=connectors/source-bing-ads
|
"access_token": { | ||
"type": "string", | ||
"description": "Access token generated using developer_token, client_id, and client_secret.", | ||
"airbyte_secret": true | ||
}, | ||
"refresh_token": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this parameter used? I don't see changes of business logic
"oauth2Specification": { | ||
"rootObject": [], | ||
"oauthFlowInitParameters": [["client_id"], ["client_secret"], ["developer_token"], ["user_id"]], | ||
"oauthFlowOutputParameters": [["client_id"], ["client_secret"], ["developer_token"], ["user_id"], ["refresh_token"]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id/secret/token are init parameters, not output params, I believe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output params too. Need these params to get a new access token after the expiry.
What
Source Bing Ads: support oauth - #6294
How
spec.json
Recommended reading order
x.java
y.python
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described hereThis change is