Skip to content
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

Add checks for overwrite protection before running expensive operations #163

Closed
Tracked by #148
SoloSynth1 opened this issue Jun 18, 2024 · 0 comments · Fixed by #164
Closed
Tracked by #148

Add checks for overwrite protection before running expensive operations #163

SoloSynth1 opened this issue Jun 18, 2024 · 0 comments · Fixed by #164
Assignees

Comments

@SoloSynth1
Copy link
Collaborator

SoloSynth1 commented Jun 18, 2024

Currently, the system will only check if a report is writable when it is called to export/write the report. This creates user friction as operations done before the export/write could be expensive. It is best for us to do the check before running any expensive calls e.g. API calls to LLM service providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant