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 E-Commerce: fix start date parameter in spec #48564

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 008b2e26-11a3-11ec-82a8-0242ac130003
dockerImageTag: 0.2.23
dockerImageTag: 0.2.24
dockerRepository: airbyte/source-commercetools
githubIssueLabel: source-commercetools
icon: commercetools.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
start_date:
type: string
title: Start date
format: date-time
format: date
pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
order: 0
client_id:
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/commercetools.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Commercetools has some [rate limit restrictions](https://docs.commercetools.com/

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------ |
| 0.2.24 | 2024-11-19 | [48564](https://github.com/airbytehq/airbyte/pull/48564) | Fix for schema start_date conflict |
| 0.2.23 | 2024-11-04 | [48186](https://github.com/airbytehq/airbyte/pull/48186) | Update dependencies |
| 0.2.22 | 2024-10-29 | [47859](https://github.com/airbytehq/airbyte/pull/47859) | Update dependencies |
| 0.2.21 | 2024-10-28 | [47112](https://github.com/airbytehq/airbyte/pull/47112) | Update dependencies |
Expand Down
Loading