1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-apple-search-ads: run up-to-date pipeline [2024-07-10] (#41546)

This commit is contained in:
Augustin
2024-07-11 02:18:52 +02:00
committed by GitHub
parent 0185d378ba
commit 75ab0ef011
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: e59c8416-c2fa-4bd3-9e95-52677ea281c1
dockerImageTag: 0.1.6
dockerImageTag: 0.1.7
dockerRepository: airbyte/source-apple-search-ads
githubIssueLabel: source-apple-search-ads
icon: apple.svg
@@ -27,5 +27,5 @@ data:
ql: 100
supportLevel: community
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
metadataSpecVersion: "1.0"

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.1.6"
version = "0.1.7"
name = "source-apple-search-ads"
description = "Source implementation for Apple Search Ads."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -60,6 +60,7 @@ However, at this moment and as indicated in the stream names, the connector only
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------- |
| 0.1.7 | 2024-07-10 | [41546](https://github.com/airbytehq/airbyte/pull/41546) | Update dependencies |
| 0.1.6 | 2024-07-09 | [40832](https://github.com/airbytehq/airbyte/pull/40832) | Update dependencies |
| 0.1.5 | 2024-06-25 | [40364](https://github.com/airbytehq/airbyte/pull/40364) | Update dependencies |
| 0.1.4 | 2024-06-22 | [40186](https://github.com/airbytehq/airbyte/pull/40186) | Update dependencies |