Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-pinterest: ensure inline schemas, updated cdk, poetry (where possible) #36655

Merged
merged 13 commits into from
May 7, 2024
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
Loading