Query
yaml
type: "io.kestra.plugin.databricks.sql.query"
Examples
yaml
id: databricks_sql_query
namespace: company.team
tasks:
- id: sql_query
type: io.kestra.plugin.databricks.sql.Query
accessToken: <your-accessToken>
host: <your-host>
httpPath: <your-httpPath>
sql: SELECT 1
Properties
host *Requiredstring
httpPath *Requiredstring
sql *Requiredstring
accessToken string
catalog string
properties object
SubType string
schema string
timeZoneId string
Outputs
size integer
uri string
Format
uri