Create a Sigma Query Preview
Create a Sigma query that can be run
Parameters
- sqlstringRequired
The sql statement to be run. This should be a valid Trino SQL statement that can be run in Sigma.
- namestring
The name of the query. This will be used to identify the query.
Returns
Returns the specified Sigma Query object.
Response
{ "id": "qfl_0R46kn589O8KAxCGtbTjfolP", "object": "sigma.sigma_api_query", "created": 1742329729, "livemode": true, "sql": "SELECT * FROM balance_transactions LIMIT 5", "name": "Select balance transactions"}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc