Skip to content

Commit

Permalink
Update fields in source-connectors specifications: python-http-tutori…
Browse files Browse the repository at this point in the history
…al (#9152)

* Changed Titles and Descriptions

* fix spec.json

Co-authored-by: Karina <karina.kuznietsova@zazmic.com>
Co-authored-by: ykurochkin <zhenia.kurochkin@gmail.com>
  • Loading branch information
3 people committed Dec 30, 2021
1 parent b8c33bd commit dd120a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.name=airbyte/source-python-http-tutorial
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"additionalProperties": false,
"properties": {
"start_date": {
"title": "Start Date",
"type": "string",
"description": "Start getting data from that date.",
"description": "UTC date and time in the format 2017-01-25. Any data before this date will not be replicated.",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
"examples": ["YYYY-MM-DD"]
},
"base": {
"title": "Currency",
"type": "string",
"description": "ISO reference currency. See <a href=\"https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html\">here</a>."
}
Expand Down

0 comments on commit dd120a2

Please sign in to comment.