Skip to content

Commit

Permalink
feat(examples): update the examples to use 0.17.0 plugin names
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed May 24, 2024
1 parent 016df4c commit 9972821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/spark/SparkCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
namespace: dev
tasks:
- id: workingDirectory
type: io.kestra.core.tasks.flows.WorkingDirectory
type: io.kestra.plugin.core.flow.WorkingDirectory
tasks:
- id: local-file
type: io.kestra.core.tasks.storages.LocalFiles
type: io.kestra.plugin.core.storage.LocalFiles
inputs:
pi.py: |
import sys
Expand Down

0 comments on commit 9972821

Please sign in to comment.