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
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
The text was updated successfully, but these errors were encountered:
loicmathieu
No branches or pull requests
Describe the issue
Environment
The text was updated successfully, but these errors were encountered: