How it works
The process follows three steps to move from a plain-language idea to a validated, repeatable answer.Start with a Question
Pick the appropriate data area and describe what you want to answer in plain language. You can also add optional hints if you already know specific filters or fields that the AI should include in the draft.
Iterate on the SQL
Review the generated SQL and edit it manually as needed. Retry or update the code directly until the logic matches your intent.
Key capabilities
Knowledge Playground allows you to perform the following actions:- Draft SQL: Create a starting point using plain-English questions.
- Refine Logic: Manually edit and rerun SQL until the output matches your requirements.
- Inspect Results: View data in table form and explore different visualizations to confirm accuracy.
- Establish Reusability: Save finalized queries so they can be reused consistently across your organization.
FAQs
Can I edit the SQL after it is generated?
Can I edit the SQL after it is generated?
Yes. You can manually update the SQL and rerun it until the output is correct.
How do I know the results are accurate?
How do I know the results are accurate?
Run the query, inspect the output, and iterate until the results match your expectations. The goal is to validate the data before saving it for broader use.
Is this for experiments or production work?
Is this for experiments or production work?
Both. It is designed for quick experimentation and for turning those experiments into validated, production-ready queries.
Do I need special access to use it?
Do I need special access to use it?
You may need elevated permissions depending on your workspace settings. If you cannot click Run or Mark as reviewed, check with your organization administrator.