Commit 4cfa99c
authored
fix: replace deprecated Property<> constructor with Property.ofValue/ofExpression (#251)
* fix: replace deprecated Property<> constructor with Property.ofValue/ofExpression
* fix: correct Property.ofValue/ofExpression type mismatches and rendering issues
* fix: remove unused JacksonMapper import
* fix: use ofExpression for values containing Pebble expressions
* fix: use ofExpression for dbt commands containing {{workingDir}}
---------
Co-authored-by: François Delbrayelle <fdelbrayelle@kestra.io>1 parent 4b39b4b commit 4cfa99c
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src
- main/java/io/kestra/plugin/dbt/cli
- test/java/io/kestra/plugin/dbt/cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments