Skip to content

Commit 66c17b2

Browse files
authored
source-appsflyer: [autopull] base image + poetry + up_to_date (#38436)
1 parent a40b071 commit 66c17b2

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

airbyte-integrations/connectors/source-appsflyer/metadata.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ data:
2727
ql: 100
2828
supportLevel: community
2929
connectorTestSuitesOptions:
30-
- suite: unitTests
31-
- suite: acceptanceTests
32-
testSecrets:
33-
- name: SECRET_SOURCE-APPSFLYER_CREDS
34-
fileName: config.json
35-
secretStore:
36-
type: GSM
37-
alias: airbyte-connector-testing-secret-store
30+
- suite: unitTests
31+
- suite: acceptanceTests
32+
testSecrets:
33+
- name: SECRET_SOURCE-APPSFLYER_CREDS
34+
fileName: config.json
35+
secretStore:
36+
type: GSM
37+
alias: airbyte-connector-testing-secret-store
3838
connectorBuildOptions:
39-
baseImage:
40-
docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
39+
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
4140
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/source-appsflyer/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-appsflyer/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pendulum = "==2.1.2"
2424
source-appsflyer = "source_appsflyer.run:run"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
requests-mock = "^1.9.3"
2827
pytest-mock = "^3.6.1"
28+
requests-mock = "^1.9.3"
2929
pytest = "^6.1"

docs/integrations/sources/appsflyer.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ The Airbyte Source for [AppsFLyer](https://www.appsflyer.com/)
66

77
| Version | Date | Pull Request | Subject |
88
| :------ | :--------- | :----------------------------------------------------- | :------------------------------------------ |
9-
| 0.1.0 | 2021-03-22 | [2544](https://github.com/airbytehq/airbyte/pull/2544) | Adding the appsflyer singer based connector |
9+
| 0.1.1 | 2024-05-20 | [38436](https://github.com/airbytehq/airbyte/pull/38436) | [autopull] base image + poetry + up_to_date |
10+
| 0.1.0 | 2021-03-22 | [2544](https://github.com/airbytehq/airbyte/pull/2544) | Adding the appsflyer singer based connector |

0 commit comments

Comments
 (0)