Skip to content

Commit

Permalink
Merge pull request #20 from shrutimantri/correct-url
Browse files Browse the repository at this point in the history
fix(docs): correct the example to use huggingface url
  • Loading branch information
wrussell1999 authored May 1, 2024
2 parents bfccf4f + 362cbfd commit e34330e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/malloy/CLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
type: io.kestra.core.tasks.storages.LocalFiles
inputs:
model.malloy: |
source: my_model is duckdb.table('https://raw.githubusercontent.com/kestra-io/datasets/main/csv/Iris.csv')
source: my_model is duckdb.table('https://huggingface.co/datasets/kestra/datasets/raw/main/csv/iris.csv')
run: my_model -> {
group_by: variety
Expand Down

0 comments on commit e34330e

Please # to comment.