-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
mask AzureBlobStorage table engine credentials #75319
mask AzureBlobStorage table engine credentials #75319
Conversation
This is an automated comment for commit 74356dd with description of existing statuses. It's updated for the latest CI running ✅ Click here to open a full report in a separate page Successful checks
|
void findAzureBlobStorageTableEngineSecretArguments() | ||
{ | ||
/// azureBlobStorageCluster('cluster_name', 'conn_string/storage_account_url', ...) has 'conn_string/storage_account_url' as its second argument. | ||
size_t url_arg_idx = is_cluster_function ? 1 : 0; |
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.
I see build fails with
2025-01-31 02:31:13 In file included from /repo/src/Parsers/FunctionSecretArgumentsFinderAST.h:3:
2025-01-31 02:31:13 /repo/src/Parsers/FunctionSecretArgumentsFinder.h:548:30: error: use of undeclared identifier 'is_cluster_function'
2025-01-31 02:31:13 548 | size_t url_arg_idx = is_cluster_function ? 1 : 0;
2025-01-31 02:31:13 | ^
2025-01-31 02:31:13 1 error generated.
/// We should check other arguments first because we don't need to do any replacement in case of | ||
/// azureBlobStorage(connection_string|storage_account_url, container_name, blobpath, format, [account_name, account_key, ...]) | ||
/// azureBlobStorageCluster(cluster, connection_string|storage_account_url, container_name, blobpath, format, [account_name, account_key, ...]) |
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.
/// We should check other arguments first because we don't need to do any replacement in case of | |
/// azureBlobStorage(connection_string|storage_account_url, container_name, blobpath, format, [account_name, account_key, ...]) | |
/// azureBlobStorageCluster(cluster, connection_string|storage_account_url, container_name, blobpath, format, [account_name, account_key, ...]) | |
/// We should check other arguments first because we don't need to do any replacement in case of | |
/// AzureBlobStorage(connection_string|storage_account_url, container_name, blobpath, format) -- in this case there is no account_key | |
/// AzureBlobStorageCluster(cluster, connection_string|storage_account_url, container_name, blobpath, format) -- in this case there is no account_key |
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
…rage-table-engine-credentials
…rage-table-engine-credentials
Cherry pick #75319 to 25.1: mask AzureBlobStorage table engine credentials
Backport #75319 to 25.1: mask AzureBlobStorage table engine credentials
Cherry pick #75319 to 24.11: mask AzureBlobStorage table engine credentials
Cherry pick #75319 to 24.12: mask AzureBlobStorage table engine credentials
Backport #75319 to 24.11: mask AzureBlobStorage table engine credentials
Backport #75319 to 24.12: mask AzureBlobStorage table engine credentials
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
mask AzureBlobStorage table engine credentials
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing)
All builds in Builds_1 and Builds_2 stages are always mandatory and will run independently of the checks below: