Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dataform-co/dataform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.45
Choose a base ref
...
head repository: dataform-co/dataform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.46
Choose a head ref
  • 6 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 6, 2026

  1. Added logic to fail test compilation if test SQL or expected SQL are …

    …empty (#2082)
    
    * Added logic to fail test compilation if test SQL or expected SQL are empty
    
    * Addressed PR comments
    
    * Fix pr comments
    fernst authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    6559fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Bump vm2 from 3.9.19 to 3.10.2 (#2071)

    Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.19 to 3.10.2.
    - [Release notes](https://github.com/patriksimek/vm2/releases)
    - [Commits](patriksimek/vm2@3.9.19...v3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: vm2
      dependency-version: 3.10.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    5bb3b46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d8a78 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Bump diff from 4.0.2 to 8.0.3 (#2067)

    Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 8.0.3.
    - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
    - [Commits](kpdecker/jsdiff@v4.0.2...v8.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: diff
      dependency-version: 8.0.3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    9b4e4e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. JiT compilation support in JS API (#2086)

    JS API for JiT compilation actions definition (mutually exclusive with AoT properties) and JiT context/result typings.
    ikholopov-omni authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    4246ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc92f4a View commit details
    Browse the repository at this point in the history
Loading