Skip to content

Commit 9d1cd42

Browse files
authored
🎉 Source Freshdesk: Migrated to latest CDK (#12334)
1 parent 3bddf87 commit 9d1cd42

File tree

21 files changed

+1247
-722
lines changed

21 files changed

+1247
-722
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
- name: Freshdesk
272272
sourceDefinitionId: ec4b9503-13cb-48ab-a4ab-6ade4be46567
273273
dockerRepository: airbyte/source-freshdesk
274-
dockerImageTag: 0.2.11
274+
dockerImageTag: 0.3.0
275275
documentationUrl: https://docs.airbyte.io/integrations/sources/freshdesk
276276
icon: freshdesk.svg
277277
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@
24052405
supportsNormalization: false
24062406
supportsDBT: false
24072407
supported_destination_sync_modes: []
2408-
- dockerImage: "airbyte/source-freshdesk:0.2.11"
2408+
- dockerImage: "airbyte/source-freshdesk:0.3.0"
24092409
spec:
24102410
documentationUrl: "https://docs.airbyte.io/integrations/sources/freshdesk"
24112411
connectionSpecification:

airbyte-integrations/connectors/source-freshdesk/CHANGELOG.md

-21
This file was deleted.

airbyte-integrations/connectors/source-freshdesk/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY source_freshdesk ./source_freshdesk
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=0.2.11
37+
LABEL io.airbyte.version=0.3.0
3838
LABEL io.airbyte.name=airbyte/source-freshdesk

airbyte-integrations/connectors/source-freshdesk/acceptance-test-config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ tests:
1313
- config_path: "secrets/config.json"
1414
basic_read:
1515
- config_path: "secrets/config.json"
16+
configured_catalog_path: "integration_tests/configured_catalog.json"
1617
empty_streams: ["satisfaction_ratings", "tickets", "time_entries", "conversations"]
1718
incremental:
1819
- config_path: "secrets/config.json"
20+
configured_catalog_path: "integration_tests/configured_catalog.json"
1921
future_state_path: "integration_tests/abnormal_state.json"
2022
full_refresh:
2123
- config_path: "secrets/config.json"
24+
configured_catalog_path: "integration_tests/configured_catalog.json"

0 commit comments

Comments
 (0)