-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
🐛 Source Apple Search Ads: fix daily stream granularity #53685
Conversation
@sheinbergon is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
@@ -211,7 +211,7 @@ definitions: | |||
"ASCENDING" } ] } | |||
timeZone: UTC | |||
startTime: "{{ stream_slice.start_time }}" | |||
granularity: "{{ parameters.granularity }}" | |||
granularity: DAILY |
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.
Good catch!
/bump-version type="patch" changelog="Fix granularity to daily"
|
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.
Thank you for this. Let me run the CI real quick and bump the version.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@natikgadzhi 10x, better close the linked issue #48573 |
@natikgadzhi Also, when can I expect an official updated connector release? |
They usually get published in 10-15m after being merged. |
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 granularityUser Impact
Daily breakdown streams will work (they are currently broken)
Can this PR be safely reverted and rolled back?