Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsDatabricks ToolsDatabricks Sql Statement Exec Execute Statement
Databricks Tools

Databricks Sql Statement Exec Execute Statement

Execute a SQL statement on a Databricks SQL warehouse. Returns results inline if the query completes within the wait timeout, otherwise returns a statement_id to poll for results. Use this to run SQL queries against your Databricks warehouse. For large result sets, use dispositi…

Write actionRisk level 2 of 5API key connection
Use Databricks Sql Statement Exec Execute Statement

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • formatstring
    The output format for result data. JSON_ARRAY (default), ARROW_STREAM, or CSV.
  • schemastring
    Sets the default schema for the statement execution.
  • catalogstring
    Sets the default catalog for the statement execution.
  • row_limitinteger
    Maximum number of rows to return. Alternative to adding a LIMIT clause to your SQL.
  • statementstring
    Required
    The SQL statement to execute. Maximum size is 16 MiB. Can include named parameters referenced as :param_name.
  • byte_limitinteger
    Byte limit applied to the result size. Based on internal data representations and may not match the final format size.
  • parametersarray
    A list of named parameters for parameterized SQL. Reference them in the SQL as :name. Positional parameters (?) are not supported.
  • query_tagsarray
    An array of query tags to annotate the SQL statement. Maximum 20 tags. Each tag has a key and an optional value.
  • dispositionstring
    How result data is fetched. INLINE (default, <=25 MiB in response) or EXTERNAL_LINKS (URLs to fetch chunks, <=100 GiB).
  • wait_timeoutstring
    Timeout for waiting on execution results. '0s' returns immediately (async). '5s' to '50s' for sync wait. Default is '10s'.
  • warehouse_idstring
    Required
    The ID of the SQL warehouse to execute the statement on. Found in the HTTP path field of your warehouse as the string after /sql/1.0/warehouses/.
  • on_wait_timeoutstring
    Action when wait_timeout is reached. CONTINUE (default, keeps running in background) or CANCEL (terminates the statement).

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.