Closed AlxGlx closed 1 month ago
do you have a reproducer? running duration of 0s seems suspicious indeed
ok, I was able to reproduce with the tutorial flow. Looks like the issue in parsing manifest.json. Thanks for reporting this!
id: dwh_and_analytics
namespace: tutorial
description: Data Warehouse and Analytics
tasks:
- id: dbt
type: io.kestra.plugin.core.flow.WorkingDirectory
tasks:
- id: clone_repository
type: io.kestra.plugin.git.Clone
url: https://github.com/kestra-io/dbt-demo
branch: main
- id: dbt_build
type: io.kestra.plugin.dbt.cli.DbtCLI
parseRunResults: true
taskRunner:
type: io.kestra.plugin.scripts.runner.docker.Docker
containerImage: ghcr.io/kestra-io/dbt-duckdb:latest
commands:
- dbt deps
- dbt build
profiles: |
jaffle_shop:
outputs:
dev:
type: duckdb
path: dbt.duckdb
extensions:
- parquet
fixed_retries: 1
threads: 16
timeout_seconds: 300
target: dev
Describe the issue
Gantt lines are not appearing correctly for DBT model builds. Run Duration in the hover over is also incorrect.
in previous builds the gantt chard displays like this:
Environment