Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Dec 26, 2024
1 parent 33617e6 commit 48a2839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-ai-service/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ use-wren-ui-as-engine:
poetry run python -m src.force_update_config

run-sql mdl_path="" data_source="" sameple_dataset="":
poetry run python demo/test_sql.py --mdl-path "{{mdl_path}}" --data-source "{{data_source}}" --sample-dataset "{{sameple_dataset}}"
poetry run python demo/run_sql.py --mdl-path "{{mdl_path}}" --data-source "{{data_source}}" --sample-dataset "{{sameple_dataset}}"
File renamed without changes.

0 comments on commit 48a2839

Please sign in to comment.