File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ plugins {
2121}
2222
2323ext {
24- jdbi3Version = ' 3.40.0 '
24+ jdbi3Version = ' 3.45.4 '
2525 prometheusVersion = ' 0.16.0'
26- testcontainersVersion = ' 1.18.3 '
26+ testcontainersVersion = ' 1.19.8 '
2727 sentryVersion = ' 6.34.0'
2828}
2929
Original file line number Diff line number Diff line change @@ -1304,8 +1304,11 @@ private RunEvent createRunEvent(
13041304 namespace ,
13051305 taskName ,
13061306 ol .newJobFacetsBuilder ()
1307- .documentation (ol .newDocumentationJobFacet ("the job docs" ))
1308- .sql (ol .newSQLJobFacet ("SELECT * FROM the_table" ))
1307+ .documentation (
1308+ ol .newDocumentationJobFacetBuilder ()
1309+ .description ("test documentation" )
1310+ .build ())
1311+ .sql (ol .newSQLJobFacetBuilder ().query ("SELECT * FROM the_table" ).build ())
13091312 .build ()))
13101313 .inputs (Collections .emptyList ())
13111314 .outputs (Collections .emptyList ())
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ subprojects {
5757 junit5Version = ' 5.10.2'
5858 lombokVersion = ' 1.18.34'
5959 mockitoVersion = ' 5.4.0'
60- openlineageVersion = ' 1.23 .0'
60+ openlineageVersion = ' 1.37 .0'
6161 slf4jVersion = ' 1.7.36'
6262 postgresqlVersion = ' 42.7.4'
6363 }
You can’t perform that action at this time.
0 commit comments