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 Sonar Cloud: Mark datefields in spec as dates #22868

Merged
merged 9 commits into from
Feb 27, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_sonar_cloud ./source_sonar_cloud
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-sonar-cloud
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ connectionSpecification:
pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
examples:
- YYYY-MM-DD
format: date
end_date:
title: End date
type: string
description: To retrieve issues created before the given date (inclusive).
pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
examples:
- YYYY-MM-DD
format: date
1 change: 1 addition & 0 deletions docs/integrations/sources/sonar-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ This source can sync data from the [Sonar cloud API](https://sonarcloud.io/web_a

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------- |
| 0.1.1 | 2023-02-11 l [22868](https://github.com/airbytehq/airbyte/pull/22868) | Specified date formatting in specification |
| 0.1.0 | 2022-10-26 | [#18475](https://github.com/airbytehq/airbyte/pull/18475) | 🎉 New Source: Sonar Cloud API [low-code CDK] |