Skip to content

Commit ab0d60c

Browse files
btkcodedevgirarda
andauthored
✨Source Insightly: Make Connector Compatible with Builder (#38140)
Co-authored-by: Alexandre Girard <[email protected]>
1 parent 0e76011 commit ab0d60c

File tree

13 files changed

+4494
-4052
lines changed

13 files changed

+4494
-4052
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ data:
44
sl: 100
55
allowedHosts:
66
hosts:
7-
- TODO
7+
- api.na1.insightly.com
88
connectorBuildOptions:
99
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 38f84314-fe6a-4257-97be-a8dcd942d693
13-
dockerImageTag: 0.2.4
13+
dockerImageTag: 0.2.5
1414
dockerRepository: airbyte/source-insightly
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/insightly
1616
githubIssueLabel: source-insightly
@@ -20,7 +20,7 @@ data:
2020
registries:
2121
cloud:
2222
enabled: true
23-
dockerImageTag: 0.2.0
23+
dockerImageTag: 0.2.5
2424
oss:
2525
enabled: true
2626
releaseStage: alpha

airbyte-integrations/connectors/source-insightly/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 = "0.2.4"
6+
version = "0.2.5"
77
name = "source-insightly"
88
description = "Source implementation for Insightly."
99
authors = [ "Airbyte <[email protected]>",]

0 commit comments

Comments
 (0)