Skip to content

Commit

Permalink
update 'run selected block' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Nov 7, 2024
1 parent 7db7c3b commit a971e8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/settings/page-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ Everytime your Briefer environment restarts, it will discard the in-memory state
Therefore, Briefer automatically tries to run blcoks before the one you're currently running. That way, we can regenerate the state of previous variables.

If you don't want this behavior, you can disable it by toggling the "Auto-run pending blocks" switch to off.

## Run selected SQL only

When you run a SQL block, Briefer will run its entire content by default.

If you only want to run a specific part of the SQL block, you need to enable the "Run selected SQL only" switch.

After enabling this setting, Briefer will only run the SQL code you've selected. If you haven't selected any code, Briefer will run the entire block.

0 comments on commit a971e8b

Please sign in to comment.