Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

鉁⊿ource Insightly: Make Connector Compatible with Builder #38140

Merged
merged 6 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

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 <contact@airbyte.io>",]
Expand Down