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 NASA: Mark datefields in spec as dates #22934

Merged
merged 8 commits into from
Mar 2, 2023
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-nasa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_nasa ./source_nasa
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-nasa
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ connectionSpecification:
pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
examples:
- "2022-10-20"
format: date
end_date:
type: string
description: >-
Expand All @@ -43,6 +44,7 @@ connectionSpecification:
pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
examples:
- "2022-10-20"
format: date
thumbs:
type: boolean
default: false
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/nasa.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ The NASA connector should not run into NASA API limitations under normal usage.

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------|
| 0.1.1 | 2023-02-13 | [22934](https://github.com/airbytehq/airbyte/pull/22934) | Specified date formatting in specification |
| 0.1.0 | 2022-10-24 | [18394](https://github.com/airbytehq/airbyte/pull/18394) | 🎉 New Source: NASA APOD |