Actions
Create Query
Creates a query.
To learn more, visit the Databricks documentation.
Basic Parameters
Parameter | Description |
---|---|
Description | General description that conveys additional information about this query such as usage notes. |
Display Name | Display name of the query that appears in list views, widget headings, and on the query page. |
Parent Path | Workspace path of the workspace folder containing the object.For example: /Users/user@acme.com . |
Query | The query to be run.For example: SELECT 1 . |
Run Mode | Sets the “Run as” role for the object. |
Warehouse ID | The ID of the SQL warehouse attached to the query. Can be obtained via the List Warehouses action. |
Advanced Parameters
Parameter | Description |
---|---|
Apply Auto Limit | Whether to apply a 1000 row limit to the query result. |
Catalog | Name of the catalog where this query will be executed. |
Query Parameters | List of query parameter definitions. For further information, please refer to Databricks Documentation.For example:[ { "name": "foo", "text_value": { "value": "bar" }, "title": "foo" }] |
Schema | Name of the schema where this query will be executed. |
Tags | A comma separated list of tags. |
Example Output
Workflow Library Example
Create Query with Databricks and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?