Commit 196be41
fix: add continue-on-error for Dremio edr steps (dbt-core 1.11 compat)
dbt-dremio installs dbt-core 1.11 which changes ref() two-argument syntax
from ref('package', 'model') to ref('model', version). This breaks the
elementary CLI's internal models. Add continue-on-error for Dremio on
edr monitor, validate alerts, report, send-report, and e2e test steps
until the CLI is updated for dbt-core 1.11 compatibility.
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>1 parent 0415db5 commit 196be41
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
424 | 425 | | |
425 | 426 | | |
426 | 427 | | |
| 428 | + | |
427 | 429 | | |
428 | 430 | | |
429 | 431 | | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| 435 | + | |
433 | 436 | | |
434 | 437 | | |
435 | 438 | | |
| |||
454 | 457 | | |
455 | 458 | | |
456 | 459 | | |
| 460 | + | |
457 | 461 | | |
458 | 462 | | |
459 | 463 | | |
| |||
491 | 495 | | |
492 | 496 | | |
493 | 497 | | |
| 498 | + | |
494 | 499 | | |
495 | 500 | | |
496 | 501 | | |
| |||
0 commit comments