Using `acryl-datahub[mssql]` to ingest metadata fr...
# ingestion
s
Using 
acryl-datahub[mssql]
 to ingest metadata from a mssql database is it possible to enable encryption using the config attributes?
Similar to how it is done in the connection string:
jdbc:<sqlserver://localhost:1433>;databaseName=AdventureWorks;integratedSecurity=true;encrypt=true;trustServerCertificate=true
m
@gray-shoe-75895 might know
g
@sticky-television-18623 I’m looking into this
thankyou 1
@sticky-television-18623 - this PR should add support for it https://github.com/linkedin/datahub/pull/2657
I haven’t been able to test it fully (tested PyODBC, but not the ssl piece) - so let me know if it works for you and then we can merge it in
s
Worked perfectly! Thank you.
🎉 2