Skip to content

Commit

Permalink
✨Source Insightly: Make Connector Compatible with Builder (#38140)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Girard <[email protected]>
  • Loading branch information
btkcodedev and girarda authored May 15, 2024
1 parent 0e76011 commit ab0d60c
Show file tree
Hide file tree
Showing 13 changed files with 4,494 additions and 4,052 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ data:
sl: 100
allowedHosts:
hosts:
- TODO
- api.na1.insightly.com
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
connectorSubtype: api
connectorType: source
definitionId: 38f84314-fe6a-4257-97be-a8dcd942d693
dockerImageTag: 0.2.4
dockerImageTag: 0.2.5
dockerRepository: airbyte/source-insightly
documentationUrl: https://docs.airbyte.com/integrations/sources/insightly
githubIssueLabel: source-insightly
Expand All @@ -20,7 +20,7 @@ data:
registries:
cloud:
enabled: true
dockerImageTag: 0.2.0
dockerImageTag: 0.2.5
oss:
enabled: true
releaseStage: alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.4"
version = "0.2.5"
name = "source-insightly"
description = "Source implementation for Insightly."
authors = [ "Airbyte <[email protected]>",]
Expand Down
Loading

0 comments on commit ab0d60c

Please sign in to comment.