kestra-io / plugin-dbt

Apache License 2.0
8 stars 4 forks source link

Create task for Status Check #63

Closed aballiet closed 1 year ago

aballiet commented 1 year ago

Fixes https://github.com/kestra-io/plugin-dbt/issues/62

aballiet commented 1 year ago

A quick note regarding reproducibility locally, for dbt plugin, when setting parseRunResults(true), run is failing because : https://github.com/kestra-io/plugin-dbt/blob/65ac06fdd112e547be673e9a45ba1fcbf0298ac7/src/main/java/io/kestra/plugin/dbt/ResultParser.java#L90

image