kestra-io / plugin-dbt

Apache License 2.0
8 stars 4 forks source link

fix(docs): update task runner syntax in the examples #115

Closed wrussell1999 closed 4 months ago

wrussell1999 commented 4 months ago

What changes are being made and why?

Example:

tasks:
  - id: example_task
    type: io.kestra.plugin.scripts.shell.Commands
    runner: DOCKER

to:

tasks:
  - id: example_task
    type: io.kestra.plugin.scripts.shell.Commands
    taskRunner:
      type: io.kestra.plugin.scripts.runner.docker.DockerTaskRunner