-
Notifications
You must be signed in to change notification settings - Fork 742
New methods to provide IAM-tokens when accessing managed YDB from dqrun.
#2386
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
Conversation
YQL_TOKEN when accessing YDB via Generic provider and dqrun.
YQL_TOKEN when accessing YDB via Generic provider and dqrun.dqrun.
|
⚪ |
|
⚪ |
ydb/library/yql/providers/generic/provider/yql_generic_dq_integration.cpp
Show resolved
Hide resolved
ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/actors/yql_generic_token_provider.h
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/actors/yql_generic_token_provider.h
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/actors/yql_generic_token_provider.h
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/actors/yql_generic_token_provider.cpp
Outdated
Show resolved
Hide resolved
|
⚪
|
|
⚪
|
| TString sourceType; | ||
| dqIntegration->FillSourceSettings(*dqSourceNode, settings, sourceType, 1); | ||
| UNIT_ASSERT_STRINGS_EQUAL(sourceType, "PostgreSqlGeneric"); | ||
| UNIT_ASSERT(settings.Is<NConnector::TSource>()); |
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.
Что с обратной совместимостью? Из any можно будет достаточно и старый и новый протобуф?
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.
Не уверен, что однозначно понял вопрос, но 100% ответа у меня в любом случае нет. Поэтому вернул название неймспейса к тому виду, который был у нас всегда вплоть до предыдущего PR, вмёрженного в пятницу.
ba89091 to
b5b46b2
Compare
|
⚪
|
|
⚪
|
Changelog entry
Use IAM tokens provided to
dqrunviaYQL_TOKENenv variable or viaTGenericClusterConfig.Tokenfield when accessing managed YDB.Changelog category