You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help=_t("The name of the workload where queries are uploaded and optimizations are calculated from. Automatically guessed from auth_key and cluster_id if not specified."),
136
+
help=_t("The name of the workload where queries are uploaded and optimizations are calculated from. "
137
+
"Automatically guessed from auth_key and cluster_id if not specified."),
137
138
private=True,
138
139
default=None
139
140
),
140
141
CLUSTER_ID=Config(
141
142
key="cluster_id",
142
-
help=_t("The name of the cluster used to determine the tenant id when this one is not specified. Defaults to the cluster Id or 'default'."),
143
+
help=_t("The name of the cluster used to determine the tenant id when this one is not specified. "
144
+
"Defaults to the cluster Id or 'default'."),
143
145
private=True,
144
146
default=DEFAULT_CLUSTER_ID.get()
145
147
),
146
-
APPLY_SENTRY_PERMISSIONS=Config(
148
+
APPLY_SENTRY_PERMISSIONS=Config(
147
149
key="apply_sentry_permissions",
148
150
help=_t("Perform Sentry privilege filtering. Default to true automatically if the cluster is secure."),
0 commit comments