Skip to content

Commit 660790e

Browse files
authored
🐙 destination-firebolt: run up-to-date pipeline [2024-08-17] (#44239)
1 parent 353e251 commit 660790e

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

airbyte-integrations/connectors/destination-firebolt/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 18081484-02a5-4662-8dba-b270b582f321
5-
dockerImageTag: 0.2.12
5+
dockerImageTag: 0.2.13
66
dockerRepository: airbyte/destination-firebolt
77
githubIssueLabel: destination-firebolt
88
connectorBuildOptions:

airbyte-integrations/connectors/destination-firebolt/poetry.lock

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

airbyte-integrations/connectors/destination-firebolt/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.2.12"
6+
version = "0.2.13"
77
name = "destination-firebolt"
88
description = "Destination implementation for Firebolt."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/destinations/firebolt.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Firebolt. Each table will contain 3 columns:
9898

9999
| Version | Date | Pull Request | Subject |
100100
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------- |
101+
| 0.2.13 | 2024-08-17 | [44239](https://github.com/airbytehq/airbyte/pull/44239) | Update dependencies |
101102
| 0.2.12 | 2024-08-10 | [43682](https://github.com/airbytehq/airbyte/pull/43682) | Update dependencies |
102103
| 0.2.11 | 2024-08-03 | [43143](https://github.com/airbytehq/airbyte/pull/43143) | Update dependencies |
103104
| 0.2.10 | 2024-07-27 | [42703](https://github.com/airbytehq/airbyte/pull/42703) | Update dependencies |

0 commit comments

Comments
 (0)