Skip to content

Releases: dataform-co/dataform

3.0.59

02 Jun 12:15
37dba63

Choose a tag to compare

What's Changed

Fixes

  • Addresses a compilation failure ("Error: Unable to find valid caller file") that occurred when using @dataform/cli 3.0.57 or 3.0.58 with @dataform/core 3.0.56 or earlier (Issue #2177). This fix ensures @dataform/cli 3.0.59 and later is now compatible with older @dataform/core versions (3.0.56 and earlier), and also improves version mismatch handling. (Implemented in #2191)

Full Changelog: 3.0.58...3.0.59

3.0.58

26 May 13:37
385e518

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.57...3.0.58

3.0.57

25 May 13:26
c591fe9

Choose a tag to compare

🚨 Compatibility Issue - Compilation Failure 🚨

  • This release introduced a compatibility issue when using @dataform/cli version 3.0.57 or 3.0.58 with @dataform/core version 3.0.56 (or earlier).
  • Symptoms: Users with this version mismatch will see dataform compile fail with the error: "Error: Unable to find valid caller file; please report this issue.", as reported in issue #2177. Compilation halts, reporting "Compiled 0 action(s)".
  • Cause: This is due to changes in how file paths are handled, related to the vm2 sandbox library update in the CLI, which requires a corresponding @dataform/core update.
  • Workarounds:
    • Recommended: Ensure your project's dataformCoreVersion in workflow_settings.yaml is aligned with the installed @dataform/cli version (e.g., both are 3.0.57 or later).
    • Alternatively, downgrade the CLI to match your Core version: npm install -g @dataform/cli@3.0.56
  • Resolution: This compatibility requirement is more strictly enforced in version 3.0.59 to prevent this issue. Upgrading both @dataform/cli and your project's dataformCoreVersion to 3.0.59 or later is recommended. Also starting from version 3.0.59 you can safely use it with @dataform/core 3.0.56 or earlier.

What's Changed

Full Changelog: 3.0.56...3.0.57

3.0.56

07 May 16:22
02ccdf2

Choose a tag to compare

What's Changed

Full Changelog: 3.0.55...3.0.56

3.0.55

04 May 14:22
09df14d

Choose a tag to compare

What's Changed

  • Populate new unit test properties and add flag to include unit tests in compiled graph by @fernst in #2063
  • Revert "feat: add getContents() for reading external markdown files into table descriptions (#2138)" by @kolina in #2155
  • release new Dataform core version with GCP compilation fix by @kolina in #2156

Full Changelog: 3.0.54...3.0.55

3.0.54

30 Apr 23:15
ab52475

Choose a tag to compare

What's Changed

Full Changelog: 3.0.53...3.0.54

3.0.53

27 Apr 12:13
443fb9a

Choose a tag to compare

What's Changed

Full Changelog: 3.0.52...3.0.53

3.0.52

17 Apr 10:20
a008433

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.50...3.0.52

3.0.50

26 Mar 11:22
f6996e8

Choose a tag to compare

What's Changed

Full Changelog: 3.0.49...3.0.50

3.0.49

25 Mar 17:52
dbfed44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.48...3.0.49