Skip to content

Commit

Permalink
source-pinterest: ensure inline schemas, updated cdk, poetry (where p…
Browse files Browse the repository at this point in the history
…ossible) (#36655)

Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
  • Loading branch information
3 people authored May 7, 2024
1 parent 48c30e6 commit 17a2aee
Show file tree
Hide file tree
Showing 26 changed files with 995 additions and 9 deletions.
12 changes: 10 additions & 2 deletions airbyte-integrations/connectors/source-pinterest/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
dockerImageTag: 1.3.2
dockerImageTag: 1.3.3
dockerRepository: airbyte/source-pinterest
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.1.0@sha256:bd98f6505c6764b1b5f99d3aedc23dfc9e9af631a62533f60eb32b1d3dbab20c
Expand All @@ -27,7 +27,15 @@ data:
releases:
breakingChanges:
1.0.0:
message: "This release updates the date-time fields to use the Airbyte format `timestamp_without_timezone`. This change affects all streams where date-time fields are present, ensuring more accurate and standardized time representations: BoardPins, BoardSectionPins, Boards, Catalogs, and CatalogFeeds. Additionally, the stream names AdvertizerReport and AdvertizerTargetingReport have been renamed to AdvertiserReport and AdvertiserTargetingReport, respectively. Users will need to refresh the source schema and reset affected streams after upgrading."
message:
"This release updates the date-time fields to use the Airbyte format
`timestamp_without_timezone`. This change affects all streams where date-time
fields are present, ensuring more accurate and standardized time representations:
BoardPins, BoardSectionPins, Boards, Catalogs, and CatalogFeeds. Additionally,
the stream names AdvertizerReport and AdvertizerTargetingReport have been
renamed to AdvertiserReport and AdvertiserTargetingReport, respectively.
Users will need to refresh the source schema and reset affected streams
after upgrading."
upgradeDeadline: "2023-12-14"
suggestedStreams:
streams:
Expand Down
10 changes: 5 additions & 5 deletions airbyte-integrations/connectors/source-pinterest/poetry.lock

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 = "1.3.2"
version = "1.3.3"
name = "source-pinterest"
description = "Source implementation for Pinterest."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -18,7 +18,7 @@ include = "source_pinterest"
[tool.poetry.dependencies]
python = "^3.9,<3.12"
pendulum = "==2.1.2"
airbyte-cdk = "^0"
airbyte-cdk = "0.80.0"

[tool.poetry.scripts]
source-pinterest = "source_pinterest.run:run"
Expand Down
Loading

0 comments on commit 17a2aee

Please sign in to comment.