Skip to content

Commit eace1e2

Browse files
✨Source Freshservice: Make Connector Compatible with Builder (#38195)
Co-authored-by: Alexandre Girard <[email protected]>
1 parent c306552 commit eace1e2

File tree

13 files changed

+2396
-1981
lines changed

13 files changed

+2396
-1981
lines changed

airbyte-integrations/connectors/source-freshservice/.dockerignore

-6
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ acceptance_tests:
99
tests:
1010
- config_path: "secrets/config.json"
1111
status: "succeed"
12-
- config_path: "integration_tests/invalid_config.json"
13-
status: "failed"
1412
discovery:
1513
tests:
1614
- config_path: "secrets/config.json"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#
2-
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
33
#

airbyte-integrations/connectors/source-freshservice/integration_tests/acceptance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
33
#
44

55

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: 9bb85338-ea95-4c93-b267-6be89125b267
10-
dockerImageTag: 1.3.5
10+
dockerImageTag: 1.3.6
1111
dockerRepository: airbyte/source-freshservice
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/freshservice
1313
githubIssueLabel: source-freshservice

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.3.5"
6+
version = "1.3.6"
77
name = "source-freshservice"
88
description = "Source implementation for Freshservice."
99
authors = [ "Airbyte <[email protected]>",]

airbyte-integrations/connectors/source-freshservice/requirements.txt

-2
This file was deleted.

airbyte-integrations/connectors/source-freshservice/source_freshservice/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
33
#
44

55

0 commit comments

Comments
 (0)