Skip to content

Commit

Permalink
Allow analytics pending mutations against Capella clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwooo committed Dec 9, 2024
1 parent b18899e commit b03aa2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/analytics_pending_mutations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ fn pending_mutations(
let mut results: Vec<Value> = vec![];
for identifier in cluster_identifiers {
let active_cluster = get_active_cluster(identifier.clone(), &guard, span)?;
validate_is_not_cloud(active_cluster, "analytics pending-mutations", span)?;

let response = active_cluster
.cluster()
.http_client()
Expand Down

0 comments on commit b03aa2b

Please sign in to comment.