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.52
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.53
Choose a head ref
  • 7 commits
  • 14 files changed
  • 6 contributors

Commits on Apr 21, 2026

  1. Bump lodash from 4.17.23 to 4.18.1 (#2135)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.23...4.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.18.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Nalivaika <ikolina@google.com>
    dependabot[bot] and kolina authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    3962999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed4492 View commit details
    Browse the repository at this point in the history
  3. feat: add getContents() for reading external markdown files into tabl…

    …e descriptions (#2138)
    
    * initial attempt at md reader
    
    * adding relevant tests and better path resolving for md
    
    * cleaner get contents path handling
    
    * escaping newlines for md
    
    * adding documentation
    
    * add check if file in rootdir for get contents and update documentation on getContents to include limits
    
    * cleaner and filesystem agnostic check if getContents target is in the root  dir
    
    * making sure root dir has seperator on check if getcontents file is in dir
    AmmanuelT authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    e7dc2b5 View commit details
    Browse the repository at this point in the history
  4. Bump follow-redirects from 1.15.6 to 1.16.0 (#2141)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.6 to 1.16.0.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.6...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-version: 1.16.0
      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 Apr 21, 2026
    Configuration menu
    Copy the full SHA
    1e8556b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

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

Commits on Apr 24, 2026

  1. Added support for JSON output for test results (#2140)

    * Added support for JSON output for test results
    
    * Fixed whitespace
    
    * Removed comment
    
    * Added e2e test for JSON unit tests
    
    * Add credentials to e2e test
    
    * Add failed unit test case
    
    * Fix test definition
    fernst authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    bb6b24f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

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