-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added 'FQ_CONNECTOR_ENDPOINT' env variable to local_ydb
#1769
Conversation
⚪
|
⚪
|
⚪
|
⚪
|
cfg.Endpoint.port = parsed.port | ||
|
||
if parsed.scheme == 'grpc': | ||
cfg.UseSsl = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
сfg.UseSsl = (parsed.scheme == "grpcs")
…rm#1769) * Add 'FQ_CONNECTOR_ENDPOINT' env parameter for `local_ydb` * Handle scheme type in `FQ_CONNECTOR_ENDPOINT` env variable
…rm#1769) * Add 'FQ_CONNECTOR_ENDPOINT' env parameter for `local_ydb` * Handle scheme type in `FQ_CONNECTOR_ENDPOINT` env variable
Changelog entry
Added 'FQ_CONNECTOR_ENDPOINT' env variable to
local_ydb
. It configuresquery_service_config
section in order to enable YDB's Federated Query features. This option will be used by OSS YDB users for joint YDB + FQ Connector deployments.Changelog category