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 daily stream granularity #53685

Conversation

sheinbergon
Copy link
Contributor

@sheinbergon sheinbergon commented Feb 13, 2025

What

Fixes broken daily granularity stream (See #48573)

How

Granularity for daily streams is paramaterized, it should just be set to daily

Review guide

manifest.yaml has been updated to refelect no parameterized granularity

User Impact

Daily breakdown streams will work (they are currently broken)

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Feb 13, 2025

@sheinbergon is attempting to deploy a commit to the Airbyte Growth Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Feb 13, 2025

CLA assistant check
All committers have signed the CLA.

@@ -211,7 +211,7 @@ definitions:
"ASCENDING" } ] }
timeZone: UTC
startTime: "{{ stream_slice.start_time }}"
granularity: "{{ parameters.granularity }}"
granularity: DAILY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@natikgadzhi
Copy link
Contributor

natikgadzhi commented Feb 14, 2025

/bump-version type="patch" changelog="Fix granularity to daily"

Bump Version job started... Check job output.

✅ Changes applied successfully. (bd7bbf7)

Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this. Let me run the CI real quick and bump the version.

@natikgadzhi natikgadzhi enabled auto-merge (squash) February 14, 2025 00:32
Copy link

vercel bot commented Feb 14, 2025

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

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 1:00am

@natikgadzhi natikgadzhi merged commit 17332e2 into airbytehq:master Feb 14, 2025
28 checks passed
@sheinbergon sheinbergon deleted the sheinbergon/apple-search-ads-daily-granularity-fix branch February 14, 2025 05:23
@sheinbergon
Copy link
Contributor Author

@natikgadzhi 10x, better close the linked issue #48573

@sheinbergon
Copy link
Contributor Author

@natikgadzhi Also, when can I expect an official updated connector release?

@natikgadzhi
Copy link
Contributor

They usually get published in 10-15m after being merged.

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 community connectors/source/apple-search-ads
Projects
Development

Successfully merging this pull request may close these issues.

5 participants