Hi team, is there any docs about writing a strict-encrypt connector in python?
m
Marcos Marx (Airbyte)
02/14/2023, 3:49 PM
@Tmac Han strict-encrytps are versions connectors with always SSL enabled. Basically they use the normal connector and made some changes. Any reason whyyou’re trying to develop?
t
Tmac Han
02/15/2023, 12:54 AM
We have a user who want to use airbyte to sync mysql data to databend which was deployed by themselves. So there databend does not have HTTPS, we need to add the
protocol
field as an optional field. So I want to develop a strict-encrypt version which will be added into airbyte cloud.