Commit a4143a5
fix: install elementary without [vertica] extra to prevent dbt-core downgrade (#966)
The 'Install Elementary' step was using pip install './elementary[vertica]'
which re-resolved dbt-vertica's dependencies, causing dbt-core to be
downgraded to ~1.7.3. The older dbt-core is incompatible with newer
protobuf (MessageToJson() missing 'including_default_value_fields' arg),
breaking the subsequent 'Install dependencies' step (dbt deps).
Since dbt-vertica is already installed with --no-deps in the prior step,
we install elementary without the [vertica] extra to preserve the
correct dbt-core version.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Itamar Hartstein <haritamar@gmail.com>1 parent 11c1374 commit a4143a5
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
187 | 195 | | |
188 | 196 | | |
189 | 197 | | |
| |||
0 commit comments