We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job to be deployed successfully
Getting an error: ValidationError: 1 validation error for Deployment workflows -> 7 -> Workflow -> tasks -> 0 -> sql_task -> query
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"
Tried to launch a DBX task
dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Context
Tried to launch a DBX task
Your Environment
dev
The text was updated successfully, but these errors were encountered: