Skip to content

Commit fa9a07e

Browse files
authored
🐙 destination-firebolt: run up-to-date pipeline [2024-08-31] (#44991)
1 parent 812b6be commit fa9a07e

File tree

4 files changed

+68
-61
lines changed

4 files changed

+68
-61
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.15
5+
dockerImageTag: 0.2.16
66
dockerRepository: airbyte/destination-firebolt
77
githubIssueLabel: destination-firebolt
88
connectorBuildOptions:

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

+65-59
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.15"
6+
version = "0.2.16"
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.16 | 2024-08-31 | [44991](https://github.com/airbytehq/airbyte/pull/44991) | Update dependencies |
101102
| 0.2.15 | 2024-08-24 | [44698](https://github.com/airbytehq/airbyte/pull/44698) | Update dependencies |
102103
| 0.2.14 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
103104
| 0.2.13 | 2024-08-17 | [44239](https://github.com/airbytehq/airbyte/pull/44239) | Update dependencies |

0 commit comments

Comments
 (0)