File tree Expand file tree Collapse file tree 5 files changed +67
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-smartsheets
docs/integrations/sources Expand file tree Collapse file tree 5 files changed +67
-3
lines changed Original file line number Diff line number Diff line change 1658
1658
- name : Smartsheets
1659
1659
sourceDefinitionId : 374ebc65-6636-4ea0-925c-7d35999a8ffc
1660
1660
dockerRepository : airbyte/source-smartsheets
1661
- dockerImageTag : 0.1.13
1661
+ dockerImageTag : 0.1.14
1662
1662
documentationUrl : https://docs.airbyte.com/integrations/sources/smartsheets
1663
1663
icon : smartsheet.svg
1664
1664
sourceType : api
1665
1665
releaseStage : beta
1666
+ allowedHosts :
1667
+ hosts :
1668
+ - app.smartsheet.com
1669
+ - api.smartsheet.com
1666
1670
- name : Snapchat Marketing
1667
1671
sourceDefinitionId : 200330b2-ea62-4d11-ac6d-cfe3e3f8ab2b
1668
1672
dockerRepository : airbyte/source-snapchat-marketing
Original file line number Diff line number Diff line change 13809
13809
supportsNormalization: false
13810
13810
supportsDBT: false
13811
13811
supported_destination_sync_modes: []
13812
- - dockerImage: "airbyte/source-smartsheets:0.1.13 "
13812
+ - dockerImage: "airbyte/source-smartsheets:0.1.14 "
13813
13813
spec:
13814
13814
documentationUrl: "https://docs.airbyte.com/integrations/sources/smartsheets"
13815
13815
connectionSpecification:
13853
13853
supportsNormalization: false
13854
13854
supportsDBT: false
13855
13855
supported_destination_sync_modes: []
13856
+ advanced_auth:
13857
+ auth_flow_type: "oauth2.0"
13858
+ predicate_key: []
13859
+ predicate_value: ""
13860
+ oauth_config_specification:
13861
+ complete_oauth_output_specification:
13862
+ type: "object"
13863
+ additionalProperties: false
13864
+ properties:
13865
+ access_token:
13866
+ type: "string"
13867
+ path_in_connector_config:
13868
+ - "access_token"
13869
+ complete_oauth_server_input_specification:
13870
+ type: "object"
13871
+ additionalProperties: false
13872
+ properties:
13873
+ client_id:
13874
+ type: "string"
13875
+ client_secret:
13876
+ type: "string"
13877
+ complete_oauth_server_output_specification:
13878
+ type: "object"
13879
+ additionalProperties: false
13880
+ properties: {}
13856
13881
- dockerImage: "airbyte/source-snapchat-marketing:0.1.13"
13857
13882
spec:
13858
13883
documentationUrl: "https://docs.airbyte.com/integrations/sources/snapchat-marketing"
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ COPY $CODE_PATH ./$CODE_PATH
14
14
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
15
15
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
16
16
17
- LABEL io.airbyte.version=0.1.13
17
+ LABEL io.airbyte.version=0.1.14
18
18
LABEL io.airbyte.name=airbyte/source-smartsheets
Original file line number Diff line number Diff line change 31
31
"airbyte_hidden" : true
32
32
}
33
33
}
34
+ },
35
+ "advanced_auth" : {
36
+ "auth_flow_type" : " oauth2.0" ,
37
+ "predicate_key" : [],
38
+ "predicate_value" : " " ,
39
+ "oauth_config_specification" : {
40
+ "complete_oauth_output_specification" : {
41
+ "type" : " object" ,
42
+ "additionalProperties" : false ,
43
+ "properties" : {
44
+ "access_token" : {
45
+ "type" : " string" ,
46
+ "path_in_connector_config" : [" access_token" ]
47
+ }
48
+ }
49
+ },
50
+ "complete_oauth_server_input_specification" : {
51
+ "type" : " object" ,
52
+ "additionalProperties" : false ,
53
+ "properties" : {
54
+ "client_id" : {
55
+ "type" : " string"
56
+ },
57
+ "client_secret" : {
58
+ "type" : " string"
59
+ }
60
+ }
61
+ },
62
+ "complete_oauth_server_output_specification" : {
63
+ "type" : " object" ,
64
+ "additionalProperties" : false ,
65
+ "properties" : {}
66
+ }
67
+ }
34
68
}
35
69
}
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ The remaining column datatypes supported by Smartsheets are more complex types (
88
88
89
89
| Version | Date | Pull Request | Subject |
90
90
| :--------| :-----------| :---------------------------------------------------------| :----------------------------------------------------------|
91
+ | 0.1.14 | 2023-02-07 | [ 22419] ( https://github.com/airbytehq/airbyte/pull/22419 ) | OAuth2.0 support - enabled; add allowed hosts |
91
92
| 0.1.13 | 2022-12-02 | [ 20017] ( https://github.com/airbytehq/airbyte/pull/20017 ) | OAuth2.0 support - disabled |
92
93
| 0.1.12 | 2022-04-30 | [ 12500] ( https://github.com/airbytehq/airbyte/pull/12500 ) | Improve input configuration copy |
93
94
| 0.1.11 | 2022-04-27 | [ 12203] ( https://github.com/airbytehq/airbyte/pull/12203 ) | Doc improvements |
You can’t perform that action at this time.
0 commit comments