File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/destination-mssql Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 162
162
- name : MS SQL Server
163
163
destinationDefinitionId : d4353156-9217-4cad-8dd7-c108fd4f74cf
164
164
dockerRepository : airbyte/destination-mssql
165
- dockerImageTag : 0.1.17
165
+ dockerImageTag : 0.1.18
166
166
documentationUrl : https://docs.airbyte.io/integrations/destinations/mssql
167
167
icon : mssql.svg
168
168
releaseStage : alpha
Original file line number Diff line number Diff line change 2417
2417
supportsDBT : false
2418
2418
supported_destination_sync_modes :
2419
2419
- " append"
2420
- - dockerImage : " airbyte/destination-mssql:0.1.17 "
2420
+ - dockerImage : " airbyte/destination-mssql:0.1.18 "
2421
2421
spec :
2422
2422
documentationUrl : " https://docs.airbyte.io/integrations/destinations/mssql"
2423
2423
connectionSpecification :
2473
2473
type : " string"
2474
2474
airbyte_secret : true
2475
2475
order : 5
2476
+ jdbc_url_params :
2477
+ title : " JDBC URL Params"
2478
+ description : " Additional properties to pass to the JDBC URL string when\
2479
+ \ connecting to the database formatted as 'key=value' pairs separated\
2480
+ \ by the symbol '&'. (example: key1=value1&key2=value2&key3=value3)."
2481
+ type : " string"
2482
+ order : 6
2476
2483
ssl_method :
2477
2484
title : " SSL Method"
2478
2485
type : " object"
2479
2486
description : " The encryption method which is used to communicate with the\
2480
2487
\ database."
2481
- order : 6
2488
+ order : 7
2482
2489
oneOf :
2483
2490
- title : " Unencrypted"
2484
2491
additionalProperties : false
2489
2496
properties :
2490
2497
ssl_method :
2491
2498
type : " string"
2499
+ const : " unencrypted"
2492
2500
enum :
2493
2501
- " unencrypted"
2494
2502
default : " unencrypted"
2502
2510
properties :
2503
2511
ssl_method :
2504
2512
type : " string"
2513
+ const : " encrypted_trust_server_certificate"
2505
2514
enum :
2506
2515
- " encrypted_trust_server_certificate"
2507
2516
default : " encrypted_trust_server_certificate"
2516
2525
properties :
2517
2526
ssl_method :
2518
2527
type : " string"
2528
+ const : " encrypted_verify_certificate"
2519
2529
enum :
2520
2530
- " encrypted_verify_certificate"
2521
2531
default : " encrypted_verify_certificate"
2524
2534
type : " string"
2525
2535
description : " Specifies the host name of the server. The value of\
2526
2536
\ this property must match the subject property of the certificate."
2527
- order : 7
2537
+ order : 8
2528
2538
tunnel_method :
2529
2539
type : " object"
2530
2540
title : " SSH Tunnel Method"
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION destination-mssql
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.1.17
19
+ LABEL io.airbyte.version=0.1.18
20
20
LABEL io.airbyte.name=airbyte/destination-mssql
You can’t perform that action at this time.
0 commit comments