Skip to content

Bump io.openlineage:openlineage-java from 1.44.0 to 1.44.1#2269

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.openlineage-openlineage-java-1.44.1
Open

Bump io.openlineage:openlineage-java from 1.44.0 to 1.44.1#2269
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.openlineage-openlineage-java-1.44.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps io.openlineage:openlineage-java from 1.44.0 to 1.44.1.

Changelog

Sourced from io.openlineage:openlineage-java's changelog.

1.44.1

Fixed

Commits
  • 7b08e90 Prepare for release 1.44.1
  • 097ded1 changelog for release 1.44.1 (#4352)
  • 23bf8cc fix(dbt): attach ExtractionErrorRunFacet on metadata extraction failures (#4349)
  • 3b0a5a8 add collate to openlineage ecosystem (#4323)
  • 035fd4b build(deps): bump tar from 7.5.7 to 7.5.9 in /website (#4347)
  • a02864a fix(dbt): raise KeyError instead of RuntimeError in _get_model_node (#4348)
  • 966bfd0 Use get method for dbt project version retrieval (#4345)
  • 998ddd6 docs: add AI agent contribution guidelines (#4322)
  • d14bb40 Prepare next development version 1.45.0-SNAPSHOT
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.openlineage:openlineage-java](https://github.com/OpenLineage/OpenLineage) from 1.44.0 to 1.44.1.
- [Release notes](https://github.com/OpenLineage/OpenLineage/releases)
- [Changelog](https://github.com/OpenLineage/OpenLineage/blob/main/CHANGELOG.md)
- [Commits](OpenLineage/OpenLineage@1.44.0...1.44.1)

---
updated-dependencies:
- dependency-name: io.openlineage:openlineage-java
  dependency-version: 1.44.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 23, 2026
@dependabot dependabot bot requested a review from cmgrote as a code owner February 23, 2026 04:54
@dependabot dependabot bot added the java Pull requests that update Java code label Feb 23, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 23, 2026

Greptile Summary

This PR bumps io.openlineage:openlineage-java from 1.44.0 to 1.44.1, a patch version update containing only bug fixes for the dbt integration.

The changes in 1.44.1 are:

  • dbt-specific fixes: All three changes address dbt-related error handling and KeyError issues
  • No breaking changes: The patch version bump indicates backward compatibility
  • No API changes: The fixes are internal to dbt integration error handling

This codebase uses OpenLineage through wrapper classes (OpenLineageEvent, OpenLineageRun, etc.) that interact with the io.openlineage.client package. The update affects:

  • OpenLineage.RunEventBuilder used in OpenLineageEvent:76-80
  • OpenLineageClientUtils.toJson() used in OpenLineageEvent:115

Since this is a patch release with dbt-specific fixes and the atlan-java SDK doesn't directly use dbt integration features, the impact is minimal with no compatibility concerns.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Patch version bump with only dbt-specific bug fixes that don't affect the atlan-java SDK's usage of OpenLineage. The codebase uses the core OpenLineage client APIs which remain unchanged
  • No files require special attention

Important Files Changed

Filename Overview
gradle/libs.versions.toml Patch version bump from 1.44.0 to 1.44.1 with bug fixes only

Last reviewed commit: 333a096

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants