File tree 6 files changed +17
-13
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-freshservice
docs/integrations/sources
6 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 12
12
.settings
13
13
** /gmon.out
14
14
static_checker_reports /
15
+ .vscode
15
16
16
17
# Logs
17
18
acceptance_tests_logs /
Original file line number Diff line number Diff line change 210
210
- name : Freshservice
211
211
sourceDefinitionId : 9bb85338-ea95-4c93-b267-6be89125b267
212
212
dockerRepository : airbyte/source-freshservice
213
- dockerImageTag : 0.1.0
213
+ dockerImageTag : 0.1.1
214
214
documentationUrl : https://docs.airbyte.io/integrations/sources/freshservice
215
215
icon : freshdesk.svg
216
216
sourceType : api
Original file line number Diff line number Diff line change 1947
1947
supportsNormalization : false
1948
1948
supportsDBT : false
1949
1949
supported_destination_sync_modes : []
1950
- - dockerImage : " airbyte/source-freshservice:0.1.0 "
1950
+ - dockerImage : " airbyte/source-freshservice:0.1.1 "
1951
1951
spec :
1952
- documentationUrl : " https://hub.docker.com/r/airbyte/source- freshservice"
1952
+ documentationUrl : " https://docs.airbyte.io/integrations/sources/ freshservice"
1953
1953
connectionSpecification :
1954
1954
$schema : " http://json-schema.org/draft-07/schema#"
1955
1955
title : " Freshservice Spec"
1962
1962
properties :
1963
1963
domain_name :
1964
1964
type : " string"
1965
- description : " Freshservice domain"
1965
+ title : " Domain Name"
1966
+ description : " The name of your Freshservice domain"
1966
1967
examples :
1967
1968
- " mydomain.freshservice.com"
1968
1969
api_key :
1969
- title : " Api Key"
1970
+ title : " API Key"
1970
1971
type : " string"
1971
- description : " Your API Access Key. See <a href=\" https://api.freshservice.com/#authentication\" \
1972
+ description : " Freshservice API Key. See <a href=\" https://api.freshservice.com/#authentication\" \
1972
1973
>here</a>. The key is case sensitive."
1973
1974
airbyte_secret : true
1974
1975
start_date :
1975
- title : " Replication Start Date"
1976
+ title : " Start Date"
1976
1977
type : " string"
1977
1978
description : " UTC date and time in the format 2020-10-01T00:00:00Z. Any\
1978
1979
\ data before this date will not be replicated."
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.1.0
15
+ LABEL io.airbyte.version=0.1.1
16
16
LABEL io.airbyte.name=airbyte/source-freshservice
Original file line number Diff line number Diff line change 1
1
{
2
- "documentationUrl" : " https://hub.docker.com/r/airbyte/source- freshservice" ,
2
+ "documentationUrl" : " https://docs.airbyte.io/integrations/sources/ freshservice" ,
3
3
"connectionSpecification" : {
4
4
"$schema" : " http://json-schema.org/draft-07/schema#" ,
5
5
"title" : " Freshservice Spec" ,
9
9
"properties" : {
10
10
"domain_name" : {
11
11
"type" : " string" ,
12
- "description" : " Freshservice domain" ,
12
+ "title" : " Domain Name" ,
13
+ "description" : " The name of your Freshservice domain" ,
13
14
"examples" : [" mydomain.freshservice.com" ]
14
15
},
15
16
"api_key" : {
16
- "title" : " Api Key" ,
17
+ "title" : " API Key" ,
17
18
"type" : " string" ,
18
- "description" : " Your API Access Key. See <a href=\" https://api.freshservice.com/#authentication\" >here</a>. The key is case sensitive." ,
19
+ "description" : " Freshservice API Key. See <a href=\" https://api.freshservice.com/#authentication\" >here</a>. The key is case sensitive." ,
19
20
"airbyte_secret" : true
20
21
},
21
22
"start_date" : {
22
- "title" : " Replication Start Date" ,
23
+ "title" : " Start Date" ,
23
24
"type" : " string" ,
24
25
"description" : " UTC date and time in the format 2020-10-01T00:00:00Z. Any data before this date will not be replicated." ,
25
26
"examples" : [" 2020-10-01T00:00:00Z" ],
Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ Please read [How to find your API key](https://api.freshservice.com/#authenticat
53
53
54
54
| Version | Date | Pull Request | Subject |
55
55
| :--- | :--- | :--- | :--- |
56
+ | 0.1.1 | 2021-12-28 | [ 9143] ( https://github.com/airbytehq/airbyte/pull/9143 ) | Update titles and descriptions |
56
57
| 0.1.0 | 2021-10-29 | [ 6967] ( https://github.com/airbytehq/airbyte/pull/6967 ) | 🎉 New Source: Freshservice |
You can’t perform that action at this time.
0 commit comments