Skip to content

Commit ae553d9

Browse files
authored
🐙 source-dremio: run up-to-date pipeline [2024-08-12] (#43785)
1 parent 3fb1cb0 commit ae553d9

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: d99e9ace-8621-46c2-9144-76ae4751d64b
5-
dockerImageTag: 0.1.13
5+
dockerImageTag: 0.1.14
66
dockerRepository: airbyte/source-dremio
77
githubIssueLabel: source-dremio
88
icon: dremio.svg

airbyte-integrations/connectors/source-dremio/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

docs/integrations/sources/dremio.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Please read [How to get your APIs credentials](https://docs.dremio.com/software/
4141

4242
| Version | Date | Pull Request | Subject |
4343
| :------ | :--------- | :------------------------------------------------------- | :----------------- |
44+
| 0.1.14 | 2024-08-12 | [43785](https://github.com/airbytehq/airbyte/pull/43785) | Update dependencies |
4445
| 0.1.13 | 2024-08-10 | [43608](https://github.com/airbytehq/airbyte/pull/43608) | Update dependencies |
4546
| 0.1.12 | 2024-08-03 | [43201](https://github.com/airbytehq/airbyte/pull/43201) | Update dependencies |
4647
| 0.1.11 | 2024-07-27 | [42670](https://github.com/airbytehq/airbyte/pull/42670) | Update dependencies |

0 commit comments

Comments
 (0)