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.46
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.47
Choose a head ref
  • 7 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 12, 2026

  1. JiT contexts (#2088)

    Implementation of context objects accessible at JiT compilation stage for supported action types.
    
    They expose access to adapter/data and context methods, equivalent to AoT context, but with a more restrictive selection of resolvable targets.
    ikholopov-omni authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    2918c14 View commit details
    Browse the repository at this point in the history
  2. JiT Compilation protos - Add file_paths (#2093)

    Add file_paths field to pass accessible file
    paths at JiT compilation stage.
    ikholopov-omni authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8724d55 View commit details
    Browse the repository at this point in the history
  3. Bump lodash from 4.17.21 to 4.17.23 (#2069)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    7d6d7d4 View commit details
    Browse the repository at this point in the history
  4. Bump diff from 3.5.0 to 8.0.3 (#2089)

    Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.5.0 to 8.0.3.
    - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
    - [Commits](kpdecker/jsdiff@v3.5.0...v8.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: diff
      dependency-version: 8.0.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    353f0f9 View commit details
    Browse the repository at this point in the history
  5. JiT compilation stage (#2090)

    * JiT Contexts - Add original request & simplify constructor
    
    Simplify constructor by explicitly passing and exposing
    the orignal compilation request (which already contains
    most of required data).
    
    * JiT compilation stage implementation
    
    Implement JiT compilation stage in Core:
     - a new entry point jitCompiler(rpcCallback), which instantiates a
    single compile method, performing a compilation against a supplied
    RPC implementation.
     - table/operations/incremental table context(s) construction and
    invocation of the JiT code.
    ikholopov-omni authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    b7b40ec View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Support both 'yaml' and 'yml' file extensions (#2092)

    * Support both 'yaml' and 'yml' file extensions
    
    We can support both formats in Dataform. 
    
    Native configurations are stored in YAML format, but other configurations eg. from extensions might use YML too.
    
    * Support both 'yaml' and 'yml' file extensions
    
    We can support both formats in Dataform.
    
    Native configurations are stored in YAML format, but other configurations eg. from extensions might use YML too.
    
    * Support both 'yaml' and 'yml' file extensions
    
    We can support both formats in Dataform.
    
    Native configurations are stored in YAML format, but other configurations eg. from extensions might use YML too.
    
    * Reorganize imports in compilers_test.ts
    apilaskowski authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    2eaecb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Configuration menu
    Copy the full SHA
    5334037 View commit details
    Browse the repository at this point in the history
Loading