Skip to content

Commit

Permalink
🐛 Source Apple Search Ads: fix daily stream granularity (#53685)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon authored Feb 14, 2025
1 parent 1559894 commit 17332e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ definitions:
"ASCENDING" } ] }
timeZone: UTC
startTime: "{{ stream_slice.start_time }}"
granularity: "{{ parameters.granularity }}"
granularity: DAILY
error_handler:
type: CompositeErrorHandler
error_handlers:
Expand Down Expand Up @@ -292,7 +292,7 @@ definitions:
"ASCENDING" } ] }
timeZone: UTC
startTime: "{{ stream_slice.start_time }}"
granularity: "{{ parameters.granularity }}"
granularity: DAILY
error_handler:
type: CompositeErrorHandler
error_handlers:
Expand Down Expand Up @@ -381,7 +381,7 @@ definitions:
"ASCENDING" } ] }
timeZone: UTC
startTime: "{{ stream_slice.start_time }}"
granularity: "{{ parameters.granularity }}"
granularity: DAILY
error_handler:
type: DefaultErrorHandler
response_filters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: e59c8416-c2fa-4bd3-9e95-52677ea281c1
dockerImageTag: 0.3.1
dockerImageTag: 0.3.2
dockerRepository: airbyte/source-apple-search-ads
githubIssueLabel: source-apple-search-ads
icon: apple.svg
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/apple-search-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ However, at this moment and as indicated in the stream names, the connector only

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------- |
| 0.3.2 | 2025-02-14 | [53685](https://github.com/airbytehq/airbyte/pull/53685) | Fix granularity to daily |
| 0.3.1 | 2025-02-08 | [53422](https://github.com/airbytehq/airbyte/pull/53422) | Update dependencies |
| 0.3.0 | 2025-02-03 | [53136](https://github.com/airbytehq/airbyte/pull/53136) | Update API version to V5 |
| 0.2.9 | 2025-02-01 | [52899](https://github.com/airbytehq/airbyte/pull/52899) | Update dependencies |
Expand Down

0 comments on commit 17332e2

Please sign in to comment.