Skip to content

Commit

Permalink
feat(source-microsoft-dataverser): make dataverse available on Cloud (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored Sep 26, 2024
1 parent c47e344 commit 9ca713b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 9220e3de-3b60-4bb2-a46f-046d59ea235a
dockerImageTag: 0.1.20
dockerImageTag: 0.1.21
dockerRepository: airbyte/source-microsoft-dataverse
githubIssueLabel: source-microsoft-dataverse
icon: microsoftdataverse.svg
Expand All @@ -14,7 +14,7 @@ data:
packageName: airbyte-source-microsoft-dataverse
registryOverrides:
cloud:
enabled: false
enabled: true
oss:
enabled: true
releaseStage: alpha
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
requires = [ "poetry-core>=1.0.0",]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.20"
version = "0.1.21"
name = "source-microsoft-dataverse"
description = "Source implementation for Microsoft Dataverse."
authors = [ "Airbyte <contact@airbyte.io>",]
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/microsoft-dataverse"
Expand All @@ -24,5 +24,5 @@ source-microsoft-dataverse = "source_microsoft_dataverse.run:run"

[tool.poetry.group.dev.dependencies]
requests-mock = "^1.9.3"
pytest = "^6.1"
pytest = "^8.0"
pytest-mock = "^3.6.1"
1 change: 1 addition & 0 deletions docs/integrations/sources/microsoft-dataverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ https://blog.magnetismsolutions.com/blog/paulnieuwelaar/2021/9/21/setting-up-an-

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------- |
| 0.1.21 | 2024-09-26 | [ ](https://github.com/airbytehq/airbyte/pull/ ) | Make Dataverse available on Airbyte Cloud |
| 0.1.20 | 2024-09-21 | [45777](https://github.com/airbytehq/airbyte/pull/45777) | Update dependencies |
| 0.1.19 | 2024-09-14 | [45482](https://github.com/airbytehq/airbyte/pull/45482) | Update dependencies |
| 0.1.18 | 2024-09-07 | [45224](https://github.com/airbytehq/airbyte/pull/45224) | Update dependencies |
Expand Down

0 comments on commit 9ca713b

Please sign in to comment.