Skip to content

Commit

Permalink
source-appsflyer: [autopull] base image + poetry + up_to_date (#38436)
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored May 21, 2024
1 parent a40b071 commit 66c17b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
19 changes: 9 additions & 10 deletions airbyte-integrations/connectors/source-appsflyer/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ data:
ql: 100
supportLevel: community
connectorTestSuitesOptions:
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-APPSFLYER_CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-APPSFLYER_CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage:
docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
metadataSpecVersion: "1.0"
6 changes: 3 additions & 3 deletions airbyte-integrations/connectors/source-appsflyer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ pendulum = "==2.1.2"
source-appsflyer = "source_appsflyer.run:run"

[tool.poetry.group.dev.dependencies]
requests-mock = "^1.9.3"
pytest-mock = "^3.6.1"
requests-mock = "^1.9.3"
pytest = "^6.1"
3 changes: 2 additions & 1 deletion docs/integrations/sources/appsflyer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ The Airbyte Source for [AppsFLyer](https://www.appsflyer.com/)

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

0 comments on commit 66c17b2

Please sign in to comment.