Skip to content

Commit

Permalink
✨Source Open Weather: Make Connector Compatible with Builder (#38601)
Browse files Browse the repository at this point in the history
Co-authored-by: Natik Gadzhi <[email protected]>
  • Loading branch information
btkcodedev and natikgadzhi authored May 23, 2024
1 parent f74f5d9 commit 97ceaed
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 561d7787-b45e-4f3b-af58-0163c3ba9d5a
dockerImageTag: 0.2.3
dockerImageTag: 0.2.4
dockerRepository: airbyte/source-openweather
documentationUrl: https://docs.airbyte.com/integrations/sources/openweather
githubIssueLabel: source-openweather
Expand Down
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.2.3"
version = "0.2.4"
name = "source-openweather"
description = "Source implementation for Openweather."
authors = [ "Airbyte <[email protected]>",]
Expand Down

This file was deleted.

Loading

0 comments on commit 97ceaed

Please sign in to comment.