Skip to content

Commit

Permalink
Change default behavior for saving SDK-run searches to false
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <cmgrote@users.noreply.github.com>
cmgrote committed Jan 30, 2025
1 parent 3300f43 commit 74b46e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ public static final class Metadata extends AtlanObject {

/** Whether to log this search (true) or not (false). */
@Builder.Default
Boolean saveSearchLog = true;
Boolean saveSearchLog = false;

/** Tags to associate with the search request. */
@Singular

0 comments on commit 74b46e3

Please sign in to comment.