Skip to content

Commit 17a2aee

Browse files
bleonardalafanecherelazebnyi
authored
source-pinterest: ensure inline schemas, updated cdk, poetry (where possible) (#36655)
Co-authored-by: Augustin <[email protected]> Co-authored-by: Serhii Lazebnyi <[email protected]>
1 parent 48c30e6 commit 17a2aee

26 files changed

+995
-9
lines changed

airbyte-integrations/connectors/source-pinterest/metadata.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: api
66
connectorType: source
77
definitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
8-
dockerImageTag: 1.3.2
8+
dockerImageTag: 1.3.3
99
dockerRepository: airbyte/source-pinterest
1010
connectorBuildOptions:
1111
baseImage: docker.io/airbyte/python-connector-base:1.1.0@sha256:bd98f6505c6764b1b5f99d3aedc23dfc9e9af631a62533f60eb32b1d3dbab20c
@@ -27,7 +27,15 @@ data:
2727
releases:
2828
breakingChanges:
2929
1.0.0:
30-
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."
30+
message:
31+
"This release updates the date-time fields to use the Airbyte format
32+
`timestamp_without_timezone`. This change affects all streams where date-time
33+
fields are present, ensuring more accurate and standardized time representations:
34+
BoardPins, BoardSectionPins, Boards, Catalogs, and CatalogFeeds. Additionally,
35+
the stream names AdvertizerReport and AdvertizerTargetingReport have been
36+
renamed to AdvertiserReport and AdvertiserTargetingReport, respectively.
37+
Users will need to refresh the source schema and reset affected streams
38+
after upgrading."
3139
upgradeDeadline: "2023-12-14"
3240
suggestedStreams:
3341
streams:

airbyte-integrations/connectors/source-pinterest/poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-pinterest/pyproject.toml

+2-2
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 = "1.3.2"
6+
version = "1.3.3"
77
name = "source-pinterest"
88
description = "Source implementation for Pinterest."
99
authors = [ "Airbyte <[email protected]>",]
@@ -18,7 +18,7 @@ include = "source_pinterest"
1818
[tool.poetry.dependencies]
1919
python = "^3.9,<3.12"
2020
pendulum = "==2.1.2"
21-
airbyte-cdk = "^0"
21+
airbyte-cdk = "0.80.0"
2222

2323
[tool.poetry.scripts]
2424
source-pinterest = "source_pinterest.run:run"

0 commit comments

Comments
 (0)