File tree 6 files changed +12
-4
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-nasa
docs/integrations/sources
6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1192
1192
- name : NASA
1193
1193
sourceDefinitionId : 1a8667d7-7978-43cd-ba4d-d32cbd478971
1194
1194
dockerRepository : airbyte/source-nasa
1195
- dockerImageTag : 0.1.0
1195
+ dockerImageTag : 0.1.1
1196
1196
documentationUrl : https://docs.airbyte.com/integrations/sources/nasa
1197
1197
icon : nasa.svg
1198
1198
sourceType : api
1199
1199
releaseStage : alpha
1200
+ allowedHosts :
1201
+ hosts :
1202
+ - api.nasa.gov
1200
1203
- name : Netsuite
1201
1204
sourceDefinitionId : 4f2f093d-ce44-4121-8118-9d13b7bfccd0
1202
1205
dockerRepository : airbyte/source-netsuite
Original file line number Diff line number Diff line change 9461
9461
supportsNormalization: false
9462
9462
supportsDBT: false
9463
9463
supported_destination_sync_modes: []
9464
- - dockerImage: "airbyte/source-nasa:0.1.0 "
9464
+ - dockerImage: "airbyte/source-nasa:0.1.1 "
9465
9465
spec:
9466
9466
documentationUrl: "https://docs.airbyte.io/integrations/sources/nasa-apod"
9467
9467
connectionSpecification:
9499
9499
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
9500
9500
examples:
9501
9501
- "2022-10-20"
9502
+ format: "date"
9502
9503
end_date:
9503
9504
type: "string"
9504
9505
description: "Indicates that end of a date range. If `start_date` is specified\
9505
9506
\ without an `end_date` then `end_date` defaults to the current date."
9506
9507
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
9507
9508
examples:
9508
9509
- "2022-10-20"
9510
+ format: "date"
9509
9511
thumbs:
9510
9512
type: "boolean"
9511
9513
default: false
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ COPY source_nasa ./source_nasa
34
34
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
35
35
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
36
36
37
- LABEL io.airbyte.version=0.1.0
37
+ LABEL io.airbyte.version=0.1.1
38
38
LABEL io.airbyte.name=airbyte/source-nasa
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ connectionSpecification:
35
35
pattern : ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
36
36
examples :
37
37
- " 2022-10-20"
38
+ format : date
38
39
end_date :
39
40
type : string
40
41
description : >-
@@ -43,6 +44,7 @@ connectionSpecification:
43
44
pattern : ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
44
45
examples :
45
46
- " 2022-10-20"
47
+ format : date
46
48
thumbs :
47
49
type : boolean
48
50
default : false
Original file line number Diff line number Diff line change 143
143
| ** MongoDb** | <img alt =" MongoDb icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/mongodb.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-mongodb-v2:0.1.19 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/mongodb-v2 ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mongodb-v2 ) | <small >` b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e ` </small > |
144
144
| ** My Hours** | <img alt =" My Hours icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/my-hours.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-my-hours:0.1.1 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/my-hours ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-my-hours ) | <small >` 722ba4bf-06ec-45a4-8dd5-72e4a5cf3903 ` </small > |
145
145
| ** MySQL** | <img alt =" MySQL icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/mysql.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-mysql:1.0.21 | beta | [ link] ( https://docs.airbyte.com/integrations/sources/mysql ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-mysql ) | <small >` 435bb9a5-7887-4809-aa58-28c27df0d7ad ` </small > |
146
- | ** NASA** | <img alt =" NASA icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/nasa.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-nasa:0.1.0 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/nasa ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-nasa ) | <small >` 1a8667d7-7978-43cd-ba4d-d32cbd478971 ` </small > |
146
+ | ** NASA** | <img alt =" NASA icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/nasa.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-nasa:0.1.1 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/nasa ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-nasa ) | <small >` 1a8667d7-7978-43cd-ba4d-d32cbd478971 ` </small > |
147
147
| ** Netsuite** | <img alt =" Netsuite icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/netsuite.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-netsuite:0.1.3 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/netsuite ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-netsuite ) | <small >` 4f2f093d-ce44-4121-8118-9d13b7bfccd0 ` </small > |
148
148
| ** New York Times** | <img alt =" New York Times icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/nytimes.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-nytimes:0.1.0 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/nytimes ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-nytimes ) | <small >` 0fae6a9a-04eb-44d4-96e1-e02d3dbc1d83 ` </small > |
149
149
| ** News API** | <img alt =" News API icon " src =" https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/newsapi.svg " height =" 30 " height =" 30 " /> | Source | airbyte/source-news-api:0.1.0 | alpha | [ link] ( https://docs.airbyte.com/integrations/sources/news-api ) | [ code] ( https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-news-api ) | <small >` df38991e-f35b-4af2-996d-36817f614587 ` </small > |
Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ The NASA connector should not run into NASA API limitations under normal usage.
39
39
40
40
| Version | Date | Pull Request | Subject |
41
41
| :--------| :-----------| :---------------------------------------------------------| :------------------------------------------------|
42
+ | 0.1.1 | 2023-02-13 | [ 22934] ( https://github.com/airbytehq/airbyte/pull/22934 ) | Specified date formatting in specification |
42
43
| 0.1.0 | 2022-10-24 | [ 18394] ( https://github.com/airbytehq/airbyte/pull/18394 ) | 🎉 New Source: NASA APOD |
You can’t perform that action at this time.
0 commit comments