1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Source Visma e-conomic: Make Connector Compatible with Builder (#38691)

Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
This commit is contained in:
btkcodedev
2024-05-29 05:21:33 +05:30
committed by GitHub
parent aa2d223667
commit 0393f23e99
5 changed files with 2691 additions and 2640 deletions

View File

@@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 42495935-95de-4f5c-ae08-8fac00f6b308
dockerImageTag: 0.2.4
dockerImageTag: 0.2.5
dockerRepository: airbyte/source-visma-economic
documentationUrl: https://docs.airbyte.com/integrations/sources/visma-economic
githubIssueLabel: source-visma-economic

View File

@@ -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-visma-economic"
description = "Source implementation for Visma Economic."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -1,2 +0,0 @@
-e .
-e ../../bases/connector-acceptance-test

View File

@@ -49,6 +49,7 @@ For more information about the api see the [E-conomic REST API Documentation](ht
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.2.5 | 2024-05-28 | [38691](https://github.com/airbytehq/airbyte/pull/38691) | Make compatibility with builder |
| 0.2.4 | 2024-04-19 | [37283](https://github.com/airbytehq/airbyte/pull/37283) | Updating to 0.80.0 CDK |
| 0.2.3 | 2024-04-18 | [37283](https://github.com/airbytehq/airbyte/pull/37283) | Manage dependencies with Poetry. |
| 0.2.2 | 2024-04-15 | [37283](https://github.com/airbytehq/airbyte/pull/37283) | Base image migration: remove Dockerfile and use the python-connector-base image |