-
Notifications
You must be signed in to change notification settings - Fork 627
Add ddl to create an iceberg data source #16652
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
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
🟢 |
ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp
Outdated
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/provider/yql_generic_load_meta.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp
Outdated
Show resolved
Hide resolved
ydb/core/kqp/gateway/behaviour/external_data_source/manager.cpp
Outdated
Show resolved
Hide resolved
ydb/core/kqp/gateway/behaviour/external_data_source/manager.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/provider/yql_generic_cluster_config.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/generic/provider/yql_generic_cluster_config.cpp
Outdated
Show resolved
Hide resolved
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
не могу найти end-to-end где выполняется запрос CREATE через ExecuteQuery и он успешно работает (или с ошибкой) |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
@@ -28,5 +28,6 @@ namespace NKikimr::NKqp::NFederatedQueryTest { | |||
NYql::IDatabaseAsyncResolver::TPtr databaseAsyncResolver = nullptr, | |||
std::optional<NKikimrConfig::TAppConfig> appConfig = std::nullopt, | |||
std::shared_ptr<NYql::NDq::IS3ActorsFactory> s3ActorsFactory = nullptr, | |||
const TKikimrRunnerOptions& options = {}); | |||
const TKikimrRunnerOptions& options = {}, | |||
NYql::ISecuredServiceAccountCredentialsFactory::TPtr credentialsFactory = nullptr); |
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.
Может быть добавить credentialsFactory
в TKikimrRunnerOptions
? Там потенциально ещё очень много параметров надо прокинуть, в аргументах их все держать мне кажется будет не очень удобно
Changelog entry
FQ: Add ability to create an external data sources for iceberg tables.
Changelog category
Description for reviewers
The complete description is located on a wiki page.