-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Source SmartSheets: fix oauth2 implementation #23237
Source SmartSheets: fix oauth2 implementation #23237
Conversation
/test connector=connectors/source-smartsheets
Build FailedTest summary info:
|
/test connector=connectors/source-smartsheets
Build PassedTest summary info:
|
airbyte-integrations/connectors/source-smartsheets/acceptance-test-config.yml
Show resolved
Hide resolved
airbyte-integrations/connectors/source-smartsheets/source_smartsheets/spec.json
Outdated
Show resolved
Hide resolved
airbyte-oauth/src/main/java/io/airbyte/oauth/flows/SmartsheetsOAuthFlow.java
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-smartsheets/acceptance-test-config.yml
Show resolved
Hide resolved
@pedroslopez , unfortunately not, as we need extra data for reauthentication, that we don't have now in our DB. |
…icator # Conflicts: # airbyte-oauth/src/main/java/io/airbyte/oauth/flows/SmartsheetsOAuthFlow.java
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.
👍 and noting the breaking change
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.
Code looks good, though did not functionally test this. Requested changes are for naming and an incorrect link.
airbyte-integrations/connectors/source-smartsheets/source_smartsheets/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-smartsheets/source_smartsheets/spec.json
Outdated
Show resolved
Hide resolved
/publish connector=connectors/source-smartsheets
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* Source SmartSheets: fix oauth2 implementation * Source SmartSheets: update docs * Source SmartSheets: fix tests * Source SmartSheets: fix typo; bump version * Source Smartsheets: update spec * auto-bump connector version * Automated Change * Source Smartsheets: typo --------- Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com> Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
* Source SmartSheets: fix oauth2 implementation * Source SmartSheets: update docs * Source SmartSheets: fix tests * Source SmartSheets: fix typo; bump version * Source Smartsheets: update spec * auto-bump connector version * Automated Change * Source Smartsheets: typo --------- Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com> Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
What
Resolving https://github.com/airbytehq/oncall/issues/1127
How
Fix refresh token by using SingleUseRefreshTokenOauth2Authenticator
Recommended reading order
x.java
y.python
🚨 User Impact 🚨
reauthenticate will be needed for all users
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
.README.md
bootstrap.md
. See description and examplesdocs/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 here