Skip to content

Commit

Permalink
fix: fs to core type
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Jul 8, 2024
1 parent 46da0c1 commit 6098eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"namespace: company.team",
"tasks:",
" - id: http_download",
" type: io.kestra.plugin.fs.http.Download",
" type: io.kestra.plugin.core.http.Download",
" uri: \"https://huggingface.co/datasets/kestra/datasets/raw/main/csv/orders.csv\"",
" - id: query",
" type: io.kestra.plugin.jdbc.duckdb.Query",
Expand Down

0 comments on commit 6098eda

Please sign in to comment.