Skip to content

v0.223.0

Compare
Choose a tag to compare
@pietern pietern released this 03 Jul 12:34
· 226 commits to main since this release
v0.223.0
2a73d77

Bundles:

As of this release you can interact with bundles when running the CLI on DBR (e.g. via the Web Terminal).

  • Fix non-default project names not working in dbt-sql template (#1500).
  • Improve bundle validate output (#1532).
  • Fixed resolving variable references inside slice variable (#1550).
  • Fixed bundle not loading when empty variable is defined (#1552).
  • Use vfs.Path for filesystem interaction (#1554).
  • Replace vfs.Path with extension-aware filer when running on DBR (#1556).

Internal:

  • merge.Override: Fix handling of dyn.NilValue (#1530).
  • Compare .Kind() instead of direct equality checks on a dyn.Value (#1520).
  • PythonMutator: register product in user agent extra (#1533).
  • Ignore dyn.NilValue when traversing value from dyn.Map (#1547).
  • Add extra tests for the sync block (#1548).
  • PythonMutator: add diagnostics (#1531).
  • PythonMutator: support omitempty in PyDABs (#1513).
  • PythonMutator: allow insert 'resources' and 'resources.jobs' (#1555).