📄️ About Playground
Playground is a versatile and interactive environment for users to engage with their data in an exploratory and flexible manner. This module acts as a space where you can connect to various data sources and play around with the information they contain.
📄️ Create queries in Playground
You can create queries in Playground to interact with your data sources in two ways: directly writing SQL or leveraging AI assistance.
📄️ Creating queries in playground with SQL query
You can directly write SQL queries to retrieve and manipulate data from your connected data sources. This query can be saved and can be easily accessed and re-executed later.
📄️ Connecting external data via Playground
The Playground helps you connect and analyze data from different sources—like combining employee data from MySQL with department info from Excel.
📄️ Creating queries with AI assistance in Playground
You can use the SQL copilot from within Playground to generate, optimize, and debug SQL queries using natural language prompts. SQL copilot is integrated into Playground, which enhances the query writing experience by automatically generating SQL queries based on your data sources.
📄️ Running queries from Playground
.The Playground lets you retrieve and analyze specific data by writing and running SQL queries on your connected data sources.
📄️ Viewing published queries
1. From the Home page, navigate to the Workspace where you have published your query.
📄️ Publishing queries from Playground
If you want to use the query results in a workbook for further analysis or reporting, you can publish the results to a workspace. Once published, the results are available in a workbook from you can further visualize and analze the data.