Skip to content
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 Apple Search Ads(fix): fix authentication grant_type #48440

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

ChristoGrab
Copy link
Contributor

@ChristoGrab ChristoGrab commented Nov 9, 2024

What

One of our users alerted us to a bug in the Apple Search Ads connector's authentication, preventing them from connecting to the source. This PR implements the proposed fix by explicitly setting the grant_type to client_credentials (as well as some test metadata updates to fool CI into not complaining).

CAT tests were not implemented for this connector, as we do not have a sandbox account for this source. Since it is a medium usage connector and requires a CAT implementation, I stubbed in an implementation of the tests. I'm pushing this change on good faith since our users have more insight into this specific connector's health than I can verify myself 😅

How

  • Update auth grant_type to client_credentials

User Impact

Unblock users with stuck connections

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Nov 12, 2024 6:07pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/apple-search-ads labels Nov 9, 2024
@ChristoGrab ChristoGrab marked this pull request as ready for review November 12, 2024 18:21
@ChristoGrab ChristoGrab enabled auto-merge (squash) November 12, 2024 18:21
@octavia-squidington-iv octavia-squidington-iv requested a review from a team November 12, 2024 18:22
@airbyteio airbyteio merged commit a6fe0dc into master Nov 12, 2024
41 of 42 checks passed
@airbyteio airbyteio deleted the christo/apple-search-ads-fix branch November 12, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation auto-merge connectors/source/apple-search-ads
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants