File tree 4 files changed +15
-15
lines changed
airbyte-integrations/connectors/source-appsflyer
docs/integrations/sources
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,14 @@ data:
27
27
ql : 100
28
28
supportLevel : community
29
29
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
38
38
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
41
40
metadataSpecVersion : " 1.0"
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ pendulum = "==2.1.2"
24
24
source-appsflyer = " source_appsflyer.run:run"
25
25
26
26
[tool .poetry .group .dev .dependencies ]
27
- requests-mock = " ^1.9.3"
28
27
pytest-mock = " ^3.6.1"
28
+ requests-mock = " ^1.9.3"
29
29
pytest = " ^6.1"
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ The Airbyte Source for [AppsFLyer](https://www.appsflyer.com/)
6
6
7
7
| Version | Date | Pull Request | Subject |
8
8
| :------ | :--------- | :----------------------------------------------------- | :------------------------------------------ |
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 |
You can’t perform that action at this time.
0 commit comments