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.50
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.52
Choose a head ref
  • 13 commits
  • 27 files changed
  • 9 contributors

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    d398ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    967a002 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. adding dot option to compile command (#2116)

    * adding dot option to compile command
    
    * adding table types for clarity
    
    * removing styling on non interactive output
    
    * linting cleanup
    AmmanuelT authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    906158f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. JiT context - Add Running execution metadata (#2132)

    Extend metadata of JiT context with information
    about the current execution run.
    ikholopov-omni authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    c16f168 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Bump handlebars from 4.7.8 to 4.7.9 (#2129)

    Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.
    - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: handlebars
      dependency-version: 4.7.9
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    289fb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a100ad6 View commit details
    Browse the repository at this point in the history
  3. Bump picomatch from 2.1.1 to 2.3.2 (#2136)

    Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.1.1 to 2.3.2.
    - [Release notes](https://github.com/micromatch/picomatch/releases)
    - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/picomatch@2.1.1...2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: picomatch
      dependency-version: 2.3.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    dc76e79 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

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

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    a81cc22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75db6c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Configuration menu
    Copy the full SHA
    4a34b31 View commit details
    Browse the repository at this point in the history
  2. Allow arbitrary JSON in google.protobuf.Struct fields during validati…

    …on (#2119)
    
    * Allow arbitrary JSON in google.protobuf.Struct fields during validation
    
    * Add compilation test cases. Reuse the same logic in index.ts and session.ts
    
    * Revert "Add compilation test cases. Reuse the same logic in index.ts and session.ts"
    
    This reverts commit 6860230.
    
    * move the unknownToValue logic from session.ts to index.ts and reuse the same logic
    
    * Add compilation test. Add return type.
    
    * fix the test error. Using google.protobuf.IValue instead of create the new interface.
    
    * change the import format
    
    * add the compilation test
    
    * add recursive logic
    
    * add a complex test
    
    * fix a lint bug
    
    * fix the test fail
    
    * Refactor verifyObjectMatchesProto with Dynamic Struct Detection (Double-Pass)
    
    * fix lint error
    
    * Do incremental conversion only for struct fields
    
    * fix lint error
    
    * resolved comments on test
    
    * Add test for struct input already
    
    * resolve comments
    
    * remove blank line
    
    * Add glossary terms to the test case for struct already for extraProperties
    
    * refactor the logic to check uncoverted struct and list, add detailed comments
    
    * refactor the logic to check if a field is given empty by user
    
    * remove the logic convert camel case and snake case
    
    * change proto type from any
    
    * reduce the argument in checkAndConvertFields
    
    * fix lint error
    
    * Add test
    
    * fix lint error
    
    * modify import order
    
    * resolve comments about input type
    
    * resolve comments about index_test
    
    * monkey patching for verify method
    
    * fix lint error
    
    * have a separate function here that won't be using recursion because verify itself will handle recursive transformations
    
    * get rid of the checkFields function below by recursively patching all verify calls
    
    * fix lint error
    
    * fix lint error
    
    * Revert "fix lint error"
    
    This reverts commit 2538d67.
    
    * Revert "fix lint error"
    
    This reverts commit a54a42c.
    
    * Revert "get rid of the checkFields function below by recursively patching all verify calls"
    
    This reverts commit c22d352.
    SkyrimL authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    b74238c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a008433 View commit details
    Browse the repository at this point in the history
Loading