Skip to content

Commit

Permalink
feat: storage now have a namespace parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Nov 21, 2024
1 parent dc6e66b commit 2e165d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.20.0-SNAPSHOT
kestraVersion=[0.18,)
kestraVersion=[0.20,)
1 change: 1 addition & 0 deletions src/test/java/io/kestra/plugin/spark/JarSubmitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ void jar() throws Exception {
URL resource = JarSubmitTest.class.getClassLoader().getResource("app.jar");

URI put = storageInterface.put(
null,
null,
new URI("/file/storage/app.jar"),
new FileInputStream(Objects.requireNonNull(resource).getFile())
Expand Down

0 comments on commit 2e165d3

Please # to comment.