mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 16:38:17 +00:00
Modify Python SDK docs (#16934)
This commit is contained in:
parent
b55d5be3bc
commit
f16bec53f2
@ -200,7 +200,7 @@ server_config = OpenMetadataConnection(
|
||||
jwtToken="<YOUR-INGESTION-BOT-JWT-TOKEN>",
|
||||
),
|
||||
verifySSL="validate" # ignore, validate or no-ssl,
|
||||
sslConfig=ValidateSslClientConfig(caCertificate="/path/to/rootCert",sslCertificate="/path/to/cert",sslKey="/path/to/key"),
|
||||
sslConfig=ValidateSslClientConfig(caCertificate="/path/to/rootCert"),
|
||||
)
|
||||
|
||||
metadata = OpenMetadata(server_config)
|
||||
|
@ -200,7 +200,7 @@ server_config = OpenMetadataConnection(
|
||||
jwtToken="<YOUR-INGESTION-BOT-JWT-TOKEN>",
|
||||
),
|
||||
verifySSL="validate" # ignore, validate or no-ssl,
|
||||
sslConfig=ValidateSslClientConfig(caCertificate="/path/to/rootCert",sslCertificate="/path/to/cert",sslKey="/path/to/key"),
|
||||
sslConfig=ValidateSslClientConfig(caCertificate="/path/to/rootCert"),
|
||||
)
|
||||
|
||||
metadata = OpenMetadata(server_config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user