Skip to content
New issue

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

Using runner property should raise a warning or at least an info notice pointing to taskRunner #193

Open
anna-geller opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working

Comments

@anna-geller
Copy link
Member

Describe the issue

image

id: dbt
namespace: company.analytics
tasks:
  - id: dbt_build
    type: io.kestra.plugin.dbt.cli.DbtCLI
    namespaceFiles:
      enabled: true
    runner: DOCKER
    docker: 
      image: ghcr.io/kestra-io/dbt-duckdb:latest
    projectDir: dbt
    commands:
      - dbt deps --project-dir dbt
      - dbt build --project-dir dbt
    profiles: |
      my_dbt_project:
        outputs:
          dev:
            type: duckdb
            path: dbt.duckdb
            extensions: 
              - parquet
            fixed_retries: 1
            threads: 16
            timeout_seconds: 300
        target: dev

Environment

  • Kestra Version: develop
@anna-geller anna-geller added bug Something isn't working area/plugin Plugin-related issue or feature request labels Dec 5, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants