dbx icon indicating copy to clipboard operation
dbx copied to clipboard

Unable to launch an SQL task

Open praj-ias opened this issue 2 years ago • 0 comments
trafficstars

Expected Behavior

Job to be deployed successfully

Current Behavior

Getting an error: ValidationError: 1 validation error for Deployment workflows -> 7 -> Workflow -> tasks -> 0 -> sql_task -> query

Steps to Reproduce (for bugs)

Try and deploy a SQL task with the following definition in the deployment.yaml as shown in the documentation:

  - name: "dpr_example_sql_task"
    tasks:
      - task_key: "dpr_example_sql_task"
        sql_task:
          query: "query://f81c5a62-58e7-454a-8adf-87c95e65c836"
          warehouse_id: "warehouse://e52b150f3a341add"

Context

Tried to launch a DBX task

Your Environment

dev

  • dbx version used: 0.8.10
  • Databricks Runtime version: 13

praj-ias avatar Aug 26 '23 17:08 praj-ias