Skip to content

Commit

Permalink
🐙 source-firebase-realtime-database: run up-to-date pipeline [2024-07…
Browse files Browse the repository at this point in the history
…-10] (#41469)
  • Loading branch information
alafanechere committed Jul 11, 2024
1 parent 762dd00 commit 068868e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: acb5f973-a565-441e-992f-4946f3e65662
dockerImageTag: 0.1.9
dockerImageTag: 0.1.10
dockerRepository: airbyte/source-firebase-realtime-database
githubIssueLabel: source-firebase-realtime-database
license: MIT
Expand All @@ -31,5 +31,5 @@ data:
connectorTestSuitesOptions:
- suite: unitTests
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
metadataSpecVersion: "1.0"

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
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.9"
version = "0.1.10"
name = "source-firebase-realtime-database"
description = "Source implementation for Firebase Realtime Database."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/firebase-realtime-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Once you've configured Firebase Realtime Database as a source, delete the Servic

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :--------------------------------------------------------- | :----------------------------------------- |
| 0.1.10 | 2024-07-10 | [41469](https://github.com/airbytehq/airbyte/pull/41469) | Update dependencies |
| 0.1.9 | 2024-07-06 | [40816](https://github.com/airbytehq/airbyte/pull/40816) | Update dependencies |
| 0.1.8 | 2024-06-29 | [40628](https://github.com/airbytehq/airbyte/pull/40628) | Update dependencies |
| 0.1.7 | 2024-06-26 | [40538](https://github.com/airbytehq/airbyte/pull/40538) | Update dependencies |
Expand Down

0 comments on commit 068868e

Please sign in to comment.