Update an existing Sigma Query Preview
Update an existing Sigma query that previously exists
Parameters
- idstringRequired
The
idof the saved query to update. This should be a valididthat was previously created. - namestring
The name of the query to update.
- sqlstring
The sql statement to update the specified query statement with. This should be a valid Trino SQL statement that can be run in Sigma.
Returns
Returns the updated Sigma Query
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