Skip to content

Commit

Permalink
✨Source Polygon Stock API: Make Connector Compatible with Builder (#3…
Browse files Browse the repository at this point in the history
…8665)

Co-authored-by: Alexandre Girard <[email protected]>
  • Loading branch information
pabloescoder and girarda authored May 28, 2024
1 parent d586e76 commit 301e54d
Show file tree
Hide file tree
Showing 15 changed files with 232 additions and 210 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#

from source_polygon_stock_api.run import run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 5807d72f-0abc-49f9-8fa5-ae820007032b
dockerImageTag: 0.1.5
dockerImageTag: 0.1.6
dockerRepository: airbyte/source-polygon-stock-api
documentationUrl: https://docs.airbyte.com/integrations/sources/polygon-stock-api
githubIssueLabel: source-polygon-stock-api
Expand Down

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.5"
version = "0.1.6"
name = "source-polygon-stock-api"
description = "Source implementation for Polygon Stock Api."
authors = [ "Airbyte <[email protected]>",]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
Loading

0 comments on commit 301e54d

Please sign in to comment.